-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

This commit is contained in:
Anthony Minessale
2014-06-21 21:42:46 +05:00
parent 058ef6923b
commit 918c68accf
+1 -1
View File
@@ -1,2 +1,2 @@
# /etc/default/freeswitch
DAEMON_OPTS="-rp -nonat"
DAEMON_OPTS="-nonat"