We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a957005 commit 7803f2eCopy full SHA for 7803f2e
pkgs/modules/replit-rtld-loader/default.nix
@@ -8,6 +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";
12
};
13
}
14
0 commit comments