More RAM for liferay in production.

This commit is contained in:
Andrea Dell'Amico 2024-06-13 17:55:47 +02:00
parent ecdee82253
commit e164eacf0d
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module "liferay" {
affinity_policy = "anti-affinity"
srv_name = "lr62"
vm_count = 2
vm_flavor = "m1.large"
vm_flavor = "m2.medium"
boot_vol_size = 30
share_description = "NFS share for the liferay production static data"
share_name = "liferay_production_nfs_share"