diff options
Diffstat (limited to 'cluster/prod/app/email/config/sogo/sogo.conf.tpl')
-rw-r--r-- | cluster/prod/app/email/config/sogo/sogo.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cluster/prod/app/email/config/sogo/sogo.conf.tpl b/cluster/prod/app/email/config/sogo/sogo.conf.tpl index bb87f14..3d25776 100644 --- a/cluster/prod/app/email/config/sogo/sogo.conf.tpl +++ b/cluster/prod/app/email/config/sogo/sogo.conf.tpl @@ -1,7 +1,7 @@ { WONoDetach = NO; WOWorkersCount = 3; - SxVMemLimit = 300; + SxVMemLimit = 600; WOPort = "127.0.0.1:20000"; SOGoProfileURL = "postgresql://{{ key "secrets/email/sogo/postgre_auth" | trimSpace }}@{{ env "meta.site" }}.psql-proxy.service.prod.consul:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://{{ key "secrets/email/sogo/postgre_auth" | trimSpace }}@{{ env "meta.site" }}.psql-proxy.service.prod.consul:5432/sogo/sogo_folder_info"; |