Overcommit vm memory for redis server
This commit is contained in:
parent
d32a539c0c
commit
c6aedc5adc
|
@ -4533,6 +4533,8 @@ git clone https://github.com/e14n/pump.io.git
|
||||||
cd /opt/pump.io
|
cd /opt/pump.io
|
||||||
npm install
|
npm install
|
||||||
npm install databank-redis
|
npm install databank-redis
|
||||||
|
echo "vm.overcommit_memory=1" >> /etc/sysctl.conf
|
||||||
|
sysctl vm.overcommit_memory=1
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Now edit the configuration file.
|
Now edit the configuration file.
|
||||||
|
|
Loading…
Reference in New Issue