Skip to content

Commit 6f79982

Browse files
author
Jyri Sarha
committed
topology2: Widget default values for stack, lifetime, and heap bytes
Add default values for stack, lifetime, and heap memory size for all widgets, e.g. module instances. These values were tested with vpages branch and all cases that I tried worked with them. Eventually each module should be added with more accurate values, based on measurements. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 73710ca commit 6f79982

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/topology/topology2/include/components/widget-common.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,8 @@ DefineAttribute."shared_bytes_requirement" {
169169
token_ref "comp.word"
170170
}
171171

172+
# These default values are here until we have measured module specif numbers
173+
stack_bytes_requirement 8192
174+
heap_bytes_requirement 4096
175+
lifetime_bytes_requirement 16384
176+
shared_bytes_requirement 4096

0 commit comments

Comments
 (0)