Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion doc/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ make -j
make run-unit-test
```

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

Note: if your MEMLOCK limit is low, it can be increased with
`sudo prlimit --pid $$ --memlock=$((2*1024*1024*1024))`.

## Test Configuration

Expand Down
Loading