Brian Bullock
My pod has randomly crashed several times today, and received emails of Runpod issues.
apt update
apt update && apt -y install libtcmalloc-minimal4 libgoogle-perftools4
TCMALLOC="$(ldconfig -p | grep -Po "libtcmalloc.so.\d" | head -n 1)"
export LD_PRELOAD="${TCMALLOC}"
58 replies
My pod has randomly crashed several times today, and received emails of Runpod issues.
hmm, would I need to specify a version?? from this list? https://launchpad.net/ubuntu/focal/+package/libtcmalloc-minimal4
58 replies
My pod has randomly crashed several times today, and received emails of Runpod issues.
pip install libtcmalloc-minimal4
ERROR: Could not find a version that satisfies the requirement libtcmalloc-minimal4 (from versions: none)
ERROR: No matching distribution found for libtcmalloc-minimal4
58 replies
My pod has randomly crashed several times today, and received emails of Runpod issues.
This is what you mean, yes? https://github.com/comfyanonymous/ComfyUI/issues/1462
58 replies
My pod has randomly crashed several times today, and received emails of Runpod issues.
Or more like this? https://www.youtube.com/watch?v=_qjd6UAHaRg
58 replies