Skip to content

Commit b9d57d3

Browse files
authored
Debian systemd: MemoryLimit -> MemoryMax (#5588)
MemoryMax has been introduced with systemd 231 MemoryLimit has been marked deprecated with systemd 252
1 parent a082ce5 commit b9d57d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

debian/freeradius.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Environment=HOSTNAME=%H
2020
# Limit memory to 2G this is fine for %99.99 of deployments. FreeRADIUS
2121
# is not memory hungry, if it's using more than this, then there's probably
2222
# a leak somewhere.
23-
MemoryLimit=2G
23+
MemoryMax=2G
2424

2525
# Ensure the daemon can still write its pidfile after it drops
2626
# privileges. Combination of options that work on a variety of

0 commit comments

Comments
 (0)