Hi everyone,
My beast always shuts down while it works. This phenomenon only occurred when I increased the chain length. I made the java heap memory 1gb, but the result was unchanged. Could you estimate why this happened? Below is the error message.
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 110100480 bytes for G1 virtual space
# 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 Unscaled Compressed Oops mode in which the Java heap is
# placed in the first 4GB 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 4GB virtual address.
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_windows.cpp:3535), pid=22428, tid=22672
#
# JRE version: OpenJDK Runtime Environment Zulu17.34+19-CA (17.0.3+7) (build 17.0.3+7-LTS)
# Java VM: OpenJDK 64-Bit Server VM Zulu17.34+19-CA (17.0.3+7-LTS, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
#
--------------- S U M M A R Y ------------
Command Line: -Xms256m -Xmx1024m -Duser.language=en -Dfile.encoding=UTF-8 beast.pkgmgmt.launcher.BeastLauncher -window -working -options
Host: AMD Ryzen 7 7700 8-Core Processor , 16 cores, 31G, Windows 10 , 64 bit Build 19041 (10.0.19041.5915)
Time: Thu Jun 19 05:24:39 2025 Windows 10 , 64 bit Build 19041 (10.0.19041.5915) elapsed time: 33819.974940 seconds (0d 9h 23m 39s)