.::Diavolic::. Posted October 9, 2010 Posted October 9, 2010 I have one problem in one pack when i open it One Image : If you can help me plz thnks,
0 FighterBoss Posted October 9, 2010 Posted October 9, 2010 You do not have enough space dude. The pack is ok.
0 .::Diavolic::. Posted October 9, 2010 Author Posted October 9, 2010 Where i dont have enough space ?
0 SaSuKi Posted October 9, 2010 Posted October 9, 2010 Where i dont have enough space ? pff C:/ maybe ?
0 .::Diavolic::. Posted October 9, 2010 Author Posted October 9, 2010 pff C:/ maybe ? I have free space 421 gb
0 mogo Posted October 9, 2010 Posted October 9, 2010 It's heap space. By default the JVM is only given 64mb of it, unless you 'give' more with command line arguments. Post your script that starts the server
0 .::Diavolic::. Posted October 9, 2010 Author Posted October 9, 2010 6 GB Ram. I think here is the problem @echo off title L2JTeon: Game Server Console :start echo Starting L2JTeon Game Server. echo Visit L2JTeon.servergame.com for updates. echo. REM ------------------------------------------------------------------------ REM #======================================================================# REM # You need to set here your JDK/JRE params in case of x64 bits System. # REM # Remove the "REM" after set PATH variable # REM # If you're not a x64 system user just leave # REM #======================================================================# REM set PATH="type here your path to java jdk/jre (including bin folder)" REM ------------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xmx512m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms2048m -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 Administrator Restarted ... echo. goto start :error echo.
0 mogo Posted October 9, 2010 Posted October 9, 2010 @echo off title L2JTeon: Game Server Console :start echo Starting L2JTeon Game Server. echo Visit L2JTeon.servergame.com for updates. echo. REM ------------------------------------------------------------------------ REM #======================================================================# REM # You need to set here your JDK/JRE params in case of x64 bits System. # REM # Remove the "REM" after set PATH variable # REM # If you're not a x64 system user just leave # REM #======================================================================# REM set PATH="type here your path to java jdk/jre (including bin folder)" REM ------------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xms3072m -Xmx3072m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms2048m -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 Administrator Restarted ... echo. goto start :error echo. Try this one
0 .::Diavolic::. Posted October 9, 2010 Author Posted October 9, 2010 @echo off title L2JTeon: Game Server Console :start echo Starting L2JTeon Game Server. echo Visit L2JTeon.servergame.com for updates. echo. REM ------------------------------------------------------------------------ REM #======================================================================# REM # You need to set here your JDK/JRE params in case of x64 bits System. # REM # Remove the "REM" after set PATH variable # REM # If you're not a x64 system user just leave # REM #======================================================================# REM set PATH="type here your path to java jdk/jre (including bin folder)" REM ------------------------------------------------------------------------ REM ------------------------------------- REM Default parameters for a basic server. java -Dfile.encoding=UTF-8 -Xms3072m -Xmx3072m -cp bsf.jar;bsh-engine.jar;bsh-2.0b5.jar;mmocore.jar;javolution.jar;c3p0-0.9.1.2.jar;mysql-connector-java-5.1.6-bin.jar;l2jteon.jar;jython.jar;jython-engine.jar;commons-logging-1.1.jar;java-engine.jar net.sf.l2j.gameserver.GameServer REM REM If you have a big server and lots of memory, you could experiment for example with REM java -server -Xmx1536m -Xms2048m -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 Administrator Restarted ... echo. goto start :error echo. Try this one Nothing :S
0 Justice Posted October 9, 2010 Posted October 9, 2010 [important]About live L2J Fork projects [L2J - Brazil, Teon, Eclipse and etc]
Question
.::Diavolic::.
I have one problem in one pack when i open it
One Image :
If you can help me plz
thnks,
10 answers to this question
Recommended Posts