aboutsummaryrefslogtreecommitdiff
path: root/webui-user.sh
diff options
context:
space:
mode:
authorgk <gkpyon@gmail.com>2023-04-13 08:46:59 +0900
committergk <gkpyon@gmail.com>2023-04-13 10:19:03 +0900
commit8af4b3bbe46dcb7f701d3650b6e4d31d6dd268a7 (patch)
tree5a845479c1cd13155f89d4753f2d8822221ab05b /webui-user.sh
parent22bcc7be428c94e9408f589966c2040187245d81 (diff)
Try using TCMalloc on Linux by default
Diffstat (limited to 'webui-user.sh')
-rw-r--r--webui-user.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/webui-user.sh b/webui-user.sh
index bfa53cb7..49a426ff 100644
--- a/webui-user.sh
+++ b/webui-user.sh
@@ -43,4 +43,7 @@
# Uncomment to enable accelerated launch
#export ACCELERATE="True"
+# Uncomment to disable TCMalloc
+#export NO_TCMALLOC="True"
+
###########################################