We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
run awe-server with this option to activate memory profiling
--memprofile=/mnt/awe/logs/memprofile.prof
visualize profile:
docker exec -ti awe-server-1 ash cd /mnt/awe/log/ go tool pprof /go/bin/awe-server ./memprofile.prof apk add graphviz go tool pprof -pdf /go/bin/awe-server ./memprofile.prof > memprofile.pdf go tool pprof -svg /go/bin/awe-server ./memprofile.prof > memprofile.svg scp bio-worker1:/media/ephemeral/awe-server-1/logs/*.pdf .