Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Maximum number of concurrent tasks for compressing and decompressing images. With the default value of #MaxConcurrentCodec = 1, all compression and decompression operations are serialized. For example, if on-the-fly compression during an image receive is activated, and three modalities concurrently send uncompressed images to the archive, only one image received from one modality is compressed at the same time. This significantly reduces the receiving performance. The used codec allocates memory for uncompressed pixel data of at least one frame, so without limiting the maximum number of concurrent compression tasks, memory consumption could become unacceptable. You will receive an out of memory error if the memory consumption exceeds the configured -Xmx value in the $DCM4CHEE_HOME/bin/run.conf file).

Default Value: 1

MaxConcurrentCompression
Anchor
MaxConcurrentCompression
MaxConcurrentCompression

Maximum number of concurrent tasks for compressing images. With the default value of #MaxConcurrentCompression = 1, all compression operations are serialized.

Default Value: 1

MaxConcurrentDecompression
Anchor
MaxConcurrentDecompression
MaxConcurrentDecompression

Maximum number of concurrent tasks for decompressing images. With the default value of #MaxConcurrentDecompression = 1, all decompression operations are serialized.

Default Value: 1

MaxBufferedImagePoolSize
Anchor
MaxBufferedImagePoolSize
MaxBufferedImagePoolSize

...