Commit 166f25ad authored by Romain Courteaud's avatar Romain Courteaud

Do not limit computer capacity by default.

parent d28e2ff4
......@@ -90,9 +90,9 @@ if can_allocate:\n
\n
if can_allocate:\n
# Check the computer capacity.\n
# there is a arbitrary hardcoded default value: not more than 20 instances on\n
# there is a arbitrary hardcoded default value: not more than 1000000 (!) instances on\n
# a computer\n
computer_capacity_quantity = computer.getCapacityQuantity(20)\n
computer_capacity_quantity = computer.getCapacityQuantity(1000000)\n
software_release_capacity_dict = {}\n
consumed_capacity = 0\n
\n
......
12
\ No newline at end of file
13
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment