Skip to content
Snippets Groups Projects

Resolve "SampleExtraction application memory usage grows constantly"

2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
734 739 }
735 740
736 741 const unsigned int nbFeatThread = std::ceil(inLayer.GetFeatureCount(true) / (float) numberOfThreads);
737 assert(nbFeatThread > 0);
  • 129 129 output->CreateLayer( inLayer.GetName(),
    130 130 oSRS,
    131 131 inLayer.GetLayerDefn().GetGeomType());
    132 oSRS->Release();
  • Ok, do we merge or do we need a dashboard run ?

  • This is a limited bug fix, I don't think a dashboard run is needed.

  • mentioned in commit 3726a2fc

  • Please register or sign in to reply
    Loading