stablesats-rs
stablesats-rs copied to clipboard
super high cpu usage when doing docker-compose up
my CPU close to 100% even 10 minutes after launching docker-compose up
.
from the output, it seems one of the container doing a cargo build
like operation that is very CPU heavy
stablesats-rs-integration-tests-1 | cargo nextest run --all-features --verbose --locked
stablesats-rs-integration-tests-1 | Updating crates.io index
shouldn't the build be in the docker image itself? is there not an image that have this already packaged?