Skip to content

Commit 868feb6

Browse files
authored
Merge pull request #549 from libinyang/increase_apl_runtime_memory
memory: apl: increase HEAP_RT_COUNT256 size
2 parents 3256781 + db728a7 commit 868feb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/platform/apollolake/include/platform

src/platform/apollolake/include/platform/memory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
/* Heap section sizes for module pool */
136136
#define HEAP_RT_COUNT64 256
137137
#define HEAP_RT_COUNT128 32
138-
#define HEAP_RT_COUNT256 64
138+
#define HEAP_RT_COUNT256 80
139139
#define HEAP_RT_COUNT512 32
140140
#define HEAP_RT_COUNT1024 4
141141

0 commit comments

Comments
 (0)