add mount memory profiling

This commit is contained in:
Chris Lu
2021-03-12 02:54:08 -08:00
parent 7d57664c2d
commit 2d567e00aa
2 changed files with 53 additions and 1 deletions

View File

@@ -4,8 +4,10 @@ all: gen
gen: dev
build:
binary:
cd ../weed; CGO_ENABLED=0 GOOS=linux go build -ldflags "-extldflags -static"; mv weed ../docker/
build: binary
docker build --no-cache -t chrislusf/seaweedfs:local -f Dockerfile.local .
rm ./weed
@@ -21,6 +23,9 @@ dev_tls: build certstrap
dev_mount: build
docker-compose -f compose/local-mount-compose.yml -p seaweedfs up
profile_mount: build
docker-compose -f compose/local-mount-profile-compose.yml -p seaweedfs up
k8s: build
docker-compose -f compose/local-k8s-compose.yml -p seaweedfs up