Increasing heap size to 256K.

This commit is contained in:
Ruben Ayrapetyan
2015-02-19 17:18:37 +03:00
parent 4e93ef421d
commit d4af5702a4
7 changed files with 91 additions and 48 deletions
+2 -2
View File
@@ -52,7 +52,7 @@
* Size of heap
*/
#ifndef CONFIG_MEM_HEAP_AREA_SIZE
# define CONFIG_MEM_HEAP_AREA_SIZE (64 * 1024)
# define CONFIG_MEM_HEAP_AREA_SIZE (256 * 1024)
#endif /* !CONFIG_MEM_HEAP_AREA_SIZE */
/**
@@ -65,7 +65,7 @@
*
* On the other hand, value 2 ^ CONFIG_MEM_HEAP_OFFSET_LOG should not be less than CONFIG_MEM_HEAP_AREA_SIZE.
*/
#define CONFIG_MEM_HEAP_OFFSET_LOG (16)
#define CONFIG_MEM_HEAP_OFFSET_LOG (18)
/**
* Number of lower bits in key of literal hash table.