Discussion:
[SOGo] high memory and cpu usage
anv
2016-02-29 11:38:28 UTC
Permalink
I have a problem with sogo and outlook (activesync) clients.

Sometimes it starts eating memory and CPU. The configuration is this
(almost all :

SOGoMaximumPingInterval = 10;
SOGoMaximumSyncInterval = 30;
SOGoInternalSyncInterval = 10;
SOGoMaximumSyncResponseSize = 2048;
SOGoMaximumSyncWindowSize = 0;


See the graphics:



Any help please?
--
***@sogo.nu
https://inverse.ca/sogo/lists
Christian Mack
2016-02-29 14:42:42 UTC
Permalink
Hello
Post by anv
I have a problem with sogo and outlook (activesync) clients.
SOGoMaximumPingInterval = 10;
SOGoMaximumSyncInterval = 30;
SOGoInternalSyncInterval = 10;
SOGoMaximumSyncResponseSize = 2048;
SOGoMaximumSyncWindowSize = 0;
Any help please?
I assume those are initial syncs per ActiveSync.
SOGo has to get all data and deliver it to the client in chunks.
If there is a lot of data, this takes resources!

BTW:
That was heavier before.

Kind regards,
Christian Mack
--
Christian Mack
UniversitÀt Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung Basisdienste
78457 Konstanz
+49 7531 88-4416
t***@aon.at
2016-02-29 19:45:09 UTC
Permalink
With following parameters set you should be able to monitor what's going from
the EAS point of view:
SOGoEASDebugEnabled = YES;
SOGoDebugRequests = YES

Try to identify what reuqests are running when the cpu usage is high.

Regards,
Thomas
--
***@sogo.nu
https://inverse.ca/sogo/lists
Loading...