]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Use of MemoryLimit is deprecated (#5638)
authorGerald Vogt <gvde@users.noreply.github.com>
Sun, 24 Aug 2025 12:27:38 +0000 (14:27 +0200)
committerGitHub <noreply@github.com>
Sun, 24 Aug 2025 12:27:38 +0000 (14:27 +0200)
redhat/radiusd.service

index e203f531b1c9e3295e36e697f5ca03f1d1b51cc8..e08193cd95910bf657e2a5f27d1b2f8a6c78668b 100644 (file)
@@ -25,7 +25,7 @@ Environment=SNMP_PERSISTENT_DIR=/var/lib/radiusd/snmp
 # Limit memory to 2G this is fine for %99.99 of deployments.  FreeRADIUS
 # is not memory hungry, if it's using more than this, then there's probably
 # a leak somewhere.
-MemoryLimit=2G
+MemoryMax=2G
 
 RuntimeDirectory=radiusd
 RuntimeDirectoryMode=0775