mirror of https://gitee.com/bigwinds/arangodb
fix proc filesystem URL as pointed out by @ThomasWeiss; fixes #3002
This commit is contained in:
parent
62b38028dc
commit
b5c018cebe
|
@ -67,7 +67,7 @@ From [www.kernel.org](https://www.kernel.org/doc/Documentation/sysctl/vm.txt):
|
|||
|
||||
Execute
|
||||
|
||||
sudo bash -c "echo 0 >/proc/sys/vm/overcommit_memory"
|
||||
sudo bash -c "echo 0 >/proc/sys/vm/zone_reclaim_mode"
|
||||
|
||||
before executing `arangod`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue