diff options
author | Olivier Lamy <olamy@apache.org> | 2011-12-10 16:43:55 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-12-10 16:43:55 +0000 |
commit | 0f33acf0f1392c554fa47943b9e2ae3ba14a50c4 (patch) | |
tree | 6f4b9bfa09212d72ca1cecaa576cd46285a65535 /README.txt | |
parent | 732b69424382f9ef7ef846d02e93a6ab1c36cda1 (diff) | |
download | archiva-0f33acf0f1392c554fa47943b9e2ae3ba14a50c4.tar.gz archiva-0f33acf0f1392c554fa47943b9e2ae3ba14a50c4.zip |
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
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |