mustibey0763
Sudan Çıkmış
- Mesajlar
- 4
- En iyi cevaplar
- 0
- Beğeniler
- 0
- Puanları
- 20
- Oyun Sürümü
- spigot 1.12.2
Merhaba, forumdan bulduğum bir kod var, altına ise "sunucu ihtiyacı kadar kullanır" yazılmış. şimdi benim denediğim
bu tarz kodlar java hatası verip çalışmamıştı, acaba alttaki kod sunucu ihtiyacı 16gb ise 16gb mı kullanacak? konu cevaba kapatıldığı için buradan konu açmak zorunda kaldım.
sunucu spigot önemi var mı bilmiyorum
ilk kodu kullandığımda aldığım hata detaylı olarak:
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Press any key to continue . . .
Kod:
java -Xmx15G -jar craftbukkit.jar -o true
PAUSE
Kod:
@ECHO OFF
:: When setting the memory below make sure to include the amount of ram letter. M = MB, G = GB. Don't use 1GB for example, it's 1G ::
:: This is 64-bit memory ::
set memsixtyfour=2G
:: This is 32-bit memory - maximum 1.2G ish::
set memthirtytwo=1G
:: Don't edit past this point ::
if $SYSTEM_os_arch==x86 (
echo OS is 32
set mem=%memthirtytwo%
) else (
echo OS is 64
set mem=%memsixtyfour%
)
java -jar server.jar nogui
PAUSE
ilk kodu kullandığımda aldığım hata detaylı olarak:
Invalid maximum heap size: -Xmx4G
The specified size exceeds the maximum representable size.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Press any key to continue . . .
Son düzenleme: