[Service]
{
    # memory limit to catch any memory leak before it kills the system
    $OUT .= "MemoryLimit=";
    $OUT .= ($clamd{MemLimit} > "1610612736") ? $clamd{MemLimit} : "1610612736";
}

