mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 08:02:28 +01:00 
			
		
		
		
	zabbix: Fix memory
This commit is contained in:
		@@ -36,7 +36,7 @@ ZABBIX_DB_USR="zabbix"
 | 
				
			|||||||
ZABBIX_DB_PWD="$(random_password)"
 | 
					ZABBIX_DB_PWD="$(random_password)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Sets the minimum amount of RAM the service needs for operation
 | 
					# Sets the minimum amount of RAM the service needs for operation
 | 
				
			||||||
LXC_MEM_MIN=2048
 | 
					LXC_MEM_MIN=4096
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# service dependent meta tags
 | 
					# service dependent meta tags
 | 
				
			||||||
SERVICE_TAGS="php-fpm,nginx,postgresql"
 | 
					SERVICE_TAGS="php-fpm,nginx,postgresql"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user