Skip to content

Docker - Change php memory limit has no effect #221

@antoniotvr

Description

@antoniotvr

Code of Conduct

  • I agree to follow this project's Code of Conduct

Is there an existing issue for this?

  • I have searched the existing issues

Version

11.0.2

Bug description

Hi.

I have followed this documentation and I have glpi up and running through docker:

https://help.glpi-project.org/tutorials/procedures/running_glpi_on_docker

I need to increase php memory limit and so I have created the ini file as indicated and mapped the file to be used in the container.

I have indicated the new memory limit with this syntax that is correct:

memory_limit = 512M

But when I restart the container the php memory limit is not applied in the right way.

If I enter inside the container the custom config file hasn't the right value that I have configured.

Can you help me?

Thanks

Relevant log output

Page URL

No response

Steps To reproduce

  • Create custom config file "custom-config.ini"
  • Configure memory limit "memory_limit = 512M"
  • start the container
  • the memory limit indicated in glpi Home --> Setup --> General --> Performance is not correct (is the default, 128M).

Your GLPI setup information

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions