remove oom disable

This commit is contained in:
Andras Bacsai
2023-05-26 09:59:49 +02:00
parent 8bf1b9e707
commit 89614fc047
8 changed files with 0 additions and 10 deletions

View File

@@ -19,7 +19,6 @@ class Kernel extends ConsoleKernel
$schedule->job(new InstanceDockerCleanupJob)->everyFiveMinutes();
$schedule->job(new InstanceAutoUpdateJob)->everyFifteenMinutes();
// Disabled for now, added oom_kill_disable: true to docker-compose.yml
// $schedule->job(new InstanceProxyCheckJob)->everyMinute();
}