Lower ksoftirq priority

parent 5dd8418e
......@@ -98,6 +98,8 @@ iptables -t mangle -A PREROUTING -j CONNMARK --restore-mark
#
#setsid /etc/nexdpi/mhome $PUBLIC_IF ethernet 1GB $PUBLIC_IP $GW &
# Lower prioriy for ksoftirq
for i in `ps -A | grep ksoftirq | awk {'print $1'} ` ; do chrt -p $i ; done
# Shaping policies
/etc/nexdpi/shaping || true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment