Skip to content

docs(worker): add memory management section#2208

Closed
lacatoire wants to merge 3 commits intophp:mainfrom
lacatoire:docs/memory-limit-worker
Closed

docs(worker): add memory management section#2208
lacatoire wants to merge 3 commits intophp:mainfrom
lacatoire:docs/memory-limit-worker

Conversation

@lacatoire
Copy link

Summary

  • Add a "Memory Management" section to docs/worker.md documenting how memory_limit behaves in worker mode
  • Covers: per-worker limit, automatic restart on exceeding, dynamic ini_set() reset after each request, and Docker memory sizing guidance
  • Links to existing performance and config documentation

Closes #846

lacatoire and others added 3 commits November 27, 2025 16:23
Document how memory_limit behaves in worker mode: per-worker limit,
automatic restart on exceeding, dynamic ini_set reset after each
request, and Docker memory sizing guidance.

Closes php#846
@lacatoire lacatoire closed this Feb 19, 2026
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.

Too less information about memory_limit

1 participant

Comments