Date: 01/10/01
- Next message: Mark Olbert: "[PHP-DEV] Compile Problem: Place for Help"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Stig Venaas: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > 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
>
Really?
>From AIX docco...
"The sbrk subroutine adds to the break value the number of bytes contained in
the Increment parameter and changes the amount of available space accordingly.
The Increment parameter can be a negative number, in which case the amount of
available space is decreased."
Bill
-- 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>
- Next message: Mark Olbert: "[PHP-DEV] Compile Problem: Place for Help"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- In reply to: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Next in thread: Stig Venaas: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Stig Venaas: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Sascha Schumann: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] PHP4: php_module holds memory to long !"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

