From c1707d7e2644b07666a80419b57463cdd48a89db Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Fri, 15 Dec 2023 11:56:01 -0800 Subject: [PATCH] :wrench: Adjusted rc.local for use with docker redis --- updates.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/updates.txt b/updates.txt index 9f4ddcba..7e3632c4 100644 --- a/updates.txt +++ b/updates.txt @@ -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