Skip to content

Commit 1cc2177

Browse files
committed
flux-config-policy(5): fix example
Problem: the manual pages's example TOML config uses incorrect key names. Update example.
1 parent 9774771 commit 1cc2177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/man5/flux-config-policy.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ EXAMPLE
7979

8080
::
8181

82-
[policy.defaults]
82+
[policy.jobspec.defaults.system]
8383
duration = "1h"
8484
queue = "batch"
8585

8686
[policy.limits]
8787
duration = "4h"
8888
job-size.max.nnodes = 8
89-
job-size.max.gpus = 4
89+
job-size.max.ngpus = 4
9090

91-
[queues.pdebug.policy.limits]
91+
[queues.debug.policy.limits]
9292
duration = "30m"
93-
job-size.max.gpus = -1 # unlimited
93+
job-size.max.ngpus = -1 # unlimited
9494

9595

9696
RESOURCES

0 commit comments

Comments
 (0)