diff options
Diffstat (limited to 'src/arctica-greeter.vala')
-rw-r--r-- | src/arctica-greeter.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arctica-greeter.vala b/src/arctica-greeter.vala index 70f282f..96a98ce 100644 --- a/src/arctica-greeter.vala +++ b/src/arctica-greeter.vala @@ -646,7 +646,7 @@ public class ArcticaGreeter out to relieve memory pressure." With systemd version 239 the ulimit for RLIMIT_MEMLOCK was set to 16 MiB - and therefore the mlockall call would fail. This is lucky becasue the subsequent mmap would not fail. + and therefore the mlockall call would fail. This is lucky because the subsequent mmap would not fail. With systemd version 240 the RLIMIT_MEMLOCK is now set to 64 MiB and now the mlockall no longer fails. However, it not possible to mmap in all |