-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 15
-
b20
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8247383 | 13.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b05 |
JDK-8243995 | 11.0.8 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Enhance the output of the method os::Posix::print_rlimit_info . I added the hard limit info to the already existing soft limit info and added some limits.
Output example : (from macOS)
rlimit (soft/hard): STACK 8192k/65532k , CORE infinity/infinity , NPROC 2048/2048 , NOFILE 10240/65536 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity , RSS infinity/infinity
Output example : (from macOS)
rlimit (soft/hard): STACK 8192k/65532k , CORE infinity/infinity , NPROC 2048/2048 , NOFILE 10240/65536 , AS infinity/infinity , CPU infinity/infinity , DATA infinity/infinity , FSIZE infinity/infinity , MEMLOCK infinity/infinity , RSS infinity/infinity
- backported by
-
JDK-8243995 enhance posix print_rlimit_info
- Resolved
-
JDK-8247383 enhance posix print_rlimit_info
- Resolved