commit b5fa68c28047526b5fa4c24ac0b81c61470ff2cb
parent e73d37dc905396376b1b2ce9953556c5c0e0fbb8
Author: ccx <ccx@te2000.cz>
Date: Thu, 11 Apr 2024 08:28:53 +0000
Set "unlimited" open FDs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -122,7 +122,7 @@ confz_site_containers_user_check() {
local -a exec_softlimit_fd=(
"#!$(which zsh)"
- 'ulimit -H -n 65536'
+ 'ulimit -H -n unlimited'
'exec "$@"'
)
local more_fds=pid1_exec=${(F)exec_softlimit_fd}