Open Enet4 opened 3 months ago
@Enet4 Thanks for reposting the issue here!
@pevers I see reference to it here in the GDCM repo, where it defaults to all system cores detected.
JPEG2000Codec::JPEG2000Codec()
{
Internals = new JPEG2000Internals;
SetNumberOfThreadsForDecompression( -1 );
}
Just relaying the information from https://github.com/Enet4/dicom-rs/issues/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?