nidi3 / graphviz-java

Use graphviz with pure java
Apache License 2.0
934 stars 107 forks source link

Memory Leak with graphviz java #215

Open luongbaotin7777 opened 3 years ago

luongbaotin7777 commented 3 years ago

Hi, I have a problem every time using Graphviz render library. It is a memory that increases each renders and shows no sign of release until an out-of-memory error is returned. Is there any way to fix this situation? Please help me, many thanks. image image

luongbaotin7777 commented 3 years ago

Change from V8 to GraphvizCmdLineEngine solved my problem. But it slows down rendering, thanks!