11139: Added new test to check for non-default values. Updated example config files.
[arvados.git] / services / nodemanager / doc / gce.example.cfg
index 06fcdff1552de44f95f4ea263b0e6d63db4d3409..ed7bdc3b3d7d9b423b217c3057f83b0ef86823bc 100644 (file)
@@ -40,6 +40,12 @@ poll_stale_after = 600
 # an Arvados node that hasn't been updated for this long.
 node_stale_after = 14400
 
+# Scaling factor to be applied to nodes' available RAM size. Usually there's a
+# variable discrepancy between the advertised RAM value on cloud nodes and the
+# actual amount available.
+# If not set, this value will be set to 0.95
+node_mem_scaling = 0.95
+
 # File path for Certificate Authorities
 certs_file = /etc/ssl/certs/ca-certificates.crt