Package: php5-cli Version: 5.2.0-8+etch10 Hello,
When I use the date command in a loop, I see the memory grow up.
Code :
<?
while (1)
{
printf (date("d/m/Y H:i:s")." ".memory_get_usage() ." \n");
}
?>
The result is :
....
21/04/2008 18:51:32 15657592
21/04/2008 18:51:32 15658136
21/04/2008 18:51:32 15658680
21/04/2008 18:51:32 15659224
21/04/2008 18:51:32 15659768
21/04/2008 18:51:32 15660312
...
I can see this on ps command, where the memory use goes up.
This arrive on AMD64 and i386 machines, in Etch, up to date.
Thanks
--
__ __ ___ __
/ / / / / Dominique Fournier
/ /__/ / / CNRS / Centre Réseau et Informatique Commun
\___ / \ _/_ \___ Tel : 04 76 88 78 59 / Fax : 04 76 88 12 95
Assistance Technique CRIC : 04 76 88 79 54
Certificats : http://igc.services.cnrs.fr/Doc/General/trust.html
Site Perso : http://dominique.fournier.homedns.org ;-)
smime.p7s
Description: S/MIME Cryptographic Signature

