You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2011/12/10 17:43:55 UTC

svn commit: r1212822 - /archiva/trunk/README.txt

Author: olamy
Date: Sat Dec 10 16:43:55 2011
New Revision: 1212822

URL: http://svn.apache.org/viewvc?rev=1212822&view=rev
Log:
add a note on needed MAVEN_OPTS for tomcat:run

Modified:
    archiva/trunk/README.txt

Modified: archiva/trunk/README.txt
URL: http://svn.apache.org/viewvc/archiva/trunk/README.txt?rev=1212822&r1=1212821&r2=1212822&view=diff
==============================================================================
--- archiva/trunk/README.txt (original)
+++ archiva/trunk/README.txt Sat Dec 10 16:43:55 2011
@@ -15,6 +15,10 @@ and hit in your browser : http://localho
 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