nixos/shill: Use MemoryMax instead of MemoryMin
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				CI / Check, build and cache Nix flake (push) Successful in 17m4s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	CI / Check, build and cache Nix flake (push) Successful in 17m4s
				
			This commit is contained in:
		@@ -64,8 +64,8 @@ in
 | 
			
		||||
 | 
			
		||||
        serviceConfig = {
 | 
			
		||||
          CPUQuota = "400%";
 | 
			
		||||
          MemoryHigh = "4G";
 | 
			
		||||
          MemoryMax = "4.5G";
 | 
			
		||||
          MemoryHigh = "infinity";
 | 
			
		||||
          MemoryMax = "4G";
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
        wantedBy = [ "machines.target" ];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user