wuqun 发表于 2024-4-18 09:16:47

内存溢出

#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 352321536 bytes for committing reserved memory.
# Possible reasons:
#   The system is out of physical RAM or swap space
#   The process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
# Possible solutions:
#   Reduce memory load on the system
#   Increase physical memory or swap space
#   Check if swap backing store is full
#   Decrease Java heap size (-Xmx/-Xms)
#   Decrease number of Java threads
#   Decrease Java thread stack sizes (-Xss)
#   Set larger code cache with -XX:ReservedCodeCacheSize=
#   JVM is running with Zero Based Compressed Oops mode in which the Java heap is
#   placed in the first 32GB address space. The Java Heap base address is the
#   maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
#   to set the Java Heap base and to place the Java Heap above 32GB virtual address.
# This output file may be truncated or incomplete.
#
#Out of Memory Error (os_linux.cpp:2737), pid=2473, tid=2585
#
# JRE version: Java(TM) SE Runtime Environment 18.9 (11.0.10+8) (build 11.0.10+8-LTS-162)
# Java VM: Java HotSpot(TM) 64-Bit Server VM 18.9 (11.0.10+8-LTS-162, mixed mode, tiered, compressed oops, g1 gc, linux-aarch64)
# Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/file1/apps/o2server/core.2473)

xadmin 发表于 2024-4-24 14:34:48

https://www.yuque.com/o2oa/egd7lu/gbewr3owntz485yg?singleDoc# 《系统优化-内存占用比例优化》
页: [1]
查看完整版本: 内存溢出