Skip to content

Conversation

@AsmaeBni
Copy link

an out of memory issue pop up when sulley reach more than 20 000 test cases, this was fixed by using this line of code in sessions.py line 356 :

++ fh.write(zlib.compress(cPickle.dumps(data, protocol=cPickle.HIGHEST_PROTOCOL)))
-- fh.write(zlib.compress(cPickle.dumps(data, protocol=2)))

works like a charm!

Fitblip and others added 23 commits June 12, 2014 02:09
Add helpers, with a single helper for now that gets the max UDP packet
size in a platform-agnostic way.
So much pep8!
Another night, another massive refactor :-P
Squelching warnings, takin names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants