46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Bash
		
	
	
	
	
	
| # This file will need to be renamed as `.env`.
 | |
| 
 | |
| ## Docker ##
 | |
| 
 | |
| COMPOSE_BAKE=true
 | |
| 
 | |
| ## Performance ##
 | |
| 
 | |
| # Micro Server
 | |
| CPU=0.10
 | |
| MEM=0.10G
 | |
| 
 | |
| # Standard Server
 | |
| #CPU=0.50
 | |
| #MEM=0.50G
 | |
| 
 | |
| ## Test Results
 | |
| # 0.02 CPU, 32MB RAM
 | |
| # : Minimum requirements for processes to start properly.
 | |
| # : Works pretty well! Takes a little to migrate, otherwise snappy!
 | |
| # - Migrate https://github.com/hyperling/ansible
 | |
| #   - Page: 20684ms Template: 3001ms, Page: 16503ms Template: 492ms
 | |
| # - Migrate https://github.com/hyperling/website
 | |
| #   - Page: 12495ms Template: 800ms
 | |
| # - Migrate https://github.com/hyperling/docker
 | |
| #   - Page: 9591ms  Template: 591ms
 | |
| # 0.05 CPU, 64MB RAM
 | |
| # : Seamless performance.
 | |
| # - Migrate https://github.com/hyperling/ansible
 | |
| #   - Page: 4602ms Template: 2ms
 | |
| # - Migrate https://github.com/hyperling/website
 | |
| #   - Page: 3269ms Template: 1ms
 | |
| # - Migrate https://github.com/hyperling/docker
 | |
| #   - Page: 2481ms Template: 1ms
 | |
| # 0.25 CPU, 192MB RAM
 | |
| # : Extra! Idles at 50M, will probably never use all this for 1 user.
 | |
| # - Migrate https://github.com/hyperling/ansible
 | |
| #   - Page: 575ms Template: 2ms
 | |
| # - Migrate https://github.com/hyperling/website
 | |
| #   - Page: 131ms Template: 4ms
 | |
| # - Migrate https://github.com/hyperling/docker
 | |
| #   - Page: 350ms Template: 1ms
 | |
| # 0.50 CPU, 96MB RAM
 | |
| # : Final thoughts after tests.
 | |
| ##
 |