takashi-ishio / selogger

(Near-)omniscient debugging/tracing/logging tool for Java
Other
35 stars 8 forks source link

format=omni may cause a OutOfMemoryError #42

Closed takashi-ishio closed 4 days ago

takashi-ishio commented 2 months ago

An execution with format=omni may crash due to out of memory because the mode uses BinaryStreamLogger that internally creates several large objects consuming memory.