The max length is 4096 which the plantuml created

0 votes
asked Jul 12, 2021 in Question / help by anonymous
The picture created is not completed, how to solve it?

1 Answer

0 votes
answered Jul 12, 2021 by The-Lu (63,920 points)

Hello A.,

Either on command line as:

java -DPLANTUML_LIMIT_SIZE=8192 -jar /path/to/plantuml.jar ...

Either with global variable of your system

set PLANTUML_LIMIT_SIZE=8192

See also the FAQ here:

See also:

If that can help,
Regards,
Th.

...