How to increase the JVM memory shown on admin page?

How can I increase the JVM memory which is shown on the Admin page ?

Hi Greyjoy,

The details regarding the JVM memory shown in the Admin page are nothing but the amount of heap memory used by the application Helical Insight. For providing information to the administrator we have shown that information. Increasing/Decreasing the heap size is done on the application server side (Tomcat). It is done by setting parameters such as -Xms and -Xmx. The following article will help setting or updating the heap size in tomcat.