Bump resources for backups to allow more memory

Was getting OOM killed
This commit is contained in:
IamTheFij 2023-11-07 16:49:27 -08:00
parent f2f5f4407c
commit a0185d9642

View File

@ -142,7 +142,7 @@ ${file("${module_path}/${job_file}")}
resources { resources {
cpu = 50 cpu = 50
memory = 256 memory = 500
} }
} }