-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:
parent
058ef6923b
commit
918c68accf
|
@ -1,2 +1,2 @@
|
||||||
# /etc/default/freeswitch
|
# /etc/default/freeswitch
|
||||||
DAEMON_OPTS="-rp -nonat"
|
DAEMON_OPTS="-nonat"
|
||||||
|
|
Loading…
Reference in New Issue