Skip to content

Commit

Permalink
doc: Add env variable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uristdwarf committed Sep 17, 2024
1 parent c42cc73 commit e9f593e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,9 @@ increased by using the -w option
```bash
sfstests --workers 50 # Run 50 workers
```

## Environment variables

- NUMA_CPUSET: CPU range/set to limit usage on. Useful for NUMA.
- NUMA_MEM_NODE: What NUMA memory node to use. Has no effect if not a NUMA
system.

0 comments on commit e9f593e

Please sign in to comment.