Question - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: Question (
/showthread.php?tid=127960)
Question -
SiJ - 15.02.2010
Hey,
This may be 'noobish' question, but if I load a plugin, does it takes RAM all the time, or only when I use functions of that plugin?
Re: Question -
Streetplaya - 22.02.2010
That really depends on the plugin, like whether it frees dynamically allocated memory or not.
Re: Question -
SiJ - 23.02.2010
Well let's say I use
Rlib v1.0
to make a directory when a player registers on the server. Will it use the memory all the time or only when the directory is being created?
Re: Question -
Misiek - 24.02.2010
Basically all the time, but you've got to know it's a very tiny amount of memory in this case though.