From 65b9fdf24f5e8b8ac6cd5ab062e89ec40905ca64 Mon Sep 17 00:00:00 2001 From: cristy Date: Tue, 29 Jan 2013 17:34:33 +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.50.1