Skip to content

🐛 Bug Report: migration fails with Allowed memory size exhausted php memory_limit hardcoded to 512 #5528

@bfritscher

Description

@bfritscher

👟 Reproduction steps

Run a migration fails upgrading audit data, with out of memory

👍 Expected behavior

Expect the migration to work.
Or at least be able to specify a higher php memory_limit via environnment without the need to edit the app/init.php hardcoded value: ini_set('memory_limit', '512M');

👎 Actual Behavior

fails with php out of memory error

🎲 Appwrite version

Version 1.3.x

💻 Operating system

Linux

🧱 Your Environment

docker self hosted

👀 Have you spent some time to check if this issue has been raised before?

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions