Free cookie consent management tool by TermsFeed Policy Generator

Custom Query (2734 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 2734)

Ticket Owner Reporter Resolution Summary
#1268 swagner svonolfe done A severe memory leak exists when executing an algorithm multiple times
Description

When executing an algorithm multiple times, the memory consumption skyrockets. To illustrate this phenomena, try the attached test project which executes the GA_VRP algorithm multiple times (using 10 iterations).

I was able to trace back the problem to the Run::Initialize method using the CLR profiler and created a patch for that method. The test project contains the patched dll.

Please note if you enable algorithm.StoreAlgorithmInEachRun you can see the memory leak. After applying the patch, if you disable algorithm.StoreAlgorithmInEachRun the memory leak seems to disappear, or at least becomes less severe.

The problem seems to be related to the recent cloning refactoring.

#1271 swagner swagner done Release HeuristicLab 3.3.2
Description

Do not forget to:

  • increment plugin versions and assembly file versions
  • adapt versions in plugin dependencies
  • check unit tests
  • update content of start page
  • update samples
#1272 mkommend mkommend done The RunCollectionBubbleChart crashes if the jitter is changed bevor the axis have been chosen
Note: See TracQuery for help on using queries.