Skip to content

Commit b8a8fac

Browse files
authored
bump rtld.optional_static_tls (#455)
2 parents 54e65b7 + 2e77cd3 commit b8a8fac

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)