Hi, does anyone know how to set the max heap size when starting equinox? I start the container from the command line as follows:
java -jar org.eclipse.osgi_3.5.2.jar -console -Xmx1024M -Xms512M -XX:[MaxPermSize]=256M
However, this has no effect on the max heap size and I end up with an OutOfMemoryException. I am trying to deploy a war bundle using the catalina osgi bundle and spring-web-extender, so any tips on how to set java_opts for a tomcat osgi bundle would be appreciated also.
Thanks
Barry