Skip to content

(Drupal) Keep resource limits in sync with php.ini #1

Description

@mhavelant

Currently:

  • Resource limits can be set via values.yaml
  • PHP limits can be set via env

Problem:

  • One needs to keep track of these and adjust them in tandem

Solution proposal:

  • Memory limit should be mapped to the php.ini config value
    • Currently, the usual env var is PHP_MEMORY_LIMIT, that should be auto-set
    • (Later) Allow specifying the memory limit env var
    • (Later) Allow setting a different limit

Additionally, stuff like ingress request timeout and max_execution_time (+ possibly others) should probably be set up like this, too (with the same 'allow overrides' method).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions