>I also wonder if we should not remove the default Xmx and Xms settings in
>jmeter file. When using Java8 , default settings may be better as they
>adapt to machine memory, but it can also be a problem...

I'm sure some Xmx setting should be there.
Otherwise JVM might want to "consume all the existing memory", and it is
not something that is typically wanted.

If "out of memory" is the issue, then better strategy would be to display
relevant UI warning like "JMeter is might need more memory,
Xmx please adjust Xmx and restart".
As far as I know, IntelliJ IDEA follows that way.

Vladimir

Reply via email to