[gimp/gimp-2-8] Installer: use smaller LZMA dictionary size (#767352)



commit 9aab542c93ce48e7849cf8a1db816e863f22070d
Author: Jernej Simončič <jernej|s-cccp eternallybored org>
Date:   Sat Oct 8 22:32:16 2016 +0200

    Installer: use smaller LZMA dictionary size (#767352)

 build/windows/installer/gimp3264.iss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index 6cf7507..e09f7cb 100644
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -146,7 +146,7 @@ InternalCompressLevel=ultra
 SolidCompression=yes
 LZMAUseSeparateProcess=yes
 LZMANumFastBytes=273
-LZMADictionarySize=1048576
+LZMADictionarySize=524288
 
 #if !defined(REVISION)
 OutputBaseFileName=gimp-{#VERSION}-setup


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