Try using TCMalloc on Linux by default

This commit is contained in:
gk
2023-04-13 08:46:59 +09:00
parent 22bcc7be42
commit 8af4b3bbe4
3 changed files with 22 additions and 3 deletions

View File

@@ -43,4 +43,7 @@
# Uncomment to enable accelerated launch
#export ACCELERATE="True"
# Uncomment to disable TCMalloc
#export NO_TCMALLOC="True"
###########################################