Closed elopez closed 2 months ago
Do you have symExec
disabled?
medusa does not have symExec
as far as I recall 😅
As a sort of workaround, GOMAXPROCS=4
can be exported on the environment to limit the CPU use to just 4 threads.
Ah right, I got confuzzled with the repo name :smile:
I don't think we plan on fixing this as workers == # of goroutines (and the Go runtime does what it can with available resources) and the workaround provided is sufficient IIUC
When running medusa with
--workers 4
I observe the tool saturates 5 cores, not 4. I would expect it to use just 4 cores.