Max diagram size?

0 votes
asked Jan 12, 2018 in Closed question / help by Vissari
So I have a very large protobuf file that I'd like put into a single diagram the problem being the images seem to be caped at 4096x4096 currently I have them in 1 ~4096x2048 image and 4 ~2048x2048.

Is there a way to bypass this max size?

1 Answer

0 votes
answered Jan 13, 2018 by plantuml (295,000 points)
 
Best answer
You can change the parameter PLANTUML_LIMIT_SIZE (see http://plantuml.com/faq )

Regards,
commented Feb 27, 2020 by tcab (200 points)

My locally installed plantuml server seems to allow larger diagrams than the public plantuml server. If PlantUML by default limits image width and height to 4096 - is that supposed to be the default for locally installed servers? -cos I'm defintely getting better results locally, and I haven't changed the environment variable

PLANTUML_LIMIT_SIZE

P.S. Where is that environment variable referenced in the source code, I couldn't find it searching via vscode nor via 'ag'.

...