Skip to content

Update cs_general.py#13684

Closed
mixmastamyk wants to merge 1 commit into
linuxmint:masterfrom
mixmastamyk:patch-1
Closed

Update cs_general.py#13684
mixmastamyk wants to merge 1 commit into
linuxmint:masterfrom
mixmastamyk:patch-1

Conversation

@mixmastamyk
Copy link
Copy Markdown

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

Resolves #10287

Lower minimum allowable memory limit.  Does not change default.
@mtwebster
Copy link
Copy Markdown
Member

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:

gsettings set org.cinnamon.launcher memory-limit 256

or with dconf-editor:
image

@mtwebster mtwebster closed this May 8, 2026
@mixmastamyk
Copy link
Copy Markdown
Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

cinnamon general settings minimum memory limit of 1024MB too high for many systems

2 participants