]> source.dussan.org Git - archiva.git/commitdiff
add a note on needed MAVEN_OPTS for tomcat:run
authorOlivier Lamy <olamy@apache.org>
Sat, 10 Dec 2011 16:43:55 +0000 (16:43 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 10 Dec 2011 16:43:55 +0000 (16:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1212822 13f79535-47bb-0310-9956-ffa450edef68

README.txt

index 921f57141fe59934f9d2b5b47dc22841cc1ca17d..f3c8dbca0f48e058ac7d5e8f478d7400377a25a8 100644 (file)
@@ -15,6 +15,10 @@ and hit in your browser : http://localhost:9091/archiva
 note with dev profile admin account is automatically created with password admin123
 see file : archiva-modules/archiva-web/archiva-webapp/src/test/tomcat/auto-admin-creation.properties
 
+NOTE: you will need a MAVEN_OPTS with some memory setup as sample :
+export MAVEN_OPTS="-Xmx768m -Xms768m -XX:MaxPermSize=256m"
+
+
 Running webapp full js
 ========================
 As webapp js is in dev and won't probably be released soon, the module is not activated by default and it's included only in a profile