Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 4332317

Browse files
committed
Reduce min ram to 64 MB instead of 256
1 parent cb5822e commit 4332317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtinst/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import util
2929
import Guest
3030

31-
MIN_RAM = 256
31+
MIN_RAM = 64
3232

3333
#
3434
# Setup helpers

0 commit comments

Comments
 (0)