浏览代码

[SOGo] Reduce workers to 7 by default

andre.peters 7 年之前
父节点
当前提交
40a9389295
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      data/conf/sogo/sogo.conf

+ 2 - 2
data/conf/sogo/sogo.conf

@@ -5,7 +5,7 @@
         PrivateDAndTViewer
     );
 
-    WOWorkersCount = "20";
+    WOWorkersCount = "7";
     SOGoACLsSendEMailNotifications = YES;
     SOGoAppointmentSendEMailNotifications = YES;
     SOGoDraftsFolderName = "Drafts";
@@ -36,7 +36,7 @@
     SOGoMailingMechanism = smtp;
     SOGoSMTPAuthenticationType = plain;
 
-    SxVMemLimit = 512;
+    SxVMemLimit = 384;
 
     SOGoMaximumPingInterval = 354;