Skip to content

Commit d9a2d76

Browse files
committed
Remove outdated info from README.ZEND_MM
[ci skip]
1 parent 361d0b3 commit d9a2d76

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Zend/README.ZEND_MM

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,3 @@ Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
2525
that valgrind can correctly track the memory leaks in shared extensions. For
2626
this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
2727
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

Comments
 (0)