<div dir="ltr">Any time you `use` a module in Perl, you are loading code into memory. So yes, memory usage will go up. See the <a href="http://perldoc.perl.org/functions/use.html">documentation</a> for details.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 1:39 PM, Christian Brechbuehler <span dir="ltr"><<a href="mailto:brecc@balcab.ch" target="_blank">brecc@balcab.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello list,<br>
<br>
I just started using RRD to write some perl statistics scripts - so definitely a newbie. When testing the scripts i found a surprising thing:<br>
As soon as I include the RRDs module (just 'use RRDs;', no actual usage), the virtual memory usage of the scripts goes up from ~20K to 125MB. Is that normal or am I doing something wrong?<br>
<br>
Regards<br>
Christian<br>
<br>
______________________________<u></u>_________________<br>
rrd-users mailing list<br>
<a href="mailto:rrd-users@lists.oetiker.ch" target="_blank">rrd-users@lists.oetiker.ch</a><br>
<a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users" target="_blank">https://lists.oetiker.ch/cgi-<u></u>bin/listinfo/rrd-users</a><br>
</blockquote></div><br></div>