You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should document this tool usage somewhere. Not sure where we should document such generic tools usage, but I feel like it would be a shame to not share this (and at least I do not want to have to remember all details below ^^).
My notes
Start the container
docker run -it --rm --name mwoffliner_test -v $PWD/output:/output local-mwoffliner /bin/bash
Inside the container: start a redis server (for some reason, the automatically started one does not work)
To investigate #2137, I've used Clinic Doctor
We should document this tool usage somewhere. Not sure where we should document such generic tools usage, but I feel like it would be a shame to not share this (and at least I do not want to have to remember all details below ^^).
My notes
Start the container
Inside the container: start a redis server (for some reason, the automatically started one does not work)
Inside the container: start clinic once to approve (or not) sending statistics
From your host: start mwoffliner run with clinic doctor (or any other tool)
From your host: terminate it with Ctrl-C (will not really work to the end)
Inside the container: find process id from within container (choose the node process with biggest TIME value)
Inside the container: properly terminate the clinic program from within the container
Wait for clinic analysis to complete with
watch ps -a
looking for the remaining node process which begins to consume TIMECopy clinic results
The text was updated successfully, but these errors were encountered: