Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,11 @@
<listitem>
<para>
Enables or disables copying of PHP code (text segment) into HUGE PAGES.
This should improve performance, but requires appropriate OS configuration.
This should improve performance, but requires appropriate OS configuration
to allocate enough HUGE PAGES for the sum of
<link linkend="ini.opcache.memory-consumption">opcache.memory_consumption</link>
and
<link linkend="ini.opcache.jit-buffer-size">opcache.jit_buffer_size</link>.
Available on Linux as of PHP 7.0.0, and on FreeBSD as of PHP 7.4.0.
</para>
</listitem>
Expand Down