I am using GraphicsMagick 1.3.26 on server.
Due, to performance impact. I want to remove OpenMP feature from it.
Kindly provide me the steps to remove the same for windows machine.
Thanks.
I am using GraphicsMagick 1.3.26 on server.
Due, to performance impact. I want to remove OpenMP feature from it.
Kindly provide me the steps to remove the same for windows machine.
Thanks.
Never tried on Windows, and unable to test, but apparently you can either:
-limit threads 1
to each command, or--disable-openmp
and reinstall, orOMP_NUM_THREADS
to 1 before runningUse:
gm identify -version
to see how your instance was built.