-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Hi all!
Every time a BW demanding task hit my network, the four sensor.py processes use all the available CPU time and network performance drops (around 40-50% in some scenarios).
I'm using OPNsense 25.7.3 with Maltrail, but due the high CPU load, I want to limit PROCESS_COUNT to 2 cores (out of the max 4 cores available), but the only way I've found is modifying maltrail.conf file manually, but as soon as the firewall reboots Maltrail service overwrites my config file and defaults again to "PROCESS_COUNT $CPU_CORES".
Is there any way to make this change permanent?
Thank you.