Skip to content

Commit

Permalink
add exec2 and podman to supported driver list for memory-max resource…
Browse files Browse the repository at this point in the history
… limit (#23364)

* add exevc2 and podman to supported driver list

* tweak exec2 naming

Co-authored-by: David Yu <[email protected]>

---------

Co-authored-by: Seth Hoenig <[email protected]>
Co-authored-by: David Yu <[email protected]>
  • Loading branch information
3 people authored Jun 18, 2024
1 parent a80ebe2 commit 7dcb9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/docs/job-specification/resources.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mechanism for memory pressure is specific to the task driver, operating system,
and application runtime.

The `memory_max` limit attribute is currently supported by the official
`raw_exec`, `docker`, `exec`, and `java` task drivers. Consult the
`raw_exec`, `exec2`, `exec`, `docker`, `podman`, and `java` task drivers. Consult the
documentation of community-supported task drivers for their memory
oversubscription support.

Expand Down

0 comments on commit 7dcb9fc

Please sign in to comment.