1
0
Fork 0

increase egg cronjob memory limit
Build Docker and Deploy / Build Docker (push) Successful in 13s Details
Build Docker and Deploy / Deploy to Server (push) Successful in 14s Details

This commit is contained in:
Mike Schwörer 2024-02-10 12:45:38 +01:00
parent 17971a1740
commit be1c44ffc6
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ if (php_sapi_name() !== "cli") die("[cli only!]");
set_time_limit(6*60*60); // 6h
ini_set("display_errors", 1);
ini_set("display_startup_errors", 1);
ini_set('memory_limit', '1024M');
error_reporting(E_ALL);
try {