22065/increasing-the-jvm-memory-using-command-line
How do I calculate the size of JVM? Can I increase the JVM memory depending on my application needs? And how can I know the size of JVM?
You can adjust your JVM memory needs by using:
-Xms<size>
This command specifies the initial Java heap size and
-Xmx<size>
This command specifies the maximum Java heap size.
In order to use JAVA_OPT you need ...READ MORE
I have tried the following and it's ...READ MORE
The different types of Memory in JVM ...READ MORE
Hello @kartik, In case your Java class is ...READ MORE
I guess, you can try using the ...READ MORE
Here's a good way to create a memory ...READ MORE
This simply means that for some reason ...READ MORE
Run this code to see all the ...READ MORE
You can use, Foreign key constraints with ...READ MORE
As you might know, static here is ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.