|
|
# Possible reasons:/ e7 I+ k9 g) L$ F% Y! v
# The system is out of physical RAM or swap space
0 x4 O4 f1 _) }! ]9 ^/ j' y# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap- m0 S2 D) t0 A
# Possible solutions:
# y2 V7 W) ^9 K$ @# Reduce memory load on the system7 r; I7 U5 R# a% `: l) D
# Increase physical memory or swap space
/ J; O% W* q0 }' j& e6 ^# A# Check if swap backing store is full
8 R# ^4 u3 Z4 Y$ j, a6 n* Y" C# Decrease Java heap size (-Xmx/-Xms). K0 U! x1 O4 I
# Decrease number of Java threads: N' E4 B$ I" [! u3 ]
# Decrease Java thread stack sizes (-Xss)9 ~ R: R$ H+ E8 K' c
# Set larger code cache with -XX:ReservedCodeCacheSize=' G# N0 l# n0 Y) m( M) p7 \7 i
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
$ D+ m3 y3 d7 W# placed in the first 32GB address space. The Java Heap base address is the
. z' G$ Q& x C0 g( t# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress- [" {/ {: [7 Q$ @% e' T" [) l6 E
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.% _ M& e7 A6 q& [
把所有其他程序关掉,增加jvm内存分配 |
|