summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-test/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
index 8fb377461..9b8089451 100644
--- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml
@@ -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>