We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361d0b3 commit d9a2d76Copy full SHA for d9a2d76
Zend/README.ZEND_MM
@@ -25,13 +25,3 @@ Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
25
that valgrind can correctly track the memory leaks in shared extensions. For
26
this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
27
DL_UNLOAD() is skipped during the shutdown of shared extensions.
28
-
29
30
-Tweaking:
31
----------
32
33
-The Zend MM can be tweaked using ZEND_MM_MEM_TYPE and ZEND_MM_SEG_SIZE environment
34
-variables. Default values are "malloc" and "256K". Dependent on target system you
35
-can also use "mmap_anon", "mmap_zero" and "win32" storage managers.
36
37
- $ ZEND_MM_MEM_TYPE=mmap_anon ZEND_MM_SEG_SIZE=1M sapi/cli/php ..etc.
0 commit comments