Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Make sure we have room for future Maps builds.
Browse files Browse the repository at this point in the history
They're worried that the Honeycomb increase to 8MiB won't last them very long.

Bug: 6423582
Change-Id: I5f35add9f370548415c0a5e6aed42ec5bd943a03
  • Loading branch information
enh-google committed May 10, 2012
1 parent 2b02fef commit 259298d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/LinearAlloc.cpp
Expand Up @@ -69,7 +69,7 @@ guard the pages on debug builds. Handy when tracking down corruption.
#define BLOCK_ALIGN 8

/* default length of memory segment (worst case is probably "dexopt") */
#define DEFAULT_MAX_LENGTH (8*1024*1024)
#define DEFAULT_MAX_LENGTH (16*1024*1024)

/* leave enough space for a length word */
#define HEADER_EXTRA 4
Expand Down

0 comments on commit 259298d

Please sign in to comment.