Skip to content

Commit

Permalink
Clarify memory docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Feb 20, 2024
1 parent c42d166 commit 4341401
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gaps/cli/documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,10 @@
cost. By default, ``"normal"``.
:memory: (int, optional)
Node memory request in GB. By default, ``None``, which
does not specify a memory limit.{n}{eep}
uses the scheduler's default memory limit. Note that this
can be quite small (SLURM's default is a couple GB of
RAM), so you may run into out-of-memory (OOM) issues
if you leave this argument unspecified.{n}{eep}
:queue: (str, optional; PBS ONLY)
HPC queue to submit job to. Examples include: 'debug',
'short', 'batch', 'batch-h', 'long', etc.
Expand Down

0 comments on commit 4341401

Please sign in to comment.