I believe it might be in /etc/defaults/identity file and the
-XX:MaxMetaspaceSize (currently set to 128m)
Increasing it to 512m and testing.
The new options are as follows. Please post if there are any thumb rules to follow for allocating these memories.
```bash
JAVA_OPTIONS="-server -Xms256m -Xmx1344m -XX:MaxMetaspaceSize=512m -XX:+DisableExplicitGC -Dgluu.base=/etc/gluu -Dserver.base=/opt/gluu/jetty/identity -Dlog.base=/opt/gluu/jetty/identity -Dpython.home=/opt/jython -Dorg.eclipse.jetty.server.Request.maxFormContentSize=50000000"
```