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

Wrong CPU and Memory #3838

Open
axxra opened this issue Dec 12, 2024 · 2 comments
Open

Wrong CPU and Memory #3838

axxra opened this issue Dec 12, 2024 · 2 comments
Labels
bug jira Create a Jira ticket for this issue medium medium importance regression
Milestone

Comments

@axxra
Copy link

axxra commented Dec 12, 2024

Describe the bug
Describe what your problem is.

To Reproduce
How, and what happened?

  1. Install multipass 1.15.0+win in windows 11 pro, hyperv as default driver
  2. In the UI its showing wrong info for CPU and Memory and not allowing more than 1 count
  3. When checking in terminal multipass info it gives correct CPU core count and Memory details.

Expected behavior
Previous version the CPU and Memory was correct, the new version showing over provision in memory and allowing only 1GB maximum but i have 64GB, CPU cores there is 16 available but its showing only 1.

Logs

Additional info

  • OS: [Windows 11 Pro]
  • multipass 1.15.0+win
  • multipass get local.driver hyperv

Additional context
image

@axxra axxra added bug needs triage Issue needs to be triaged labels Dec 12, 2024
@georgeliao
Copy link
Contributor

@axxra
Thanks for reporting this.
Probably it is related #3816.

@georgeliao georgeliao added regression medium medium importance and removed needs triage Issue needs to be triaged labels Dec 13, 2024
@georgeliao georgeliao added this to the 1.15.1 milestone Dec 13, 2024
@jibel jibel added the jira Create a Jira ticket for this issue label Dec 13, 2024
@andrei-toterman
Copy link
Contributor

@axxra could you please run the following command in Powershell and give us the output?

wmic ComputerSystem get TotalPhysicalMemory; wmic CPU get NumberOfLogicalProcessors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug jira Create a Jira ticket for this issue medium medium importance regression
Projects
None yet
Development

No branches or pull requests

4 participants