Multiple choice technology web technology Following parameter is used to set Maximum memory to JVM a. –Xms b. –Xmx c. –Xmax 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.