From 7ca93154fef224bf050f280c426e3c4e8ebc9fd7 Mon Sep 17 00:00:00 2001 From: Sarah Roberts Date: Tue, 10 Dec 2024 18:55:50 -0700 Subject: [PATCH] Revert "fixed a mistyped keyword" This reverts commit e6dc2c738ba5add96ec19704139c998c99bdeb2a. --- src/apps/service/apps/de/jobs/common.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/service/apps/de/jobs/common.clj b/src/apps/service/apps/de/jobs/common.clj index f6aded4f..c2bc4435 100644 --- a/src/apps/service/apps/de/jobs/common.clj +++ b/src/apps/service/apps/de/jobs/common.clj @@ -89,7 +89,7 @@ (merge-with min (filter-container-max-requirements container) (filter-request-max-requirements requirements))) - (limit-container-min-requirement :min_memory_limit :min_memory_limit) + (limit-container-min-requirement :min_memory_limit :memory_limit) (limit-container-min-requirement :min_cpu_cores :max_cpu_cores))) (defn- add-container-info