1
|
#
|
2
|
# There is insufficient memory for the Java Runtime Environment to continue.
|
3
|
# Native memory allocation (mmap) failed to map 131072 bytes for committing reserved memory.
|
4
|
# Possible reasons:
|
5
|
# The system is out of physical RAM or swap space
|
6
|
# The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
|
7
|
# Possible solutions:
|
8
|
# Reduce memory load on the system
|
9
|
# Increase physical memory or swap space
|
10
|
# Check if swap backing store is full
|
11
|
# Decrease Java heap size (-Xmx/-Xms)
|
12
|
# Decrease number of Java threads
|
13
|
# Decrease Java thread stack sizes (-Xss)
|
14
|
# Set larger code cache with -XX:ReservedCodeCacheSize=
|
15
|
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
|
16
|
# placed in the first 32GB address space. The Java Heap base address is the
|
17
|
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
|
18
|
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
|
19
|
# This output file may be truncated or incomplete.
|
20
|
#
|
21
|
# Out of Memory Error (os_linux.cpp:2761), pid=1969500, tid=0x0000fffac59ff1e0
|
22
|
#
|
23
|
# JRE version: OpenJDK Runtime Environment (8.0_242-b08) (build 1.8.0_242-b08)
|
24
|
# Java VM: OpenJDK 64-Bit Server VM (25.242-b08 mixed mode linux-aarch64 compressed oops)
|
25
|
# Core dump written. Default location: /opt/AASV9/domains/mydomain/core or core.1969500
|
26
|
#
|
27
|
|
28
|
--------------- T H R E A D ---------------
|
29
|
|
30
|
Current thread (0x0000fffc300c3000): JavaThread "HTTPHandler-69-160" [_thread_new, id=1979862, stack(0x0000fffac5800000,0x0000fffac5a00000)]
|
31
|
|
32
|
Stack: [0x0000fffac5800000,0x0000fffac5a00000], sp=0x0000fffac59fe590, free space=2041k
|
33
|
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
34
|
V [libjvm.so+0xa8c0f8] VMError::report_and_die()+0x3f0
|