Skip to content

Commit 7ef4ca9

Browse files
authored
Merge pull request #558 from libinyang/increase_runtime_memory_on_more_platforms
memory: increase HEAP_RT_COUNT256 size
2 parents 2f7b575 + 7eb36a4 commit 7ef4ca9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/platform/cannonlake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
/* Heap section sizes for module pool */
181181
#define HEAP_RT_COUNT64 256
182182
#define HEAP_RT_COUNT128 32
183-
#define HEAP_RT_COUNT256 64
183+
#define HEAP_RT_COUNT256 80
184184
#define HEAP_RT_COUNT512 32
185185
#define HEAP_RT_COUNT1024 4
186186

src/platform/icelake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
/* Heap section sizes for module pool */
181181
#define HEAP_RT_COUNT64 256
182182
#define HEAP_RT_COUNT128 32
183-
#define HEAP_RT_COUNT256 64
183+
#define HEAP_RT_COUNT256 80
184184
#define HEAP_RT_COUNT512 32
185185
#define HEAP_RT_COUNT1024 4
186186

src/platform/suecreek/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
/* Heap section sizes for module pool */
169169
#define HEAP_RT_COUNT64 256
170170
#define HEAP_RT_COUNT128 32
171-
#define HEAP_RT_COUNT256 64
171+
#define HEAP_RT_COUNT256 80
172172
#define HEAP_RT_COUNT512 32
173173
#define HEAP_RT_COUNT1024 4
174174

0 commit comments

Comments
 (0)