pembertonrw
12 years agoContributor
Setting MaxPermSize When Using soapui and Maven
Hi,
I am trying to run my tests using Maven but I am running into permgen issues, so could someone advise me how I would go about setting this in the pom file? I tried setting this using the following in the configuration section for soapUI but it didn't seem to do anything:
I have run the above settings in the soapUI.bat file and all the tests finish OK so I know the settings are OK.
I am trying to run my tests using Maven but I am running into permgen issues, so could someone advise me how I would go about setting this in the pom file? I tried setting this using the following in the configuration section for soapUI but it didn't seem to do anything:
<argLine>-Xms256m -Xmx2048m -XX:MaxPermSize=512m</argLine>
I have run the above settings in the soapUI.bat file and all the tests finish OK so I know the settings are OK.