PermSize note.
This commit is contained in:
parent
2885d681b6
commit
9aaf99e044
|
@ -111,7 +111,7 @@
|
|||
<p>If you get an <code>OutOfMemoryError</code>, simply execute the following before
|
||||
calling Maven:</p>
|
||||
<ol>
|
||||
<pre>set MAVEN_OPTS=-Xmx1024m</pre>
|
||||
<pre>set MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=512m</pre>
|
||||
</ol>
|
||||
<p>If you get an <code>[ERROR] Invalid license: Invalid license file [E1202]</code>,
|
||||
this is because the <code>maven-clover-plugin</code> is using an old version of
|
||||
|
|
Loading…
Reference in New Issue