From: Olivier Lamy Date: Sat, 10 Dec 2011 16:43:55 +0000 (+0000) Subject: add a note on needed MAVEN_OPTS for tomcat:run X-Git-Tag: archiva-1.4-M2~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f33acf0f1392c554fa47943b9e2ae3ba14a50c4;p=archiva.git add a note on needed MAVEN_OPTS for tomcat:run git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1212822 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/README.txt b/README.txt index 921f57141..f3c8dbca0 100644 --- a/README.txt +++ b/README.txt @@ -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