Skip to content

Commit

Permalink
Merge pull request #549 from libinyang/increase_apl_runtime_memory
Browse files Browse the repository at this point in the history
memory: apl: increase HEAP_RT_COUNT256 size
  • Loading branch information
lgirdwood authored Nov 8, 2018
2 parents 3256781 + db728a7 commit 868feb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/apollolake/include/platform/memory.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
/* Heap section sizes for module pool */
#define HEAP_RT_COUNT64 256
#define HEAP_RT_COUNT128 32
#define HEAP_RT_COUNT256 64
#define HEAP_RT_COUNT256 80
#define HEAP_RT_COUNT512 32
#define HEAP_RT_COUNT1024 4

Expand Down

0 comments on commit 868feb6

Please sign in to comment.