I started a java application (java 8 version) using as start argument twice xms
, instead of using once xms
and once xmx
. I changed it immediately but I was researching, what it would have been the impact.
Will it set the xms
per default? Will it have not maximum Heap memory, having an impact on the Garbage Collector, being run less frequent or even not being run?