The following was the same for all three non-AWS machines: -=--- /home/tlmiller/scale-test/install/etc/condor_config= +=--- /home/tlmiller/scale-test/install/etc/condor_config ---= {verbatim} RELEASE_DIR = /home/tlmiller/scale-test/install LOCAL_DIR = /home/tlmiller/scale-test/install/local @@ -24,7 +24,7 @@ The local config file was empty on all non-AWS machines: -=--- $(LOCAL_CONFIG_FILE)= +=--- $(LOCAL_CONFIG_FILE) ---= {verbatim} {endverbatim} @@ -32,7 +32,7 @@ The central manager ran a collector tree and the schedd used to for EC2 jobs. -=--- $(LOCAL_CONFIG_DIR)/00-cm= +=--- $(LOCAL_CONFIG_DIR)/00-cm ---= {verbatim} # We're the central manager. DAEMON_LIST = MASTER, COLLECTOR, NEGOTIATOR @@ -73,11 +73,12 @@ COLLECTOR_QUERY_WORKERS = 16 {endverbatim} -=--- $(LOCAL_CONFIG_DIR)/01-submitter= +=--- $(LOCAL_CONFIG_DIR)/01-submitter ---= {verbatim} DAEMON_LIST = $(DAEMON_LIST), SCHEDD -# Don't remember why this isn't 10,000. +# Given that we only want 10,000 instances, this is probably larger +# than it really needs to be. MAX_JOBS_RUNNING = 20000 # This section is probably irrelevant for an EC2-only submitter.