We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda37ec commit d158343Copy full SHA for d158343
modules/GHSWorkspaceCreator.pm
@@ -141,9 +141,9 @@ sub create_integrity_project {
141
"AddressSpace$crlf",
142
"\tFilename\t\t\t$target$crlf",
143
"\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",
+ ## sonndinh: Some ACE tests require a bigger heap memory size.
+ ## Default heap size is 64kB; increase to 2MB here.
+ "\tHeapSize\t\t\t0x200000$crlf",
147
"\tTask Initial$crlf",
148
"\t\tStackLength\t\t0x8000$crlf",
149
"\tEndTask$crlf",
0 commit comments