Use 40 MB buffer for ARM Cortex A57.
This commit is contained in:
parent
a4c6a88a65
commit
233ec2a1cc
|
@ -110,7 +110,7 @@ REALNAME:
|
||||||
#define HUGE_PAGESIZE ( 4 << 20)
|
#define HUGE_PAGESIZE ( 4 << 20)
|
||||||
|
|
||||||
#if defined(CORTEXA57)
|
#if defined(CORTEXA57)
|
||||||
#define BUFFER_SIZE (128 << 20)
|
#define BUFFER_SIZE (40 << 20)
|
||||||
#else
|
#else
|
||||||
#define BUFFER_SIZE (16 << 20)
|
#define BUFFER_SIZE (16 << 20)
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue