1
0
Fork 0

Global definition heap memory (TRI_V8_MAXHEAP) and adoptation for ARM

This commit is contained in:
servusoft 2016-08-05 18:50:53 +02:00 committed by GitHub
parent 626d8ba315
commit 4a1eb6c8da
1 changed files with 11 additions and 0 deletions

View File

@ -46,6 +46,17 @@
#define TRI_PADDING_32 1
#endif
// -----------------------------------------------------------------------------
// --Section-- v8 features
// -----------------------------------------------------------------------------
#define TRI_V8_MAXHEAP 3 * 1024
#if defined(__arm__) || defined(__aarch64__)
#undef TRI_V8_MAXHEAP
#define TRI_V8_MAXHEAP 1 * 1024
#endif
// -----------------------------------------------------------------------------
// --Section-- solaris
// -----------------------------------------------------------------------------