-rp is not an ok default option it should not be used in normal circumstances it forces an unsafe environment with realtime threads on single cpu systems. Real time mode will enable by default on systems with enough cpus

v1.4
Anthony Minessale 9 years ago
parent 058ef6923b
commit 918c68accf

@ -1,2 +1,2 @@
# /etc/default/freeswitch
DAEMON_OPTS="-rp -nonat"
DAEMON_OPTS="-nonat"

Loading…
Cancel
Save