[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-06-22 Thread brianlmoon
ID: 8889 Updated by: brianlmoon Reported By: [EMAIL PROTECTED] Status: Closed Bug Type: Performance problem Operating system: PHP Version: 4.0.4 Assigned To: Comments: This is all fixed in 4.0.6. Previous Comments: ---

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-05-01 Thread andi
ID: 8889 Updated by: andi Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: Performance problem PHP Version: 4.0.4 Assigned To: Comments: The main problem is that once the system's standard C library allocates heap space (with the sbrk() system call) it will never return

[PHP-DEV] Bug #8889 Updated: Memory is not being freed.

2001-04-29 Thread zeev
ID: 8889 Updated by: zeev Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Performance problem PHP Version: 4.0.4 Assigned To: Comments: What kind of sizes are we talking about here? the Zend memory manager holds a memory cache, but we're talking at around 1MB per process max. Previous