We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19273c3 commit e25b96cCopy full SHA for e25b96c
guetzli/guetzli.cc
@@ -34,7 +34,7 @@ constexpr int kDefaultJPEGQuality = 95;
34
35
// An upper estimate of memory usage of Guetzli. The bound is
36
// max(kLowerMemusaeMB * 1<<20, pixel_count * kBytesPerPixel)
37
-constexpr int kBytesPerPixel = 200;
+constexpr int kBytesPerPixel = 125;
38
constexpr int kLowestMemusageMB = 100; // in MB
39
40
constexpr int kDefaultMemlimitMB = 6000; // in MB
0 commit comments