Intellij recomended VM options


/ Published in: Other
Save to your folder(s)

Some recommended Vm options


Copy this code and paste it in your HTML
  1. -Xms256m # more memory
  2. -Xmx512m # the same
  3. -XX:MaxPermSize=256m # the same
  4. -ea # needed for assertions?
  5. -server # recommended for long running processes
  6. -XX:-UseParallelGC # usefull on multicore machines

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.