Specify the maximum heap size the Java interpreter will use for dynamically allocated objects and arrays -Xmx Specify the value in bytes, with a value greater than 1000 Specify how much memory is allocated for the heap when the JVM starts -Xms Specify the value in bytes, with a value greater than 1000 Specify the size of each thread Java code stack -oss Specify the value in bytes, with a value greater than 1000 Specify the size of each thread native code stack -ss Specify the value in bytes, with a value greater than 1000