Hello,
I know this is an old thread, but my question is pretty relevant.
I'm trying to make all the processing to be in memory as much as possible so I don't have any of the magick-* files in my temp directly. From my understanding, ResourceLImits.Memory should allow me to change that. Is there a default value currently set for the memory limit? Also, would this limit be observed by the application as a whole? Or would each individual thread that reads in a file comply to that limit separately?
I know this is an old thread, but my question is pretty relevant.
I'm trying to make all the processing to be in memory as much as possible so I don't have any of the magick-* files in my temp directly. From my understanding, ResourceLImits.Memory should allow me to change that. Is there a default value currently set for the memory limit? Also, would this limit be observed by the application as a whole? Or would each individual thread that reads in a file comply to that limit separately?