Skip to content

Commit

Permalink
Add information about adding request_memory parameter always
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwedell authored Apr 17, 2024
1 parent c0ae275 commit d85c35d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ 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.
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.

```
requirements = NMRPIPE == "11.5 rev 2023.105.21.31"
Expand Down

0 comments on commit d85c35d

Please sign in to comment.