chore: 🔧 set php memory limit

increase php memory limit to 512M

- added `php.ini` file
- set `memory_limit` to 512M
- this addresses potential memory issues during script execution
This commit is contained in:
Maicol Battistini 2025-02-03 15:11:28 +01:00
parent a88de4d249
commit 8d5c56fb64
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

1
php.ini Normal file
View File

@ -0,0 +1 @@
memory_limit = 512M