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

Improve error message if not enough memory available for Observability install #24

Open
aarthy-dk opened this issue May 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@aarthy-dk
Copy link
Contributor

Steps to reproduce

  • On Docker Desktop, go to Settings > Resources and set the "Memory limit" to less than 4 GB.
  • Install Observability with: python3 dk-installer.py obs install --driver=docker

The first step fails Starting a new minikube profile... FAILED, and the logs have an error like this:

Exiting due to MK_USAGE: Docker Desktop has only 3922MB memory but you specified 4096MB

We should improve the installer to catch this case and display an appropriate message to the user (to either increase memory limit in Docker Desktop or try again with a lower --memory value).

@aarthy-dk aarthy-dk added the enhancement New feature or request label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant