Skip to content

delete the stopped container by default at tear down #96

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

Merged
merged 1 commit into from
May 6, 2022

Conversation

slice4e
Copy link
Collaborator

@slice4e slice4e commented May 5, 2022

After testing with :
redis-benchmarks-spec-client-runner --db_server_host localhost --db_server_port 6379 --preserve_temporary_client_dirs --client_aggregated_results_folder ./test1

I found that I quickly ran out of 100GB of space. After some investigation, I could see that all the space is occupied by a bunch of stopped docker containers. These containers did not seem to be reused on a subsequent run I started, but rather the list grew.

Thus, I suggest removing the unused containers automatically upon tear down.

@slice4e slice4e requested a review from filipecosta90 May 5, 2022 04:09
Copy link
Contributor

@filipecosta90 filipecosta90 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @slice4e !

@filipecosta90 filipecosta90 merged commit 773aa07 into redis:main May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants