1
0
Fork 0

fix proc filesystem URL as pointed out by @ThomasWeiss; fixes #3002

This commit is contained in:
Wilfried Goesgens 2017-08-22 16:53:17 +02:00
parent 62b38028dc
commit b5c018cebe
1 changed files with 1 additions and 1 deletions

View File

@ -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`.