Skip to content

Commit d158343

Browse files
committed
Increase heap size
1 parent cda37ec commit d158343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/GHSWorkspaceCreator.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ sub create_integrity_project {
141141
"AddressSpace$crlf",
142142
"\tFilename\t\t\t$target$crlf",
143143
"\tLanguage\t\t\tC++$crlf",
144-
#"\tLibrary\t\t\t\tlibINTEGRITY.so$crlf",
145-
#"\tLibrary\t\t\t\tlibc.so$crlf",
146-
#"\tLibrary\t\t\t\tlibscxx_e.so$crlf",
144+
## sonndinh: Some ACE tests require a bigger heap memory size.
145+
## Default heap size is 64kB; increase to 2MB here.
146+
"\tHeapSize\t\t\t0x200000$crlf",
147147
"\tTask Initial$crlf",
148148
"\t\tStackLength\t\t0x8000$crlf",
149149
"\tEndTask$crlf",

0 commit comments

Comments
 (0)