Hi all...i got a problem...i have only 3gb ram...and the 2-2,3 is the real useable....
So lets start...when im opening my server(.bats) no problems...when ppl starting to coming...some time after (30min -1hour)if i try to shutdown-restart the server ....the l2server.bat panel shows: error Out of Memory ..cannot create a new native thread...and more like this....and the server doesnt restarts or shutdown....if i dont do anything after 1-1.30 h from the begging the server crushes...i think is ramm problem so..i ll go to add 3-5gb ramm more..when i do this all will be fixed???or maybe isnt only ramm problem or something else???i want a developer to tell me how the saving system,ramm-server system works...and i have here the edit of my l2server.bat
Fix Visual Boundary for AutoFarm when entering a new zone.
Fix Assassin Interface Automatic SoulShot usage.
Fix Assassin Interface not displaying Castle/Base.
Fix Achievements displaying item rewards for CommunityBoard & NPC.
Fix Prevent players from purchasing their own Auctioned items.
Added ''.raid'' and ''.achievement'' commands.
Added support for multiple currencies on Auction
Added Search feature to Auction.
Added Offline Stores
Added '.exit' & '.quit' command to Dungeon System so players can now exit/quit dungeons
Added VIP Account System (Alternative XP, SP & Drop Rates, Unlocks Costumes)
Added Loot Box System
Changed DungeonsManager now displays reward list on dungeon pages.
Changed GlobalShop to include pages for all currencies.
HTML/XML edits
A New Chapter Begins
We're Rebuilding – Join Our Staff Team
After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people.
That’s why we’re now opening up staff applications for those who want to actively shape the future of our community.
If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact.
What We're Looking For
We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include:
Moderators – to keep the forum clean, safe, and organized
Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM)
Content Creators – to post updates, guides, and articles
Community Managers – to engage users and drive activity
Technical Staff – for development, backend, and server work
We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in.
If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward.
Requirements
We’re looking for individuals who have:
A history of activity on the forum (preferred)
Available time to contribute consistently
A sense of teamwork and responsibility
A genuine interest in gaming and community building
If you're interested, just send a private message to me or Celestine. (or just reply here)
Tell us a few things about yourself and how you’d like to contribute.
Let’s bring this community back to life.
Let’s rebuild something great — together.
M M G A
Question
PoRnosJH
Hi all...i got a problem...i have only 3gb ram...and the 2-2,3 is the real useable....
So lets start...when im opening my server(.bats) no problems...when ppl starting to coming...some time after (30min -1hour)if i try to shutdown-restart the server ....the l2server.bat panel shows: error Out of Memory ..cannot create a new native thread...and more like this....and the server doesnt restarts or shutdown....if i dont do anything after 1-1.30 h from the begging the server crushes...i think is ramm problem so..i ll go to add 3-5gb ramm more..when i do this all will be fixed???or maybe isnt only ramm problem or something else???i want a developer to tell me how the saving system,ramm-server system works...and i have here the edit of my l2server.bat
[table][tr][td]@echo off
color 17
title L2Server
:start
echo Starting Server.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
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 you are having troubles on server shutdown (saving data),
REM add this to startup paramethers: -Djava.util.logging.manager=net.sf.l2j.L2LogManager. Example:
REM java -Djava.util.logging.manager=net.sf.l2j.util.L2LogManager -Xmx1024m -cp ./../libs/*;l2jserver.jar net.sf.l2j.gameserver.GameServer
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo L2Server: Administrator Restarting.
echo.
goto start
:error
echo.
echo L2Server: Server terminated abnormally.
echo.
:end
echo.
echo L2Server: Server terminated.
echo.
pause[/td][/tr][/table]
if anyone can help...anything he can.. tell me plz...ty..
17 answers to this question
Recommended Posts