Page 1 of 1
Question
Posted: Thu Mar 18, 2010 8:59 am
by Onepamopa
ยป Find Revision
L2J Revision
Lastest:
L2JDP Revision
Lastest:
Anyone who have expirience with this option?
What will happen if I disable it (cause my server's ram is 98% Full... I'm looking for a way to minimise ram consumption)?
Please explain in detail what will be preformance gain (if any).
# True = Loads GeoData buffer's content into physical memory.
# False = Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
# Default: True
ForceGeodata = True
Re: Question
Posted: Thu Mar 18, 2010 9:37 am
by jurchiks
why would you even put it to true?
Re: Question
Posted: Thu Mar 18, 2010 10:00 am
by Onepamopa
it was true by default...
that's why I'm asking if it will be better to turn this off...
btw, I'm using InnoDB as table type, so I have to optimise it a little bit.
Re: Question
Posted: Thu Mar 18, 2010 11:13 am
by jurchiks
it probably will, why don't you try it first?
there is no warning in the description so it doesn't do any harm to disable it
Re: Question
Posted: Sat Mar 20, 2010 1:54 am
by macdonald12
jurchiks wrote:why would you even put it to true?
Because swapping is horrible?
Re: Question
Posted: Sat Mar 20, 2010 10:11 am
by jurchiks
and that means...?
Re: Question
Posted: Sat Mar 20, 2010 11:13 am
by MELERIX
ForceGeodata = False = hard drive reading geodata files everytime, and this is insane I think xD
Re: Question
Posted: Sat Mar 20, 2010 12:09 pm
by jurchiks
but if you need to free up some RAM?
Re: Question
Posted: Sat Mar 20, 2010 8:53 pm
by MELERIX
is free up automatically, this don't consume ram everytime, only when is needed

Re: Question
Posted: Sat Mar 20, 2010 10:57 pm
by jurchiks
well it doesn't say it there, so how could anyone know...
Re: Question
Posted: Sun Mar 21, 2010 12:14 am
by MELERIX
because I have a public server, and I've tested with True & False.
test by yourself if you don't trust on me.
Re: Question
Posted: Sun Mar 21, 2010 11:46 am
by jurchiks
that's not what i meant
there is nothing about the HDD I/O in the description of that function, so only those, who tested it, can know
Re: Question
Posted: Sun Mar 21, 2010 5:14 pm
by MELERIX
lol
# True = Loads GeoData buffer's content into physical memory.
# False = Does not necessarily imply that the GeoData buffer's content is not resident in physical memory.
computer basics, if physical memory is not used or exausted,, what you think will be used ?
ofc virtual memory, and where is this ?
ofc your hard drive.
Re: Question
Posted: Sun Mar 21, 2010 7:58 pm
by jurchiks
didn't think that far...
anyway, you could just change it to
# True = Geodata uses mostly RAM
# False = Geodata uses mostly HDD
and no brainy explanations needed