Tagged articles
1 articles
Page 1 of 1
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Aug 29, 2018 · Fundamentals

Why Java Processes Show 50GB+ VIRT Memory and How to Control It

An investigation reveals that Java 8 processes can report virtual memory usage exceeding 50 GB due to extensive address space allocation by glibc’s arena mechanism, not actual physical memory, and explains how environment variables like MALLOC_ARENA_MAX can limit this VIRT growth.

MALLOC_ARENA_MAXVIRTVirtual Memory
0 likes · 5 min read
Why Java Processes Show 50GB+ VIRT Memory and How to Control It