diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-09 19:43:07 -0500 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2015-11-09 19:43:07 -0500 |
commit | 9c77d0bf09e4a483b2080c882e084a4f4e6094b8 (patch) | |
tree | cb512d31399f86419e3ab99e47b380a0f89424bd /config/suricata/suricata_interfaces_edit.php | |
parent | 76572633b9c34efdd6191b64b086e4dfa25009cf (diff) | |
download | pfsense-packages-9c77d0bf09e4a483b2080c882e084a4f4e6094b8.tar.gz pfsense-packages-9c77d0bf09e4a483b2080c882e084a4f4e6094b8.tar.bz2 pfsense-packages-9c77d0bf09e4a483b2080c882e084a4f4e6094b8.zip |
Bump up stream_memcap default to 64 MB and add config note to GUI.
Diffstat (limited to 'config/suricata/suricata_interfaces_edit.php')
-rw-r--r-- | config/suricata/suricata_interfaces_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/suricata/suricata_interfaces_edit.php b/config/suricata/suricata_interfaces_edit.php index 4319182d..f188194d 100644 --- a/config/suricata/suricata_interfaces_edit.php +++ b/config/suricata/suricata_interfaces_edit.php @@ -372,7 +372,7 @@ if ($_POST["save"] && !$input_errors) { $natent['flow_icmp_emerg_new_timeout'] = '10'; $natent['flow_icmp_emerg_established_timeout'] = '100'; - $natent['stream_memcap'] = '33554432'; + $natent['stream_memcap'] = '67108864'; $natent['stream_prealloc_sessions'] = '32768'; $natent['reassembly_memcap'] = '67108864'; $natent['reassembly_depth'] = '1048576'; |