0

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.

1 Answers1

0

Never tried on Windows, and unable to test, but apparently you can either:

  • add -limit threads 1 to each command, or
  • rebuild with --disable-openmp and reinstall, or
  • set environment variable OMP_NUM_THREADS to 1 before running

Reference


Use:

gm identify -version

to see how your instance was built.

Mark Setchell
  • 191,897
  • 31
  • 273
  • 432