mirror of
				https://github.com/caddyserver/caddy.git
				synced 2025-10-30 18:22:49 -04:00 
			
		
		
		
	Merge pull request #1825 from thejmazz/systemd-allow-more-threads
Double systemd LimitNPROC to allow more threads
This commit is contained in:
		
						commit
						c026e2b734
					
				
							
								
								
									
										2
									
								
								dist/init/linux-systemd/caddy.service
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/init/linux-systemd/caddy.service
									
									
									
									
										vendored
									
									
								
							| @ -26,7 +26,7 @@ TimeoutStopSec=5s | |||||||
| ; Limit the number of file descriptors; see `man systemd.exec` for more limit settings. | ; Limit the number of file descriptors; see `man systemd.exec` for more limit settings. | ||||||
| LimitNOFILE=1048576 | LimitNOFILE=1048576 | ||||||
| ; Unmodified caddy is not expected to use more than that. | ; Unmodified caddy is not expected to use more than that. | ||||||
| LimitNPROC=64 | LimitNPROC=512 | ||||||
| 
 | 
 | ||||||
| ; Use private /tmp and /var/tmp, which are discarded after caddy stops. | ; Use private /tmp and /var/tmp, which are discarded after caddy stops. | ||||||
| PrivateTmp=true | PrivateTmp=true | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user