X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flogind.conf.xml;h=ce8f5097ccbd24224cff72ad5865b1dc93e626f6;hp=7673201664a2e0038e0dcd2da81702b82ea7de81;hb=252094eb05c58270a0bc35b14ad30a126ddbb3bb;hpb=6a79c58603ea816a1b4fa1520397b4e138bc1ca0 diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 767320166..ce8f5097c 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -295,6 +295,28 @@ + + RuntimeDirectorySize= + + Sets the size limit on + the + $XDG_RUNTIME_DIR + runtime directory for each user who + logs in. Takes a size in bytes, + possibly suffixed with the usual K, G, + M, T suffixes, to the base 1024 + (IEC). Alternatively, a percentage + suffixed by % may + be specified, which sets the size + limit relative to the amount of + physical RAM. Defaults to 10%. Note + that this size is a safety limit + only. As each runtime directory is a + tmpfs file system it will only consume + as much memory as it is filled up + to. + +