Skip to content

Commit b03e4ca

Browse files
committed
testing.md: update script name, include MEMLOCK info
1 parent c7df6c3 commit b03e4ca

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/testing.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ make -j
2626
make run-unit-test
2727
```
2828

29-
For large page and NUMA configuration, refer to `./test.sh --help`.
29+
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))`.
3033

3134
## Test Configuration
3235

0 commit comments

Comments
 (0)