
Originally Posted by
Martin Lippert
Hey!
Okay, that explains why changing the STS.ini file doesn't help. The apps that you are starting from within STS are being launched into a separate JVM - what gets its own configuration. Depending on how you launch your app, you should configure the PermGen space size in the VM arguments section of your launch configuration.
If you are running your apps in the tc Server default instance, you should go to your launch configs and create a duplicate of the existing tc Server launch config. Then change the settings in that duplicated launch config and run your server from there.
Otherwise you don't need to duplicate your launch configuration, just change it and run your app again.
HTH,
Martin