Improve comment in application.default.yml based on review feedback.
authorWard Vandewege <ward@curoverse.com>
Wed, 6 May 2015 20:16:53 +0000 (16:16 -0400)
committerWard Vandewege <ward@curoverse.com>
Wed, 6 May 2015 20:16:53 +0000 (16:16 -0400)
refs #5926

services/api/config/application.default.yml

index 9ebaa50f4d7af68246b6ae446b879a223271cb0b..e5c00c5ab76b37ff3fea654bd2235954fcc1b5ef 100644 (file)
@@ -306,4 +306,8 @@ common:
   clean_job_log_rows_after: <%= 30.days %>
 
   # The maximum number of compute nodes that can be in use simultaneously
+  # If this limit is reduced, any existing nodes with slot number >= new limit
+  # will not be counted against the new limit. In other words, the new limit
+  # won't be strictly enforced until those nodes with higher slot numbers
+  # go down.
   max_compute_nodes: 64