-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Medusa gets killed due to excessive memory usage #579
Comments
Hi @YoussefAbtk thank you for reporting this. I actually stumbled upon this yesterday as well. I am investigating on my end where things are going wrong. Would you be comfortable sharing the source code that you used to trigger this? |
Hi @anishnaik, Yes, of course, I’m okay with sharing the source code. |
@YoussefAbtk thank you, really appreciate it. How long does it take for the kernel to kill the process? |
You welcome @anishnaik, I would say 12 seconds after running the transaction in the corpus. |
Okay, thank you so much @YoussefAbtk. Will investigate ASAP. |
No problem, happy to help 🫡 |
@YoussefAbtk how big is the corpus btw? in terms of MB? |
@anishnaik It's 79.9 MB for the call_sequences and 225 KB for the test_results |
@YoussefAbtk can you do me a favor and try running Medusa v1.0.0 with the same corpus? I want to see if the OOM bug still exists in that release. If it doesn't then it would really narrow down the search space for where the bug might be. |
@anishnaik yes of course, I’ll give it a try and get back to you. |
@anishnaik unfortunately it's the same with this version :
|
Okay, that's good to know. Thanks @YoussefAbtk. |
Hi. I am using version 1.1.0 but the process is abruptly killed by my system after few seconds:
Checking the logs reveals that Medusa consumes an extremely high amount of memory (~90GB), causing macOS to terminate it due to low swap space.
I tried to change the number of workers or even the workerResetLimit in my config file but it didn't help me at all.
The text was updated successfully, but these errors were encountered: