Malzahax Posted June 10, 2012 Posted June 10, 2012 You got good ram use probably because you got no data loaded. The data stored in lists is the biggest RAM eater, mainly quests and SQL stuff (spawnlists, npcskills, skill trees I would say 20mo RAM each only for those 3 tables). From a L2J if you drop both I said, you earn like 150mo RAM. In case you got all data loaded and got only 20-30mo use, tell me your black magic teacher. Bubu. i can get 72mb using acis :P with all loaded nunu
mavmdox Posted June 10, 2012 Author Posted June 10, 2012 You got good ram use probably because you got no data loaded. The data stored in lists is the biggest RAM eater, mainly quests and SQL stuff (spawnlists, npcskills, skill trees I would say 20mo RAM each only for those 3 tables). From a L2J if you drop both I said, you earn like 150mo RAM. In case you got all data loaded and got only 20-30mo use, tell me your black magic teacher. Bubu. Heard about GAC in C#? :) if not take a look :P http://msdn.microsoft.com/en-us/library/ms173099(v=vs.80).aspx
qqsage Posted June 10, 2012 Posted June 10, 2012 Great to see that there are still people developing lineage 2. +1 for mavmdox! I think it will turn out as a great project. Good luck and peace
adenaman Posted June 10, 2012 Posted June 10, 2012 Heard about GAC in C#? :) if not take a look :P http://msdn.microsoft.com/en-us/library/ms173099(v=vs.80).aspx that is dll spread, usually you will not do more than 1 dll per system / mananger inside the l2 system (for example 1 for olympiad, 1 for connections to loginserver, ...) and when you will run the server all of them will be needed and loaded. The advantage that that gives to you are shared system dlls Also atm are you having problems with l2j ram / cpu usage? i mean do you rly find a need to increase performance?
mavmdox Posted June 10, 2012 Author Posted June 10, 2012 that is dll spread, usually you will not do more than 1 dll per system / mananger inside the l2 system (for example 1 for olympiad, 1 for connections to loginserver, ...) and when you will run the server all of them will be needed and loaded. The advantage that that gives to you are shared system dlls Also atm are you having problems with l2j ram / cpu usage? i mean do you rly find a need to increase performance? nope, don't have any problems:), and in GAC I have scripts/skills/ and all the data that occupies memory for nothing:) and it implements IDisposable, so the GC can dispose it when it's not used that's why I have so low memory consumption:).
Tryskell Posted June 11, 2012 Posted June 11, 2012 What's with the other topic if you already finished it ? "Hey guys I want to make a project but it's over and already on marketplace". What's the point to annonce it everywhere ? What do you need as help ? What isn't working, what are features ? I don't understand all x_x.
mavmdox Posted June 25, 2012 Author Posted June 25, 2012 Nope, why should it? everybody to download it and use it for it's own intrest?
mavmdox Posted June 25, 2012 Author Posted June 25, 2012 really its so awesome : ) good work man thanks
SkySkase Posted June 25, 2012 Posted June 25, 2012 Lets see .... Its amazing but ... The big question.... will it be public?
Recommended Posts