Changeset - 1ca18269f441
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 months ago 2023-08-10 23:42:09
branko@majic.rs
MAR-181: Increase memory for mail_server role test machines:

- ClamAV eats-up quite a bit of memory, and 1536MB is not enough. Most
likely the memory usage will grow over time as the anti-virus
database grows since it is loaded up into memory.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/molecule/default/molecule.yml
Show inline comments
 
@@ -59,7 +59,7 @@ platforms:
 
      - parameters-mandatory
 
      - buster
 
    box: debian/contrib-buster64
 
    memory: 1536
 
    memory: 2048
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
 
@@ -72,7 +72,7 @@ platforms:
 
      - parameters-optional
 
      - buster
 
    box: debian/contrib-buster64
 
    memory: 1536
 
    memory: 2048
 
    cpus: 1
 
    interfaces:
 
      - auto_config: true
0 comments (0 inline, 0 general)