Sfoglia il codice sorgente

[SOGo] Reduce workers to 7 by default

andre.peters 7 anni fa
parent
commit
40a9389295
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      data/conf/sogo/sogo.conf

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

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