Changeset - 1286f47776d9
[Not reviewed]
0 1 0
Branko Majic (branko) - 21 days ago 2024-08-29 22:57:23
branko@majic.rs
Noticket: Increase allocated memory for testing the mail server role:

- ClamAV and related processes/applications have tendency to be rather
memory-hungry.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/molecule/default/molecule.yml
Show inline comments
 
@@ -22,13 +22,13 @@ platforms:
 

	
 
  # Helpers
 
  # =======
 

	
 
  - name: clamav-database
 
    box: debian/bookworm64
 
    memory: 512
 
    memory: 768
 
    cpus: 1
 
    provider_raw_config_args:
 
      - "customize ['modifyvm', :id, '--paravirtprovider', 'minimal']"
 
    interfaces:
 
      - auto_config: true
 
        ip: 192.168.56.11
0 comments (0 inline, 0 general)