Technical Tip: Firewall policy sequence may cause high CPU during policy add/modify
Description
Solution

By moving this policy to sequence 1 it will help to resolve the high CPU issue during policy add/modify.

Alternatively, it is possible to change the default behavior of how policy changes are handled. By default, all sessions affected by a firewall policy change are flushed from the session table. When new packets are received they are re-evaluated by state-full inspection and re-added to the session table.
By changing the firewall-session-dirty setting to check-new new sessions are evaluated according to the new firewall policy configuration and the old sessions are not flushed.
config system settings
set firewall-session-dirty check-new
end
