How to increase heap size for plantuml-server running in container?

0 votes
asked Jan 6 in Question / help by anonymous
I am running plantuml-server (jetty) in a container, and I am getting OutofMemoryError: java.heap.space" for one larger diagram.

I tried increasing the heap by adding

```
    environment:
      - JAVA_OPTIONS=-Xmx512m

```

to my docker-compose file. But that does not seem to have any effect?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...