Jump to content

Recommended Posts

Posted

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

Posted

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

Posted

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

Posted

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?

Posted

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:).

Posted

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.

  • 2 weeks later...
Guest
This topic is now closed to further replies.



×
×
  • Create New...