{
    my $ntpd = $DB->get('ntpd');
    return unless $ntpd;
    $ntpd->set_prop('MemLimit', 12000000) if $ntpd->prop('MemLimit') < 12000000;
}
