[totem] thumbnailer: Up the max RAM used to 512 megs



commit 6667b2e53ef653f551218256e8472bb9c75114b8
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jun 8 18:15:58 2016 +0200

    thumbnailer: Up the max RAM used to 512 megs
    
    The current maximum of 256 megs was set in 2007, so maybe it's time to
    up it slightly. This fixes thumbnailing failing for some 4k videos.

 src/totem-resources.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/totem-resources.c b/src/totem-resources.c
index 78c2802..4d601c6 100644
--- a/src/totem-resources.c
+++ b/src/totem-resources.c
@@ -41,7 +41,7 @@
 
 #include "totem-resources.h"
 
-#define MAX_HELPER_MEMORY (256 * 1024 * 1024)  /* 256 MB */
+#define MAX_HELPER_MEMORY (512 * 1024 * 1024)  /* 512 MB */
 #define MAX_HELPER_SECONDS (15)                        /* 15 seconds */
 #define DEFAULT_SLEEP_TIME (30 * G_USEC_PER_SEC) /* 30 seconds */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]