Skip to content

[Sync-En] opcache: document huge page use by the shared memory segment - #1313

Merged
julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1293-opcache-huge-pages
Sep 18, 2026
Merged

julionc merged 1 commit into
php:masterfrom
lacatoire:sync-en/1293-opcache-huge-pages

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Translation of php/doc-en#4861 (commit 83c44e1): opcache.memory_consumption now explains that the shared memory segment also holds the JIT buffer and is allocated on huge pages when available, and opcache.huge_code_pages says it only remaps the text segment. EN-Revision updated.

Also fixed several defects in the same file along the way: stale TODO comments and a leftover English sentence, a few mistranslations (file_cache_fallback, revalidate_path, the JIT recursion limits) and some table cells that differed from the English.

Fixes: #1293

@julionc
julionc merged commit f3e3091 into php:master Sep 18, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Sync EN] Document huge page use by the OPcache shared memory segment (#4861)

2 participants