document on how to speed up shell execution
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								b996dcbae1
							
						
					
				
			
			
				commit
				
					
						661e33ac4b
					
				
			
		
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -30,6 +30,15 @@ Host *
 | 
			
		|||
  ControlPersist 10
 | 
			
		||||
--------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
SPEEDING UP SHELL EXECUTION
 | 
			
		||||
----------------------------
 | 
			
		||||
On the source host, ensure that /bin/sh is *not* bash: bash is quite slow for
 | 
			
		||||
script execution. Instead, you could use dash after installing it:
 | 
			
		||||
 | 
			
		||||
--------------------------------------------------------------------------------
 | 
			
		||||
ln -sf /bin/dash /bin/sh
 | 
			
		||||
--------------------------------------------------------------------------------
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
MULTI MASTER OR ENVIRONMENT SETUPS
 | 
			
		||||
----------------------------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue