increase memory for radicale

This commit is contained in:
Nemo 2021-04-14 12:08:31 +05:30
parent eae805e596
commit 9273447567
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ module "container" {
image = "tomsquest/docker-radicale:amd64"
resource {
memory = 512
memory_swap = 512
memory = 2000
memory_swap = 2000
}
web {