-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test/system: Test the resource limits #1328
test/system: Test the resource limits #1328
Conversation
3d93757
to
e5d0874
Compare
Build succeeded. ✔️ unit-test SUCCESS in 8m 25s |
e5d0874
to
1249d2d
Compare
1249d2d
to
ad37f56
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 05s |
ad37f56
to
fab2782
Compare
Build succeeded. ✔️ unit-test SUCCESS in 8m 47s |
fab2782
to
87b6f8d
Compare
Build succeeded. ✔️ unit-test SUCCESS in 10m 57s |
87b6f8d
to
4dea6b6
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 53s |
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 -P, -T, -b, and -k don't work on Fedora 38 because the corresponding resource arguments for getrlimit(2) are absent from the operating system. These are RLIMIT_NPTS, RLIMIT_PTHREAD, RLIMIT_SBSIZE and RLIMIT_KQUEUES respectively. [1] containers/podman#17681 containers#213
4dea6b6
to
569b4df
Compare
Build succeeded. ✔️ unit-test SUCCESS in 9m 08s |
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