canonical/multipass

Unify VM resource minima in Daemon/CLI/GUI

Geschlossen

#3.777 geöffnet am 15.11.2024

 (9 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (634 Forks)batch import
bug-scrubenhancementgood first issuelowmedium

Repository-Metriken

Stars
 (6.956 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 2h) (50 gemergte PRs in 30 T)

Beschreibung

What are you trying to do? We currently have a minimum of 512M for memory in the GUI, but 128M in CLI. Similar situation with disk: current minima are 512M in the CLI but 1G in the GUI.

What's your proposed solution? We should probably settle on a single value everywhere. Since the images themselves don't have documented minimum requirements, we should probably go with the safest boundary and so align CLI/Daemon with the GUI.

Additional context This should prevent problems like https://github.com/canonical/multipass/issues/3612.

Contributor Guide