🔧 Adjusted rc.local for use with docker redis
This commit is contained in:
parent
c4bcc944ca
commit
c1707d7e26
1 changed files with 5 additions and 0 deletions
|
|
@ -411,3 +411,8 @@ https://github.com/Exafunction/codeium.vim#-installation-options
|
|||
12/12/2023
|
||||
Install redis
|
||||
doas pacman -S redis redis-runit
|
||||
|
||||
12/15/2023
|
||||
Recently there were memory issues installing redis server within docker. After researching, I found that editing our /etc/rc.local file holds the answer. Append the following and reboot:
|
||||
sysctl vm.overcommit_memory=1
|
||||
sysctl fs.file-max=100000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue