Skip to content

Commit 2e77cd3

Browse files
committed
bump rtld.optional_static_tls
1 parent 54e65b7 commit 2e77cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/modules/replit-rtld-loader/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
replit.env = {
1010
LD_AUDIT = "${pkgs.replit-rtld-loader}/rtld_loader.so";
11-
GLIBC_TUNABLES = "glibc.rtld.optional_static_tls=2500";
11+
GLIBC_TUNABLES = "glibc.rtld.optional_static_tls=10000";
1212
};
1313
}
1414

0 commit comments

Comments
 (0)