Skip to content

Commit

Permalink
Follow Sss's advice
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Oct 9, 2024
1 parent cb0d1c2 commit 2dbd736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ The Cycles consumption of each Syscall is as follows. Among them, the constant 5
| process_id | 500 |
| load block extension | 500 + BYTES_TRANSFERRED_CYCLES |

In addition, when a VM switches from instantiated to uninstantiated, or from uninstantiated to instantiated, each VM needs `SPAWN_EXTRA_CYCLES_BASE` cycles.
In addition, when a VM switches between instantiated and uninstantiated states, it requires SPAWN_EXTRA_CYCLES_BASE cycles for each transition.

## Spawn Example

Expand Down

0 comments on commit 2dbd736

Please sign in to comment.