We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
They are currently quantified as Gigabytes with a "G" suffix:
"G"
{requestedRAM: "0G", ramAvailable: "0G", maxRAM: {ram: "0G", withCPUCores: 0}}
The Science Portal will do calculations to place a range widget on the screen, and needs to work in numbers. It would be much more useful to have:
{requestedRAMGB: 0, ramAvailableGB: 0, maxRAM: {ramGB: 0, withCPUCores: 0}}
The text was updated successfully, but these errors were encountered:
The GSON output makes this difficult for the time being. I've closed the associated PR and the UI will just need to parse it.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
They are currently quantified as Gigabytes with a
"G"
suffix:The Science Portal will do calculations to place a range widget on the screen, and needs to work in numbers. It would be much more useful to have:
The text was updated successfully, but these errors were encountered: