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
On machines with more cores, running multiple fusil instances in parallel often causes some of them to be unable to allocate memory and delete session directories.
Edit: also happens when running a single instance in a machine. When the fuzzer starts in this state, only a couple of Python modules have been found.
The failure to allocate memory can begin at the start of the instance, or develop after it's running for a while.
Investigate whether raising the memory limit alleviates the issue. Also consider detecting this state and bailing out.
The text was updated successfully, but these errors were encountered:
devdanzin
changed the title
`MemoryError´s and failure to allocate memory when running multiple instancesMemoryErrors and failure to allocate memory when running multiple instances
Nov 21, 2024
devdanzin
changed the title
MemoryErrors and failure to allocate memory when running multiple instancesMemoryErrors and failure to allocate memory
Nov 27, 2024
On machines with more cores, running multiple fusil instances in parallel often causes some of them to be unable to allocate memory and delete session directories.Edit: also happens when running a single instance in a machine. When the fuzzer starts in this state, only a couple of Python modules have been found.
The failure to allocate memory can begin at the start of the instance, or develop after it's running for a while.
Investigate whether raising the memory limit alleviates the issue. Also consider detecting this state and bailing out.
The text was updated successfully, but these errors were encountered: