Open elisabelgenereux opened 8 years ago
jg.flush();
sb = new StringBuilder()
This commit should have solve this issue.
jg.flush();
instead of doing a big flush at the very end.sb = new StringBuilder()
to avoid using too much memory.