Java
How is it ...
Мова сайту: Українська
Українська
English
Русский
Тести з програмування
Вхід
Реєстрація
Тести з програмування
Теорія
Сніпети
Статті
Головна
Android
Ціни
FAQ
Історія Cosmo
Правила та умови сервісу
Політика конфіденційності
Політика щодо файлів cookie
Зворотній Зв’язок
How is it possible (if it is) to allocate more memory for the Java Virtual Machine.
JVM should be started with a -Xmx key followed by a specific amount of memory. For example -Xmx256m.
A Runtime.getRuntime().maxMemory(); method should be called and JVM will automatically increase the maximum amount of memory.
It is not possible to allocate a specific amount of memory to JVM, it will be determined automatically depending on the amount of RAM.
Explanation
In order to allocate a specific amount of memory to JVM it should be started with certain keys. For example, a -Xmx key specifies the maximum amount of memory, while a -Xms key specifies the initial amount of memory.
java virtual machine
memory
1
(1)
Подобається
Ввійдіть
щоб вподобати
Комментувати
Ввійдіть
щоб прокоментувати
Поширити
Tweet
Пов'язані матеріали
Select a Java disassembler that is included into a standard JDK....
The following class was launched with a -ea key. What is the result of following...
How can an object be destroyed in Java?...
What is JRE?...
Is guaranteed that the garbage collection will start after calling Runtime.getRu...
Тести з
J
ava
Приєднуйся і вивчай Java
або
Дізнайся більше про
Тести з Java онлайн
Слідкуй за CodeGalaxy
Мобільний додаток Beta
Зворотній Зв’язок
Продовжуйте вивчати
тести з Java
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
What will be printed out as a result of the following code execution / compilati...
int i = Integer.MAX_VALUE + 10; What is th...
What happens after the following code is compiled and run: ...
Зареєструйся Зараз
або
Підпишись на майбутні тести
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати