Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: make up is still slow #15028

Open
1 task done
wagnerand opened this issue Sep 18, 2024 · 5 comments
Open
1 task done

[Bug]: make up is still slow #15028

wagnerand opened this issue Sep 18, 2024 · 5 comments
Assignees
Labels

Comments

@wagnerand
Copy link
Member

wagnerand commented Sep 18, 2024

What happened?

make up is still quite slow and takes 4 minutes to rebuild even with a very recent cache.

I had an up to date cache for rev mozilla/addons-server@23b15ad and updated to mozilla/addons-server@fd56be4

What did you expect to happen?

Much faster boot.

Is there an existing issue for this?

  • I have searched the existing issues

┆Issue is synchronized with this Jira Task

@KevinMind
Copy link
Contributor

KevinMind commented Sep 18, 2024

Can you attach a log running

time make up DOCKER_PROGRESS=plain

@KevinMind
Copy link
Contributor

Can you also try running

time make up DOCKER_VERSION=latest

This will run using the latest docker image published to docker hub instead of a locally built one. If you are mostly interested in running the most recent version without really making patches, this could be an alternative for you?

@KevinMind
Copy link
Contributor

Another thing you should try doing is cleaning up docker resources on your machine. Make sure you don't have dangling images/volumes and ensure docker has enough storage/memory access to run efficiently.

@wagnerand
Copy link
Member Author

log.txt

@diox
Copy link
Member

diox commented Sep 24, 2024

@KevinMind to pair with @wagnerand to see if there are some issues they can look solve by looking at it together live.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants