summary refs log tree commit diff
path: root/docker/start.py
diff options
context:
space:
mode:
Diffstat (limited to 'docker/start.py')
-rwxr-xr-xdocker/start.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/start.py b/docker/start.py
index 16d6a8208a..55faca600d 100755
--- a/docker/start.py
+++ b/docker/start.py
@@ -218,6 +218,7 @@ def main(args, environ):
 
     if os.path.isfile(jemallocpath):
         environ["LD_PRELOAD"] = jemallocpath
+        environ["PYTHONMALLOC"] = "malloc"
     else:
         log("Could not find %s, will not use" % (jemallocpath,))