]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 29 Jan 2013 17:34:33 +0000 (17:34 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 29 Jan 2013 17:34:33 +0000 (17:34 +0000)
MagickCore/thread-private.h

index aebe3c95c295b1f908ee9facb70bcfcbf713ecbe..d14a7a9fc1f394969493fe39d5e3e8721e3bd85c 100644 (file)
@@ -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) || \