From 04692c29ddf194d66c847e2476fb43bdf2e937e5 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Thu, 21 Aug 2014 15:14:26 +0100 Subject: [PATCH] enlarge the buffered tilecache helps vipsthumbnail under load --- libvips/conversion/tilecache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/conversion/tilecache.c b/libvips/conversion/tilecache.c index 69c88487..9530db3a 100644 --- a/libvips/conversion/tilecache.c +++ b/libvips/conversion/tilecache.c @@ -941,7 +941,7 @@ vips_line_cache_build( VipsObject *object ) vips_get_tile_size( block_cache->in, &tile_width, &tile_height, &nlines ); - block_cache->max_tiles = 3 * + block_cache->max_tiles = 4 * (1 + nlines / block_cache->tile_height); VIPS_DEBUG_MSG( "vips_line_cache_build: nlines = %d\n",