Hi, Magick.NET is a very useful project. I am beginning to test some cases now. So I have a question to ask. Hope someone can make tips here.
When I run convert command to process image file, it only consume memory, and this is my preferred. But if I referenced Magick.NET.dll into my c# project, it would generate some huge temporary file in disk to swap. It seemed the memory option is ignored, and the execution is very slow.
Usually I need to process jpg file about 150M, the memory will be consumed about 4.5G. The server has enough memory to handle with the process task, but how can I set some configuration to use server memory rather than disk swap? Thanks.
When I run convert command to process image file, it only consume memory, and this is my preferred. But if I referenced Magick.NET.dll into my c# project, it would generate some huge temporary file in disk to swap. It seemed the memory option is ignored, and the execution is very slow.
Usually I need to process jpg file about 150M, the memory will be consumed about 4.5G. The server has enough memory to handle with the process task, but how can I set some configuration to use server memory rather than disk swap? Thanks.