You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we construct the entire PCAP in memory before writing to disk. This consumes a huge amount of memory (over 1GB was consumed attempting to generate 6,000 seconds). We should instead write out the packets as we go.
The text was updated successfully, but these errors were encountered:
Right now we construct the entire PCAP in memory before writing to disk. This consumes a huge amount of memory (over 1GB was consumed attempting to generate 6,000 seconds). We should instead write out the packets as we go.
The text was updated successfully, but these errors were encountered: