Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://tomee.apache.org/dev%2Fsource-code.mdtext
David Salter Index: trunk/content/dev/source-code.mdtext =================================================================== --- trunk/content/dev/source-code.mdtext (revision 1460490) +++ trunk/content/dev/source-code.mdtext (working copy) @@ -56,7 +56,7 @@ It's likely you run into the infamous `OutOfMemoryError` and the solution is to increase the available memory for Apache Maven. Depending on the system -you're working on, the fix can be as easy as `_export MAVEN_OPTS=-Xmx512m` +you're working on, the fix can be as easy as `export MAVEN_OPTS=-Xmx512m` on MacOS and Unices or `set MAVEN_OPTS=-Xmx512m` on MS Windows. ## Binary locations
