Skip to content

Increase default ram limit to 256MB

Victor Poughon requested to merge increase_default_ram into develop

Summary

Increase default ram maximum to 256MB (from the current 128MB). And refactor GetMaxRAMHint a bit.

Rationale

Closes #1784 (closed). The 256MB value is closer to the GDAL default of 383MB (5% of system ram) on a typical 8GB machine. Benchmarks in #1784 (closed) seem to indicate the performance improvement is very small.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
Edited by Victor Poughon

Merge request reports