esteinberg / plantuml4idea

Intellij IDEA plugin for PlantUML
Apache License 2.0
618 stars 111 forks source link

@startgantt freezes Rider IDE 2023.1 on Windows 10 #404

Open thngz opened 9 months ago

thngz commented 9 months ago

Putting this into a .puml file freezes the entire editor and preview.

@startgantt
[Foo] lasts 15 days
[Foo] starts 2023-09-25

@endgantt

Preview looks like this: image

krasa commented 9 months ago

The image is too big and eats all the memory and cpu. Even Chrome has a problem with it: https://www.plantuml.com/plantuml/svg/SoWkIImgIK_CAodXYdRBpuzLo4aiBYbMC3HLI4ciB8QAWHG11OqCZ8nr3InrZKovk1nIyrB0sW00 Plantuml should probably limit that as it does with png: https://www.plantuml.com/plantuml/png/SoWkIImgIK_CAodXYdRBpuzLo4aiBYbMC3HLI4ciB8QAWHG11OqCZ8nr3InrZKovk1nIyrB0sW00

krasa commented 9 months ago

I reported it to plantuml team.