Skip to content

Commit 1dae7c5

Browse files
committed
opensips -h: Update the help message with the 3.0 additions
1 parent a977a1c commit 1dae7c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

help_msg.h

+8
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ Options:\n\
8888
-h This help message\n\
8989
-b nr Maximum receive buffer size which will not be exceeded by\n\
9090
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\
9199
-m nr Size of shared memory allocated in Megabytes\n\
92100
-M nr Size of pkg memory allocated in Megabytes\n\
93101
-w dir Change the working directory to \"dir\" (default \"/\")\n\

0 commit comments

Comments
 (0)