Γεία σας παιδιά έχω ένα πρόβλημα μου βγάζει out of memory το java
Τι ακριβώς πρέπει να αλλάξω εδώ?
@echo off
title Eminence Game Server Console
:start
echo Starting Eminence Game Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Xmx512m -cp bsf.jar;bsh-2.0b4.jar;commons-logging-1.1.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.0.7-bin.jar;Eminence-GameServer.jar;jython.jar eu.l2eminence.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello everyone,
I'm currently working on a project and experimenting with different elements inside the game.
Right now, I'm using UnrealEd 2.0 on Windows 11, along with other tools to work with .utx, .unr, and .t3d files. However, I’m facing some serious compatibility issues.
I’m well aware that Windows 11 isn’t ideal for running such old software, and UnrealEd 2.0 is struggling to function properly. For example:
The editor crashes whenever I try to add a new object to the level.
Converting .UNR to .T3D often results in a crash or disconnection.
I assume that running UnrealEd 2.0 on Windows 11 is part of the problem, but I’d really appreciate any advice on improving compatibility or making the editor more stable.
Would switching to a different Windows version help? Are there any tweaks, patches, or emulators that could make UnrealEd 2.0 run better? Any guidance would be greatly appreciated!
Thanks in advance!
Question
Justice
Γεία σας παιδιά έχω ένα πρόβλημα μου βγάζει out of memory το java
Τι ακριβώς πρέπει να αλλάξω εδώ?
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.