Skip to content

Commit

Permalink
Fix custom allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 committed Dec 2, 2024
1 parent f47ee5c commit 92d543e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/resource_handler/resource_handler.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d543e

Please sign in to comment.