sv_minuptimelimit [Hours]
This commands sets the minimum uptime hours required for the server to be stopped due to a memory amount above the amount set by sv_memlimit. Default is 0 (disabled).
Arguments are parameters that you add to a command. Find information about this command's arguments below.
Hours | The minimum amount of hours to be reached before the server can be stopped due to sv_minuptimelimit. |
Sv_cheats Required? | No |
Client or Server Command? | Both |
Default Value | 0 |
Find below working examples of this command (copy and paste into console).
sv_minuptimelimit 0
This disables the limit (default).
sv_minuptimelimit 1
This command makes it so that the server has to have been up for at least 1 hour before it can be stopped due to too high memory.