diff options
Diffstat (limited to 'contrib/desktop-autoloader.default')
-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 |