You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When run command docker start orientdb
only have orientdb
and after exit.
Next, i used docker start -i orientdb
to see de problem and terminal show
removing old pid file /orientdb/bin/orient.pid
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 1431830528 bytes for committing reserved memory.
# Can not save log file, dump to screen..
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 1431830528 bytes for committing reserved memory.
# Possible reasons:
# The system is out of physical RAM or swap space
# In 32 bit mode, the process size limit was hit
# Possible solutions:
# Reduce memory load on the system
# Increase physical memory or swap space
# Check if swap backing store is full
# Use 64 bit Java on a 64 bit OS
# Decrease Java heap size (-Xmx/-Xms)
# Decrease number of Java threads
# Decrease Java thread stack sizes (-Xss)
# Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
# Out of Memory Error (os_linux.cpp:2662), pid=1, tid=0x00007f68b041eae8
#
# JRE version: (8.0_171-b11) (build )
# Java VM: OpenJDK 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
# Derivative: IcedTea 3.8.0
# Distribution: Custom build (Wed Jun 13 18:28:11 UTC 2018)
# Core dump written. Default location: /orientdb/bin/core or core.1
#
obviously I have to increase the memory of java or something similar but ... any command they have or an easy way to solve?
thanks
The text was updated successfully, but these errors were encountered:
Hi.
When run command
docker start orientdb
only have
orientdb
and after exit.
Next, i used
docker start -i orientdb
to see de problem and terminal show
obviously I have to increase the memory of java or something similar but ... any command they have or an easy way to solve?
thanks
The text was updated successfully, but these errors were encountered: