On 6/7/19 9:40 AM, Michael Di Domenico wrote:
i want to assign a minimum amount of memory that all jobs get when no requestmemory classad is added to the submit file.
On the schedd side, you can set JOB_DEFAULT_REQUESTMEMORY(note the lack of underscore between REQUEST and MEMORY) to change the default RequestMemory if none is provided.
-greg