Skip to content

Commit

Permalink
Change -flowtimeout to 5s (#915)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodauria authored Nov 5, 2024
1 parent 482d0e8 commit d489ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/daemonsets/templates.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ local Pcap(expName, tcpPort, hostNetwork, siteType, anonMode) = [
'-anonymize.ip=' + anonMode,
'-maxidleram=1500MB',
'-maxheap=2GB',
'-flowtimeout=5s',
] + if expName == 'host' then [
// The "host" experiment is currently the only experiment where
// packet-headers needs to listen explictly on interface eth0.
Expand Down

0 comments on commit d489ac4

Please sign in to comment.