Skip to content

Commit ca8651f

Browse files
author
Jyri Sarha
committed
topology2: cavs-nocodec.conf: Fine tune SRC DP memory requirements
Fine tune SRC DP memory requirements to values that should satisfy all use-cases, without using too much memory. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
1 parent 75afcee commit ca8651f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tools/topology/topology2/cavs-nocodec.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -698,9 +698,9 @@ IncludeByKey.PASSTHROUGH {
698698
IncludeByKey.SRC_DOMAIN {
699699
"DP" {
700700
core_id $DP_SRC_CORE_ID
701-
domain_id 123
702-
stack_bytes_requirement 4096
703-
heap_bytes_requirement 8192
701+
domain_id 0
702+
stack_bytes_requirement 2048
703+
heap_bytes_requirement "$[(24 * 1024)]"
704704
}
705705
}
706706
}
@@ -1382,9 +1382,9 @@ IncludeByKey.PASSTHROUGH {
13821382
IncludeByKey.SRC_DOMAIN {
13831383
"DP" {
13841384
core_id $DP_SRC_CORE_ID
1385-
domain_id 123
1386-
stack_bytes_requirement 4096
1387-
heap_bytes_requirement 8192
1385+
domain_id 0
1386+
stack_bytes_requirement 2048
1387+
heap_bytes_requirement "$[(24 * 1024)]"
13881388
}
13891389
}
13901390

0 commit comments

Comments
 (0)