{
    $OUT = '';

    my $limit = ${'mariadb'}{OpenFilesLimit} || 0;
    return if $limit eq 0;

    $OUT .= "open_files_limit=$limit\n";

}
