Thanks, Sergiu,
Sergiu Dumitriu wrote
export MAVEN_OPTS="-Xmx600m -Xms600m"
I thinx Xms is not a good idea to set to such a large value, as it will
always allocate this much memory, even if it isn't needed.
Please, what is the value we must set for -Xms? Or no value at all?
Works well with no value at all. This is the initial size of the VM,
which can grow as needed up to the maximum size (Xmx).
--
Sergiu Dumitriu