I think that would be nice.

Moderator: Kyete
That actually dovetails with something I've requested a couple times in the past: In cases where there are both a slider and a text-entry box to set a value, the user should be allowed to manually enter any value they so choose into the text-entry box, without regard for the slider's min/max values. Any set of hardcoded limits on the range of allowed values will inherently be based on assumptions about the user's hardware, intentions, etc., which may not always be true in all cases, so the user should be free to manually override those limits when the assumptions aren't valid.
The slider/text entry box is mostly to avoid a user accidentally going into an operation that will take forever to complete. I know that annoys me in Photoshop and BlendernDervish wrote: ↑Tue May 23, 2023 3:46 amThat actually dovetails with something I've requested a couple times in the past: In cases where there are both a slider and a text-entry box to set a value, the user should be allowed to manually enter any value they so choose into the text-entry box, without regard for the slider's min/max values. Any set of hardcoded limits on the range of allowed values will inherently be based on assumptions about the user's hardware, intentions, etc., which may not always be true in all cases, so the user should be free to manually override those limits when the assumptions aren't valid.
To put it another way, a maximum map size that's right at the edge of what a machine with 16G RAM and 12 CPU cores is still much smaller than what could be handled by a machine with 1T RAM and 64 cores. The user with the beefier machine should not be constrained by the limits of the less-powerful one.
Making estimates based on the user's hardware and issuing a warning if they request something which exceeds the estimated limits is reasonable, but the user should still be able to dismiss that warning and exceed the limits. But saying "no, you are absolutely forbidden from making a map that can't be handled in 16G of RAM, no matter how much RAM you might actually have" is not so reasonable. Hardware continues to advance year by year and setting hard limits just means that pointless updates will be continually required just to extend those limits to match the capabilities of newer (or higher-end) systems.
Offtopic to this thread, but...
Sorry for the belated response.