Use 40 MB buffer for ARM Cortex A57.

This commit is contained in:
Zhang Xianyi 2015-11-11 04:22:34 +08:00
parent a4c6a88a65
commit 233ec2a1cc
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ REALNAME:
#define HUGE_PAGESIZE ( 4 << 20)
#if defined(CORTEXA57)
#define BUFFER_SIZE (128 << 20)
#define BUFFER_SIZE (40 << 20)
#else
#define BUFFER_SIZE (16 << 20)
#endif