llmhyy / microbat

A feedback-based debugger for interactively recommending suspicious step in buggy program execution.
54 stars 15 forks source link

Sytem error when trace collection uses too much memory #232

Open bchenghi opened 2 years ago

bchenghi commented 2 years ago

With -Xmx30g as default in microbat.agent.TraceAgentRunner, system error was thrown for certain Defects4j Math bugs that used too much memory when running Trace Agent.

A feature for configuring the java heap size could be useful.