Possibility to set memory limit

tags/ipasserelle-groupware-0.2.37-1 0.2.30_el6
Daniel Berteaud 8 years ago
parent 87f6353679
commit 6a16066b0e
  1. 5
      root/etc/e-smith/templates/etc/sogo/sogo.conf/18Memory

@ -0,0 +1,5 @@
{
my $mem = $sogod{MemoryLimit};
return unless $mem;
$OUT .= " SxVMemLimit = $mem;\n";
}
Loading…
Cancel
Save