From 2ea397efcc65b28d805f90c96757e0bedcde115e Mon Sep 17 00:00:00 2001 From: cristy Date: Fri, 30 Aug 2013 20:34:57 +0000 Subject: [PATCH] --- MagickCore/thread-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/thread-private.h b/MagickCore/thread-private.h index aebe3c95c..d14a7a9fc 100644 --- a/MagickCore/thread-private.h +++ b/MagickCore/thread-private.h @@ -31,7 +31,7 @@ extern "C" { */ #define magick_threads(source,destination,chunk,expression) \ num_threads((expression) == 0 ? 1 : \ - ((chunk) > (16*GetMagickResourceLimit(ThreadResource))) && \ + ((chunk) > (32*GetMagickResourceLimit(ThreadResource))) && \ ((GetImagePixelCacheType(source) == MemoryCache) || \ (GetImagePixelCacheType(source) == MapCache)) && \ ((GetImagePixelCacheType(destination) == MemoryCache) || \ -- 2.40.0