mirror of
				https://github.com/ItsDrike/dotfiles.git
				synced 2025-11-04 01:16:35 +00:00 
			
		
		
		
	Add comments to sysctl overrides
This commit is contained in:
		
							parent
							
								
									dbd7e017d3
								
							
						
					
					
						commit
						f21ddf9f5a
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1 +1,4 @@
 | 
			
		|||
# Maximum number of memory pages a process may have.
 | 
			
		||||
# Increase this as some programs, particularly malloc debuggers
 | 
			
		||||
# may consume a lot more than the default (65530)
 | 
			
		||||
vm.max_map_count=2147483642
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1 +1,4 @@
 | 
			
		|||
# How much memory swapping should be done (0-100)
 | 
			
		||||
# A low value means the kernel will avoid swapping as much as possible.
 | 
			
		||||
# We decrease this as with SSDs, swapping can decrease lifetime, only swap when really needed (default: 60)
 | 
			
		||||
vm.swappiness=10
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue