Skip to content

Commit

Permalink
chore: default memory size 2MB
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestThePoet committed May 12, 2024
1 parent f758e37 commit 3732669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/vm/vm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const vmOptionLimits: {

const defaultOptions: VmOptions = {
maxExecutionStepCount: 5_000_000,
memorySize: 1536 * KB,
memorySize: 2 * MB,
stackSize: 1 * MB
};

Expand Down

0 comments on commit 3732669

Please sign in to comment.