Skip to content

Commit 84b4371

Browse files
authored
Update cs_general.py
Lower minimum allowable memory limit. Does not change default.
1 parent 85e6d5e commit 84b4371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

files/usr/share/cinnamon/cinnamon-settings/modules/cs_general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def on_module_selected(self):
4444
switch = GSettingsSwitch(_("Restart Cinnamon when it uses too much memory"), "org.cinnamon.launcher", "memory-limit-enabled")
4545
settings.add_row(switch)
4646

47-
spin = GSettingsSpinButton(_("Memory limit"), "org.cinnamon.launcher", "memory-limit", _("MB"), 1024, 36000, 1, 100)
47+
spin = GSettingsSpinButton(_("Memory limit"), "org.cinnamon.launcher", "memory-limit", _("MB"), 256, 36000, 1, 100)
4848
settings.add_reveal_row(spin, "org.cinnamon.launcher", "memory-limit-enabled")
4949

5050
spin = GSettingsSpinButton(_("Check frequency"), "org.cinnamon.launcher", "check-frequency", _("seconds"), 1, 86400, 1, 60)

0 commit comments

Comments
 (0)