stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
924 stars 87 forks source link

ditaa slowly eats all available ram and never outputs a file #62

Closed ghost closed 3 years ago

ghost commented 3 years ago

when running ditaa on the following diagram with java -jar ditaa-0.11.0-standalone.jar test.dit test.jpg, the jvm process consumes all available ram on my 32 gig system over a minute and never actually produces an image before i kill it

+------+
| test |
+------+
ghost commented 3 years ago

i think this was an issue with my jvm install, since ditaa now works fine