Advertisement
Guest User

Untitled

a guest
Mar 15th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. -XX:MaxPermSize=256m
  2.  
  3. <configuration>
  4. <systemProperties>
  5. <XX:MaxPermSize>256m</XX:MaxPermSize>
  6. </systemProperties>
  7. </configuration>
  8.  
  9. MAVEN_OPTS=-XX:MaxPermSize=256m
  10.  
  11. <configuration>
  12. <systemProperties>
  13. <JAVA_OPTS>-Xms256m -Xmx512m -XX:MaxPermSize=256m</JAVA_OPTS>
  14. </systemProperties>
  15. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement