From: cristy Date: Tue, 8 May 2012 13:34:21 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5632 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5bb557294fe4b4c85ac028e59a6f1c7b15bb5f;p=imagemagick --- diff --git a/MagickCore/thread-private.h b/MagickCore/thread-private.h index f30b82fb9..7496eeb7f 100644 --- a/MagickCore/thread-private.h +++ b/MagickCore/thread-private.h @@ -28,7 +28,7 @@ extern "C" { /* Single threaded unless workload justifies the threading overhead. */ -#define MinimumWorkLoad() (32*GetMagickResourceLimit(ThreadResource)) +#define MinimumWorkLoad() (16*GetMagickResourceLimit(ThreadResource)) #define dynamic_number_threads(columns,rows,expression) \ if (((((columns) > MinimumWorkLoad()) || \ ((rows) > MinimumWorkLoad()))) && ((MagickSizeType) \