forked from Deuxfleurs/nixcfg
increase sogo RAM
This commit is contained in:
parent
7dd8153653
commit
b688a1bbb9
2 changed files with 4 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -474,9 +474,9 @@ job "email" {
|
|||
}
|
||||
|
||||
resources {
|
||||
cpu = 200
|
||||
memory = 500
|
||||
memory_max = 1000
|
||||
cpu = 400
|
||||
memory = 1500
|
||||
memory_max = 2000
|
||||
}
|
||||
|
||||
service {
|
||||
|
|
Loading…
Reference in a new issue