Skip to content

Commit 00f6208

Browse files
nashifkartben
authored andcommitted
twister: config: increase min_ram to 16k
Increase default to 16k, this can be overidden in the test configuration where needed. Signed-off-by: Anas Nashif <[email protected]>
1 parent 092e559 commit 00f6208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pylib/twister/twisterlib/config_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class TwisterConfigParser:
5656
"skip": {"type": "bool", "default": False},
5757
"slow": {"type": "bool", "default": False},
5858
"timeout": {"type": "int", "default": 60},
59-
"min_ram": {"type": "int", "default": 8},
59+
"min_ram": {"type": "int", "default": 16},
6060
"modules": {"type": "list", "default": []},
6161
"depends_on": {"type": "set"},
6262
"min_flash": {"type": "int", "default": 32},

0 commit comments

Comments
 (0)