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

Allow memory and storage size value to be cleared entirely #5885

Closed
ericswpark opened this issue Nov 11, 2023 · 0 comments
Closed

Allow memory and storage size value to be cleared entirely #5885

ericswpark opened this issue Nov 11, 2023 · 0 comments
Labels
enhancement New feature or request interface Design, UX/UI issues
Milestone

Comments

@ericswpark
Copy link

ericswpark commented Nov 11, 2023

BEFORE SUBMITTING YOUR ISSUE, PLEASE LOOK AT THE PINNED ISSUES AND USE THE SEARCH FUNCTION TO MAKE SURE IT IS NOT ALREADY REPORTED. ALWAYS COMMENT ON AN EXISTING ISSUE INSTEAD OF MAKING A NEW ONE.

Pretty sure this issue hasn't been reported (did search for it but didn't find anything) but feel free to close it if it is! Let me know the existing issue number so I can follow it.

Describe the issue

When creating a new VM, the "Memory" option does not allow the value to be cleared entirely. So for example, if a user wants to change the default value of 4096 MB to 2048 MB, they would use the backspace key to clear away 4096 -> 409 -> 40 -> 4. However, the last digit will not be cleared, probably to prevent invalid values. However. this means that when the user keys in 2048, the final entered value ends up being 42048, which might exceed the Mac's available RAM. In this case, UTM (helpfully) resets the value back to the maximum RAM value installed in the system, but it is a bit annoying.

The invalid RAM value check should be done when the user clicks on the "Continue" button instead.

A similar issue exists for the "Storage" section. The storage value cannot be cleared away entirely for a new value.

Configuration

  • UTM Version: 4.4.4 (92)
  • macOS Version: Sonoma 14.1.1
  • Mac Chip (Intel, M1, ...): Intel
@ericswpark ericswpark changed the title Allow memory value to be cleared entirely Allow memory and storage size value to be cleared entirely Nov 11, 2023
@osy osy added enhancement New feature or request interface Design, UX/UI issues labels Nov 11, 2023
@osy osy added this to the Future milestone Nov 11, 2023
@osy osy modified the milestones: Future, v4.5 Feb 26, 2024
@osy osy closed this as completed in e89346d Mar 31, 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 interface Design, UX/UI issues
Projects
None yet
Development

No branches or pull requests

2 participants