Skip to content

Commit

Permalink
More minor tweaks related to request_memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwedell authored Apr 17, 2024
1 parent d85c35d commit 456b156
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Let's look at a simple submit file in detail to see what arguments are necessary
executable = /bin/ls
arguments = /
request_memory = 128MB
log = logs/basic.log
output = logs/basic.out
error = logs/basic.err
Expand Down Expand Up @@ -69,7 +70,7 @@ request_memory = 4GB

These arguments speak for themselves. They are telling the HTCondor matchmaker
that in order to run your job the machine must be able to provide the specified
resources. **note** - HTCondor will terminate your job if you use more than 128MB of memory
resources. *Note* - HTCondor will terminate your job if you use more than 128MB of memory
when you omit `request_memory`. Therefore, please ensure you request enough memory with the
`request_memory` parameter.

Expand Down

0 comments on commit 456b156

Please sign in to comment.