Skip to content

Commit

Permalink
Update README to reflect current job memory settings on pool
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwedell authored Apr 19, 2024
1 parent 456b156 commit 3070745
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ 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 @@ -70,9 +69,11 @@ 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
when you omit `request_memory`. Therefore, please ensure you request enough memory with the
`request_memory` parameter.
resources.

*Note* - HTCondor will terminate your job (in the job log file it will report `Abnormal termination (signal 9)`)
if you use more than 2GB of memory when you omit `request_memory`. Therefore, if your jobs require more than 2GB of memory,
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 3070745

Please sign in to comment.