Şimdi sunucuyu kurduk fakat Java ile alakalı bir sorun var sanırım.
# There is insufficient Memory for the Java runtime environment to continue.
# Native Memory allocation (malloc) failed to allocate 1192256 bytes for chunk: New.
# 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.
Error dosyasında bu hatayı veriyor.
Sorunum şu sunucuya 25 GB RAM'de versem 2 GB RAM'de versem hep ortalama 500 MB kullanıyor.
@Echo off.
Forge-1.12.2-14.23.5.2854
Java -dfile. Encoding = utf-8 -dsun. Jnu. Encoding = utf-8 -dsun. Stderr. Encoding = utf-8 -dsun. Stdout. Encoding = utf-8 -duser. Language = en -duser. Country = us -dpaper. Playerconnection. Keepalive = 120 -D64 -server
-xms8192m -xmx8192m -jar Forge-1.12.2-14.23.5.2854. Jar -o false.
Bu normalden farklı bir komut bununlada aynı asağıdaki komutlada aynı sekilde RAM kullanımı hep aynı kalıyor ve hatada farkli iki PC'den de aynı.
Java
-xms25G -xmx25G -jar Forge-1.12.2-14.23.5.2855. Jar.
Pause.
Sanırsam farklı bir Java versiyonu ile düzelebilir gibime geliyor.