-
Notifications
You must be signed in to change notification settings - Fork 15
Bump max instance RAM to 1024 GiB #2825
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
https://react-spectrum.adobe.com/react-aria/useNumberField.html#minimum-and-maximum-values The difference between instance create and resize is that we are not passing |
Merging as net improvement, we can figure out the other thing later if we care |
oxidecomputer/console@46e244f...e891f96 * [e891f968](oxidecomputer/console@e891f968) oxidecomputer/console#2833 * [f2584554](oxidecomputer/console@f2584554) oxidecomputer/console#2832 * [a186ae6f](oxidecomputer/console@a186ae6f) oxidecomputer/console#2825 * [a480ca7f](oxidecomputer/console@a480ca7f) tools: api-diff: switch from difftastic to delta * [ad05de96](oxidecomputer/console@ad05de96) tools: api-diff comment fix * [77d5849d](oxidecomputer/console@77d5849d) tools: fix api-diff to get more precise PR base commit * [f8c05f20](oxidecomputer/console@f8c05f20) oxidecomputer/console#2808 * [50a84bc1](oxidecomputer/console@50a84bc1) bump omicron to latest main for webhook secret timestamp
oxidecomputer/console@46e244f...e891f96 * [e891f968](oxidecomputer/console@e891f968) oxidecomputer/console#2833 * [f2584554](oxidecomputer/console@f2584554) oxidecomputer/console#2832 * [a186ae6f](oxidecomputer/console@a186ae6f) oxidecomputer/console#2825 * [a480ca7f](oxidecomputer/console@a480ca7f) tools: api-diff: switch from difftastic to delta * [ad05de96](oxidecomputer/console@ad05de96) tools: api-diff comment fix * [77d5849d](oxidecomputer/console@77d5849d) tools: fix api-diff to get more precise PR base commit * [f8c05f20](oxidecomputer/console@f8c05f20) oxidecomputer/console#2808 * [50a84bc1](oxidecomputer/console@50a84bc1) bump omicron to latest main for webhook secret timestamp
Closes #2824
Turns out we don't have any tests exercising these limits, and while testing it I noticed that we do something really annoying on instance create if you type in too big of a RAM amount. Unlike in the resize modal, where we correctly show an error on blur, on instance create we just silently change the value to the max.