Multiple choice technology web technology

Following parameter is used to set Maximum memory to JVM

  1. a. –Xms

  2. b. –Xmx

  3. c. –Xmax

  4. d. –Xmn

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The -Xmx parameter is used to specify the maximum memory allocation pool (maximum heap size) for the Java Virtual Machine (JVM), whereas -Xms sets the initial heap size.