mojolingo / sippy_cup

Create SIP load test scenarios the easy way
http://mojolingo.github.io/sippy_cup
MIT License
218 stars 78 forks source link

Generating very large pcaps fails #62

Open bklang opened 10 years ago

bklang commented 10 years ago

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.