Skip to content

Commit

Permalink
test/system: Test the resource limits
Browse files Browse the repository at this point in the history
The following caveats must be noted:

  * Podman sets the Toolbx container's soft limit for the maximum number
    of open file descriptors to the host's hard limit, which is often
    greater than the host's soft limit [1].

  * The ulimit(1) options -b, -k, P and -T don't work on Fedora 38
    because the corresponding resource arguments for getrlimit(2) are
    absent from the operating system.  These are RLIMIT_SBSIZE,
    RLIMIT_KQUEUES, RLIMIT_NPTS and RLIMIT_PTHREAD respectively.

[1] containers/podman#17681

containers#213
  • Loading branch information
debarshiray committed Jul 4, 2023
1 parent ea91335 commit 4dea6b6
Show file tree
Hide file tree
Showing 2 changed files with 575 additions and 0 deletions.
Loading

0 comments on commit 4dea6b6

Please sign in to comment.