jvmArgs is invalid here jvmArgs are unaffected in the jetty:run configuration. Use MAVEN_OPTS for this instead.
Signed-off-by: Prasanna Santhanam <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/de1ac4b7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/de1ac4b7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/de1ac4b7 Branch: refs/heads/master Commit: de1ac4b7cd70424a204b753cb955f3ef26ddd67c Parents: 323c321 Author: Prasanna Santhanam <[email protected]> Authored: Sun Mar 10 11:42:48 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Wed Mar 20 11:07:49 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/de1ac4b7/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 382706d..302fe6b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -248,7 +248,6 @@ <maxIdleTime>60000</maxIdleTime> </connector> </connectors> - <jvmArgs>-XX:MaxPermSize=512m -Xmx2g</jvmArgs> <webXml>${project.build.directory}/${project.build.finalName}/WEB-INF/web.xml</webXml> <webAppSourceDirectory>${project.build.directory}/${project.build.finalName}</webAppSourceDirectory> <webAppConfig>
