mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-10-31 01:17:20 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # This has potential to increase memory usage to 110m under heavy usage, but
 | |
| # I find that unlikely as almost everything is using so short TTLs
 | |
| # See also MEMORY CONTROL EXAMPLE in man unbound.conf
 | |
| 
 | |
| server:
 | |
| 	# bytes in message cache, defaults to 4m
 | |
| 	msg-cache-size: 50m
 | |
| 	# bytes in rrset cache, defaults to 4m
 | |
| 	rrset-cache-size: 50m
 | |
| 	# nxdomain cache, default 1m
 | |
| 	neg-cache-size: 10m
 | |
| 
 | |
| # vim: filetype=unbound.conf
 |