Skip to content

Commit 592b29f

Browse files
raphlinusAndroid (Google) Code Review
authored andcommitted
Merge "Increase text layout cache size in bytes"
2 parents 9a1aa4c + 161ebab commit 592b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/jni/android/graphics/TextLayoutCache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
#define MB(s) s * 1024 * 1024
5858

5959
// Define the default cache size in Mb
60-
#define DEFAULT_TEXT_LAYOUT_CACHE_SIZE_IN_MB 0.250f
60+
#define DEFAULT_TEXT_LAYOUT_CACHE_SIZE_IN_MB 0.500f
6161

6262
// Define the interval in number of cache hits between two statistics dump
6363
#define DEFAULT_DUMP_STATS_CACHE_HIT_INTERVAL 100

0 commit comments

Comments
 (0)