mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	My actual running configuration was 100 % while apparently this says 180 %
		
			
				
	
	
		
			11 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This file is intended to restrict all apps to 180 % CPU of dualcore, in
 | |
| # hopes of preventing system freezing to that. Memory is handled by
 | |
| # systemd-oomd.
 | |
| [Slice]
 | |
| CPUAccounting=true
 | |
| #CPUQuota=180%
 | |
| # I don't enjoy the sound of fans screaming and I like responsiveness for
 | |
| # commands to kill processes locking the system.
 | |
| CPUQuota=90%
 | |
| # vim: filetype=systemd
 |