0

We have following jvm arguments while running batch jobs. These arguments are specific to ibm jdk 8. What are the corresponding variables for open jdk 8?

<jvmSettings>
<maxMemorySize>6144m</maxMemorySize>
<extraArguments>
<extraArgument>-D64</extraArgument>
<extraArgument>-Xgcpolicy:gencon</extraArgument>
</extraArguments>
</jvmSettings>
Mahmoud Ben Hassine
  • 28,519
  • 3
  • 32
  • 50
Sanjay
  • 165
  • 1
  • 13
  • 1
    There is no need to specify any option, as generational garbage collection is the default for the HotSpot JVM. In fact, this is also the default for IBM’s JVM, so specifying this option had no effect anyway. – Holger Aug 31 '23 at 08:47

0 Answers0