diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-17 21:37:05 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-17 21:37:36 +0200 |
commit | a74d9c29c735c14d93302cb06257f7d22d8516f2 (patch) | |
tree | 8be3485d7bc85e361bc71711ff10799fb08144b2 /contrib | |
parent | ec7850b5f2803fc3964a5855695a0a3895a79b4a (diff) | |
download | desktop-autoloader-a74d9c29c735c14d93302cb06257f7d22d8516f2.tar.gz desktop-autoloader-a74d9c29c735c14d93302cb06257f7d22d8516f2.tar.bz2 desktop-autoloader-a74d9c29c735c14d93302cb06257f7d22d8516f2.zip |
Provide means to configure a required memory threshold. If the system is below that threshold, desktop autoloader won't run. Starting with a default value of 2048MiB for this threshold.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/desktop-autoloader.default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/desktop-autoloader.default b/contrib/desktop-autoloader.default index c41a590..c26c15f 100644 --- a/contrib/desktop-autoloader.default +++ b/contrib/desktop-autoloader.default @@ -6,6 +6,9 @@ # The autoloader is disabled by default. Enable it here (s/false/true/). #DESKTOP_AUTOLOADER_ENABLED=false +# Only run the Desktop Autoloader if the available RAM is above this threshold (in MiB) +#REQUIRED_MEMORY_THRESHOLD=2048 + # The virtual display to be used for the autoloader session. AUTOLOAD_DISPLAY=:20 |