asterisk-11.x and asterisk-13.x: Disable LOW_MEMORY by default
[feed/telephony.git] / net / asterisk-13.x / Config.in
1 menu "Advanced configuration"
2 depends on PACKAGE_asterisk13
3
4 config ASTERISK13_LOW_MEMORY
5 bool "Optimize Asterisk 13 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