mirror of https://github.com/apache/cloudstack.git
jvmArgs is invalid here
jvmArgs are unaffected in the jetty:run configuration. Use MAVEN_OPTS for this instead. Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
323c3211c8
commit
de1ac4b7cd
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue