stablesats-rs icon indicating copy to clipboard operation
stablesats-rs copied to clipboard

super high cpu usage when doing docker-compose up

Open nicolasburtey opened this issue 2 years ago • 2 comments

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?

nicolasburtey avatar Aug 13 '22 18:08 nicolasburtey