asterisk-11.x and asterisk-13.x: Disable LOW_MEMORY by default
[feed/telephony.git] / net / asterisk-11.x / Config.in
1 menu "Advanced configuration"
2 depends on PACKAGE_asterisk11
3
4 config ASTERISK11_LOW_MEMORY
5 bool "Optimize Asterisk 11 for low memory usage"
6 default n
7 help
8 Warning: this feature is known to cause problems with some modules.
9 Disable it if you experience problems like segmentation faults.
10
11 endmenu