We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8d424 commit c49ea8aCopy full SHA for c49ea8a
1 file changed
memory-testing/native.ts
@@ -16,7 +16,7 @@ export function installTimerGlobals() {
16
const created = etsInterop.createRuntime({
17
"panda-files": "./hello.abc",
18
"boot-panda-files": "./etsstdlib.abc:./hello.abc",
19
- "xgc-trigger-type": "heap-trigger",
+ "xgc-trigger-type": "force",
20
});
21
if (!created) {
22
throw new Error("failed to initialize ArkVM timer runtime");
0 commit comments