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/2773da3a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/2773da3a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/2773da3a Branch: refs/heads/bvt Commit: 2773da3aaf25cf50eb1b6ab4aea245a889aadc68 Parents: 0ab5422 Author: Prasanna Santhanam <[email protected]> Authored: Sun Mar 10 11:42:48 2013 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Sun Mar 10 11:42:48 2013 +0530 ---------------------------------------------------------------------- client/pom.xml | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/2773da3a/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index cda6ab8..98fe8ac 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -238,7 +238,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>
