Files

6 lines
125 B
C
Raw Permalink Normal View History

2024-09-27 19:21:56 +08:00
#define RLIMIT_NOFILE 5
#define RLIMIT_AS 6
#define RLIMIT_RSS 7
#define RLIMIT_NPROC 8
#define RLIMIT_MEMLOCK 9