diff --git a/config/resource_handler/resource_handler.config b/config/resource_handler/resource_handler.config index 1c12944..8b3253d 100644 --- a/config/resource_handler/resource_handler.config +++ b/config/resource_handler/resource_handler.config @@ -275,8 +275,8 @@ resource_handler { resource_handler.set_resource_limit_params(system_resources) // Apply custom allocations if given - if (custom_allocations) { - allocation_handler.apply_custom_allocations(custom_allocations) + if (customized_allocations) { + allocation_handler.apply_custom_allocations(customized_allocations) } // Apply base resource updates if given