Skip to content

Commit

Permalink
Merge pull request #102 from silinternational/develop
Browse files Browse the repository at this point in the history
increase default memory for id-broker-cron to 200 MB
  • Loading branch information
briskt authored Apr 29, 2020
2 parents a4b5174 + 88f7cba commit 225640e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/040-id-broker/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ variable "memory" {

variable "memory_cron" {
type = "string"
description = "Amount of memory to allocate to cron container, recommend '64' for production"
default = "50"
description = "Amount of memory to allocate to cron container, recommend '200' for more than 500 active users"
default = "200"
}

variable "method_add_interval" {
Expand Down

0 comments on commit 225640e

Please sign in to comment.