Jump to content
  • 0

[Request] Opinion About Garbage Method On L2J. Is It Useful Or Not?


andon19

Question

After i get motivated to start learning java i read on a chapter about garbage method on java application which the result of this method is to clean memory of unnecessary de-referenced object=> memory reclaim.

 

Well what you think this idea is useful, useless or don't even think about it? it can' be addapted on l2j projects cause there isn't any reason?

 

 

I was curious and asked****

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

yeah ,unless u want to improve performance by 0,005%

 

Garbage collector improves perfomance by 0.0005% ? Please don't speak when you don't have a clue about the object

 

Ontopic

 

You don't need to do anything with l2j to activete the garbage collector, simply cause the garbage collector is passive in your jvm, but yes its OS depended, works differently on Windows differently on Linux

Link to comment
Share on other sites

  • 0

Java got his own memory management, don't busy about it. You only have to avoid memory leaks. Forcing the GC to run doesn't even mean the GC will currently run.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...