From e3f47ddb764b8618569c6b8f2e62b0a3caaaa3e8 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 13 May 2021 00:32:46 -0700 Subject: [PATCH] debug --- docker/compose/local-mount-profile-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/compose/local-mount-profile-compose.yml b/docker/compose/local-mount-profile-compose.yml index 4682591c4..20cddae2d 100644 --- a/docker/compose/local-mount-profile-compose.yml +++ b/docker/compose/local-mount-profile-compose.yml @@ -40,7 +40,7 @@ services: - fuse volumes: - /Volumes/mobile_disk/99:/data - entrypoint: '/bin/sh -c "mkdir -p t1 && weed mount -filer=filer:8888 -dir=./t1 -cacheCapacityMB=0 -memprofile=/data/mount.mem.pprof"' + entrypoint: '/bin/sh -c "mkdir -p t1 && weed -v=4 mount -filer=filer:8888 -dir=./t1 -cacheCapacityMB=0 -memprofile=/data/mount.mem.pprof"' depends_on: - master - volume