Update cs_general.py#13684
Conversation
Lower minimum allowable memory limit. Does not change default.
|
256 is far too low to avoid constantly having restarts for the unsuspecting user. This isn't intended to be some sort active of memory management feature, but an escape hatch if the user has installed some poorly-behaved applet. 1024 is a reasonable, safe minimum, and it can already easily be adjusted lower if desired: |
|
Hi, this is a minimum allowable value for the interface. It is not a recommendation or even a default. It simply lets you drop the number conveniently, if you choose. People will decide what is appropriate on their own. If you won't give people a real choice, there's no point for this GUI setting to exist. In that case it would be preferable to remove it rather than provide the illusion of choice. (Many machines, especially older ones cannot afford 1 or 2 GB to run a desktop, that's a significant fraction of an 8GB machine which are common in the market today, Apple just debuted a new one. W95 ran in 8MB comfortably in comparison. Only on perhaps a 32GB machine would this amount of RAM be reasonable to waste.) Cheers, |

Lower minimum allowable memory limit in settings GUI. Does not change default.
Resolves #10287