You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just relaying the information from Enet4/dicom-rs#551, as this seems to be mostly an issue with the use of gdcm-rs. Is there a way to limit the number of cores in use for decoding?
I have noticed an issue/bug specifically when using the gdcm feature and decompressing pixel data with JPEG 2000. Specifically, the decompression process utilizes all system cores available (no matter what I do) while decompressing. It is particularly noticeable with large multiframe dicoms (mammo DBT).
As far as I can tell, it doesn't occur with any other encapsulated pixel data decompression from GDCM, and this is probably an upstream issue with GDCM itself. Using openjpeg-sys instead seems to be the solution :)
The text was updated successfully, but these errors were encountered:
Just relaying the information from Enet4/dicom-rs#551, as this seems to be mostly an issue with the use of
gdcm-rs
. Is there a way to limit the number of cores in use for decoding?The text was updated successfully, but these errors were encountered: