diff --git a/config/default/base.src.in b/config/default/base.src.in index eed391ca41..c9935497d8 100644 --- a/config/default/base.src.in +++ b/config/default/base.src.in @@ -31,7 +31,7 @@ group "Elm_Config" struct { value "font_hinting" int: 2; value "cache_flush_poll_interval" int: 512; value "cache_flush_enable" uchar: 1; - value "image_cache" int: 4096; + value "image_cache" int: 65536; value "font_cache" int: 512; value "edje_cache" int: 32; value "edje_collection_cache" int: 64; diff --git a/config/standard/base.src.in b/config/standard/base.src.in index e8ca1d0450..c9f3f1904d 100644 --- a/config/standard/base.src.in +++ b/config/standard/base.src.in @@ -31,7 +31,7 @@ group "Elm_Config" struct { value "font_hinting" int: 2; value "cache_flush_poll_interval" int: 512; value "cache_flush_enable" uchar: 1; - value "image_cache" int: 4096; + value "image_cache" int: 65536; value "font_cache" int: 512; value "edje_cache" int: 32; value "edje_collection_cache" int: 64;