View Issue Details

IDProjectCategoryView StatusLast Update
0000528Heureka[All Projects] Generalpublic2022-08-26 08:59
ReporterjonareAssigned Tojonare 
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version2.19.0 
Summary0000528: Parallelization optimization
DescriptionGC.Collect() is sometimes called when it's not necessary.

Batch-sizes when dispatching jobs to the TPG are too large.
TagsNo tags attached.
ProductGeneral

Activities

jonare

2022-08-26 08:59

administrator   ~0000509

Decreased batch size sent to TPG from 10 to 1.
Removed unnecessary GC.Collect() calls.
Only print progress on completed treatments units if it hasn't been printed recently (avoid flooding output since we decreased batch size).

Issue History

Date Modified Username Field Change
2022-08-22 14:14 jonare New Issue
2022-08-22 14:14 jonare Status new => assigned
2022-08-22 14:14 jonare Assigned To => jonare
2022-08-22 14:15 jonare Changeset attached => heureka trunk r21468
2022-08-26 08:59 jonare Status assigned => resolved
2022-08-26 08:59 jonare Resolution open => fixed
2022-08-26 08:59 jonare Fixed in Version => 2.19.0
2022-08-26 08:59 jonare Note Added: 0000509