Skip to content

Commit

Permalink
Always use two or more cores for Nebulous nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
rudi committed Dec 9, 2024
1 parent 5eed42a commit f5852ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ public static void addNebulousRequirements(JsonNode component, List<Requirement>
RequirementOperator.EQ, loc));
}
reqs.add(new AttributeRequirement("hardware", "ram", RequirementOperator.GEQ, "2048"));
reqs.add(new AttributeRequirement("hardware", "cores", RequirementOperator.GEQ, "2"));
}

/**
Expand Down

0 comments on commit f5852ae

Please sign in to comment.