Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can the JVM put part of the memory on the disk? To reduce the memory occupied by the JVM

User_SQKK0May 12 2021

Can we put Metaspace on disk? Can the unchanging objects in the method area of the JVM be put into the disk to optimize the memory of the JVM (or objects in the heap that have not been recycled after GC several times). Although the disk IO performance is very low, SSD can greatly improve the performance

Comments
Post Details
Added on May 12 2021
5 comments
1,609 views