You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# (resource.RLIMIT_MEMLOCK, (int(64 * 1024), int(64 * 1024))), # The maximum address space which may be locked in memory. # 64kB is the default soft and hard limit
23
-
# (resource.RLIMIT_MSGQUEUE, (0, 0)), # The number of bytes that can be allocated for POSIX message queues.)
24
+
# (resource.RLIMIT_MSGQUEUE, (0, 0)), # The number of bytes that can be allocated for POSIX message queues.
24
25
# (resource.RLIMIT_SIGPENDING, (0, 0)),
25
26
# (resource.RLIMIT_NICE, (10, 10)), # -20 is the highest priority and 19 is the lowest priority
26
27
# (resource.RLIMIT_SBSIZE, (0, 0)), # The maximum size (in bytes) of socket buffer usage for this user. This limits the amount of network memory, and hence the amount of mbufs, that this user may hold at any time. # Availability: FreeBSD 9 or later.
0 commit comments