I am trying to deploy multiple application in a jetty server. Currently I have 50 applications and I'm following the answer from this jetty server 9.1 multiple embeded ports and application in same server instance.
I'm getting java.lang.OutOfMemoryError: PermGen space
at the 38th deployment. How do I solve this?