andk / pause

Perl authors upload server
http://pause.perl.org/
150 stars 57 forks source link

Use Parallel::Runner to limit the number of mldistwatch processes #441

Closed charsbar closed 4 months ago

charsbar commented 4 months ago

When you regenerate package-related tables from the existing CPAN directory to see how a patch for the indexer works, paused may spawn too many mldistwatch processes, which would cause various problems such as out-of-memory. This PR uses Parallel::Runner (by Exodist) to limit the maximum number of mldistwatch processes.

andk commented 4 months ago

Thanks, applied and deployed about an hour ago