Possibility to set memory limit

This commit is contained in:
Daniel Berteaud 2016-06-08 09:49:54 +02:00
parent 87f6353679
commit 6a16066b0e
1 changed files with 5 additions and 0 deletions

View File

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