]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 13:34:21 +0000 (13:34 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 8 May 2012 13:34:21 +0000 (13:34 +0000)
MagickCore/thread-private.h

index f30b82fb985e6369849290d0c3cc1c7f56c0ce8d..7496eeb7f1eee251f81f83a1f69536df58e6dfc6 100644 (file)
@@ -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) \