Skip to content

Commit

Permalink
systemd: Fix maximum memory usage to 3G for users on *geniux*
Browse files Browse the repository at this point in the history
Absolute values are preferred by some, so arbitrarily choose 3 GB.
(Before it would have been around 6 GB on *geniux*, which seems
excessive.)
  • Loading branch information
pmenzel committed Jul 2, 2020
1 parent 8a851d8 commit abc9a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc_systemd_units/20-resource-limits-geniux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ConditionUser=!0

[Slice]
CPUQuota=100%
MemoryMax=10%
MemoryMax=3G

0 comments on commit abc9a14

Please sign in to comment.