webknossos-libs icon indicating copy to clipboard operation
webknossos-libs copied to clipboard

Heuristic to determine batch_size and number of parallel jobs

Open markbader opened this issue 1 year ago • 0 comments

Detailed Description

  • Affected library: webknossos
  • Conversion of large image stacks can lead to OOM issues. The defaults for batch_size and the number of processes used for parallelization should depend on the input image size and the available RAM. Currently the example scripts shown on our official documentation fail in cases like #1146. Instead, the examples should work out of the box.

markbader avatar Aug 01 '24 14:08 markbader