ipasserelle-groupware/root/etc/e-smith/templates/etc/sogo/sogo.conf/18Memory
2016-06-08 11:32:21 +02:00

6 lines
102 B
Plaintext

{
my $mem = $sogod{MemoryLimit};
return unless $mem;
$OUT .= " SxVMemLimit = $mem;\n";
}