linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Too many memory occupied when raise exceptions #333

Open manfredma opened 1 year ago

manfredma commented 1 year ago

When a large number of exceptions occur, a large amount of memory is occupied because the stack information is printed in Trace.

Is it possible to provide extended ability to turn off printing exception stack in trace ?