forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround libstdcpp TLS error (apache#19010)
Workaround apache#17546 issue with /usr/lib/x86_64-linux-gnu/libstdc++.so.6: cannot allocate memory in static TLS block. We do not yet a more "correct" solution to the problem but in order to avoid raising new issues by users of the prod image, we implement the workaround now. The side effect of this is slightly (in the range of 100s of milliseconds) slower load for any binary started and a little memory used for Heap allocated by initialization of libstdc++. This overhead is not happening for binaries that already link dynamically libstdc++.
- Loading branch information
1 parent
e55ecc0
commit 1bb9d9c
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters