Re: [PHP-DEV] PHP4: php_module holds memory to long ! From: Sascha Schumann (sascha <email protected>)
Date: 01/10/01

> Any ideas ?

    Welcome to Unix. You can only increase the heap size using
    sbrk(), you cannot shrink it. So, if you have allocated n
    bytes, you can only reuse those bytes, but never give it back
    to the system (without terminating the process).

    - Sascha

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>