when you saw the error again, check
cat /proc/sys/net/ipv4/ip_conntrack_max
to see if your setting has been changed.
if it changed, then some other scripts are trying to set it back to default value.
in this case, change this value to 131072 in this script.
to change this value after...