We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7df6c3 commit b03e4caCopy full SHA for b03e4ca
doc/testing.md
@@ -26,7 +26,10 @@ make -j
26
make run-unit-test
27
```
28
29
-For large page and NUMA configuration, refer to `./test.sh --help`.
+For large page and NUMA configuration, refer to `src/util/shmem/fd_shmem_cfg --help`.
30
+
31
+Note: if your MEMLOCK limit is low, it can be increased with
32
+`sudo prlimit --pid $$ --memlock=$((2*1024*1024*1024))`.
33
34
## Test Configuration
35
0 commit comments