nidi3 / graphviz-java

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

guru.nidi.graphviz.engine.GraphvizException: Initializing graphviz engine took too long. #212

Open mohanvayyala opened 3 years ago

mohanvayyala commented 3 years ago

Hi, I am working on one of the legacy application which has so many sub projects and all are very tightly coupled. Almost all of the sub modules are added into other projects under dependencies and vice versa which can't be avoidable.

So the problem here is, when I try to generate the graph it's failing with the below error since in Graphviz.java class it was set to 200 seconds max and in my project due to heavy modules dependency task is taking very long time. guru.nidi.graphviz.engine.GraphvizException: Initializing graphviz engine took too long.

Could you please help me to resolve this issue by passing this value as dynamic or any alternative.

Thanks in advance