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
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?
The text was updated successfully, but these errors were encountered:
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 heavyshouldn't the build be in the docker image itself? is there not an image that have this already packaged?
The text was updated successfully, but these errors were encountered: