1

Topic: how to increase vMem size limit ?

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: ubuntu-14.04.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): ldap
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro?
- Related log if you're reporting an issue:
====

I use Sogo,  but i get an error
sogod [39902]: |SOGo| terminating app, vMem size limit (384 MB) has been reached (currently 455 MB)

what can be the problem ?
How can i increase  vMem size ?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: how to increase vMem size limit ?

Add setting below in /etc/sogo/sogo.conf, then restart sogo service:

SxVMemLimit = 384;

Change 384 to whatever value (in MB) you want.

3

Re: how to increase vMem size limit ?

thanks

well, how can i see usage of VMem on ubuntu14.04 ?

ZhangHuangbin wrote:

Add setting below in /etc/sogo/sogo.conf, then restart sogo service:

SxVMemLimit = 384;

Change 384 to whatever value (in MB) you want.

4

Re: how to increase vMem size limit ?

yavuz.maslak wrote:

well, how can i see usage of VMem on ubuntu14.04 ?

Maybe you can use 'top' or similar tools to check sogo processes, but i'm not sure whether it's same as VMem in SOGo.
I suggest you ask this in SOGo mailing list instead.