We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e65b7 commit 2e77cd3Copy full SHA for 2e77cd3
1 file changed
pkgs/modules/replit-rtld-loader/default.nix
@@ -8,7 +8,7 @@
8
9
replit.env = {
10
LD_AUDIT = "${pkgs.replit-rtld-loader}/rtld_loader.so";
11
- GLIBC_TUNABLES = "glibc.rtld.optional_static_tls=2500";
+ GLIBC_TUNABLES = "glibc.rtld.optional_static_tls=10000";
12
};
13
}
14
0 commit comments