mirror of https://github.com/apache/archiva.git
give Cargo some more memory to run the application
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1091632 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e064cd7f67
commit
1b9d78a769
|
@ -507,9 +507,11 @@
|
|||
<profile>
|
||||
<id>debug</id>
|
||||
<properties>
|
||||
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
||||
<cargo.jvm.args>
|
||||
-Xdebug -Xnoagent -Djava.compiler=NONE
|
||||
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=${cargo.debug.port}
|
||||
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
||||
</cargo.jvm.args>
|
||||
<cargo.debug.port>8000</cargo.debug.port>
|
||||
<!-- wait an unusual amount of time (1hr) to allow debugging to occur -->
|
||||
|
@ -522,5 +524,7 @@
|
|||
<cargo.wait>false</cargo.wait>
|
||||
<cargo.install.dir>cargo-installs</cargo.install.dir>
|
||||
<maxWaitTimeInMs>60000</maxWaitTimeInMs>
|
||||
<!-- TODO: review how appropriate the memory settings are - should work with less -->
|
||||
<cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
|
||||
</properties>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue