Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

Well i'm debuging my php script, i.e:

<?php
$inic = memory_get_usage();

... code ...

echo (memory_get_usage()-$inic)/1024;
?>

and it show: about 60.578125, it mean 60kb isn't?

this ... code ... has many str_replace and some preg_replace.

I would like to know if 60kb is too much? or normal? or good? someone could tell me it?

thanks.

Why Closed?

share|improve this question
This question is perhaps better suited to stackoverflow.com – w3d Aug 15 '12 at 20:40

closed as off topic by John Conde Aug 15 '12 at 20:18

Questions on Webmasters Stack Exchange are expected to relate to webmastering within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.