Skip to content

Commit 87a6842

Browse files
authored
Use of MemoryLimit is deprecated (#5639)
1 parent 71b83a1 commit 87a6842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redhat/radiusd.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
RuntimeDirectory=radiusd radiusd/tmp
2626
RuntimeDirectoryMode=0775

0 commit comments

Comments
 (0)