UC GEE
DIIDevHeads IoT Integration Server
•Created by Dtynin on 6/7/2024 in #middleware-and-os
Why does Linux allocate so much virtual memory for Java compared to the heap size?
The vm.overcommit_ratio setting controls how much virtual memory is allocated compared to the available physical memory. A higher value can lead to overcommitting, which can cause the system to run out of memory.But, you can fix it by adjusting the vm.overcommit_ratio setting to prevent overcommitting. @Dtynin
3 replies