Hi,all
How can I check to activate “minmemfree” in Asterisk Cli.
I added the line below in asterisk.conf. and I restart Asterisk.
[option]
minmemfree = 50
Is there way to check to minmemfree is work or not.
thank you for your help.
Hi,all
How can I check to activate “minmemfree” in Asterisk Cli.
I added the line below in asterisk.conf. and I restart Asterisk.
[option]
minmemfree = 50
Is there way to check to minmemfree is work or not.
thank you for your help.
Check the output of core show settings
, and you’ll see Minimum free memory
. If it shows what you set in asterisk.conf
, then Asterisk has picked up the setting.
PBX Core settings
-----------------
Version: GIT-13-134db75M
Build Options: AST_DEVMODE, DONT_OPTIMIZE, COMPILE_DOUBLE, LOADABLE_MODULES, BETTER_BACKTRACES, BUILD_NATIVE, OPTIONAL_API, DO_CRASH, TEST_FRAMEWORK
...
Maximum load average: 0.000000
Minimum free memory: 50 MB
...
Hi, mjordan.
thanks to replying.
It works.
Now I can see setting is valid.
thank you for your help.