We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a977a1c commit 1dae7c5Copy full SHA for 1dae7c5
help_msg.h
@@ -88,6 +88,14 @@ Options:\n\
88
-h This help message\n\
89
-b nr Maximum receive buffer size which will not be exceeded by\n\
90
auto-probing procedure even if OS allows\n\
91
+ -a allocator The memory allocator to use for all memory segments\n\
92
+ Possible values: \n\
93
+ F_MALLOC F_MALLOC_DBG\n\
94
+ Q_MALLOC Q_MALLOC_DBG\n\
95
+ HP_MALLOC HP_MALLOC_DBG\n\
96
+ -k allocator The pkg memory allocator to use (overrides -a)\n\
97
+ -s allocator The shared memory allocator to use (overrides -a)\n\
98
+ -e allocator The restart-persistent memory allocator to use (overrides -a)\n\
99
-m nr Size of shared memory allocated in Megabytes\n\
100
-M nr Size of pkg memory allocated in Megabytes\n\
101
-w dir Change the working directory to \"dir\" (default \"/\")\n\
0 commit comments