Home
last modified time | relevance | path

Searched refs:memory_consumption (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/opcache/tests/
H A Dlog_verbosity_bug.phpt11 opcache.memory_consumption=999999999
/PHP-7.1/ext/opcache/
H A DZendAccelerator.h162 unsigned int memory_consumption; member
169 zend_long memory_consumption; member
H A Dzend_accelerator_module.c288 … , PHP_INI_SYSTEM, OnUpdateMemoryConsumption, accel_directives.memory_consumption, zend…
489 …snprintf(buf, sizeof(buf), ZEND_LONG_FMT, ZCG(accel_directives).memory_consumption-zend_shared_all…
569 …_long(&persistent_script_report, "memory_consumption", script->dynamic_members.memory_consumption);
631 …add_assoc_long(&memory_usage, "used_memory", ZCG(accel_directives).memory_consumption-zend_shared_…
634 …centage", (((double) ZSMMG(wasted_shared_memory))/ZCG(accel_directives).memory_consumption)*100.0);
711 …soc_long(&directives, "opcache.memory_consumption", ZCG(accel_directives).memory_consumption);
H A DREADME46 opcache.memory_consumption=128
76 opcache.memory_consumption (default "64")
H A DZendAccelerator.c206 …if ((((double) ZSMMG(wasted_shared_memory)) / ZCG(accel_directives).memory_consumption) >= ZCG(acc… in zend_accel_schedule_restart_if_necessary()
1178 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in zend_accel_invalidate()
1401 …new_persistent_script->dynamic_members.memory_consumption = ZEND_ALIGNED_SIZE(new_persistent_scrip… in cache_script_in_shared_memory()
1834 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file()
1859 ZSMMG(wasted_shared_memory) += persistent_script->dynamic_members.memory_consumption; in persistent_compile_file()
2823 switch (zend_shared_alloc_startup(ZCG(accel_directives).memory_consumption)) {
/PHP-7.1/
H A Dphp.ini-development1806 ;opcache.memory_consumption=128
H A Dphp.ini-production1806 ;opcache.memory_consumption=128

Completed in 48 milliseconds