View Issue Details

IDProjectCategoryView StatusLast Update
0000276XdebugProfilingpublic2020-03-23 14:16
Reporterderick Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionno change required 
Summary0000276: Aggregate profiling should not use zend_hash
Description

xdebug.profiler_aggregate=1

This is the problem. It uses a Zend hash that adds up its internal memory to memory_limit as well. For top it (of course) it should show more memory, but it would be good to avoid the zend_hash overhead here.

TagsNo tags attached.
Operating System
PHP Version5.2.1

Activities

derick

2020-03-23 14:16

administrator   ~0005334

This is no longer relevant as this feature has been removed.