Home java How to increase the amount of memory allocated by the program on...

How to increase the amount of memory allocated by the program on java?

Author

Date

Category

How to increase the amount of memory allocated by the program on java


Answer 1, Authority 100%

You go to Java in the control panel, open the “java” tab, click “View” and in the “Runtime Paramers” column fit here:

-xmsnm -xmxnm , where n is the number of RAM that you want to allocate platform for Java. In the first case, you specify the minimum threshold, and in the second maximum.

Example:
-xms2048m -xmx2048m , i.e., I wish to allocate 2 GB of RAM on Java.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions