diff --git a/root/etc/e-smith/templates/etc/sogo/sogo.conf/18Memory b/root/etc/e-smith/templates/etc/sogo/sogo.conf/18Memory new file mode 100644 index 0000000..9652b5d --- /dev/null +++ b/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"; +}