Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spawn syscalls #436

Merged
merged 15 commits into from
Oct 27, 2024
Merged

Conversation

mohanson
Copy link
Contributor

@mohanson mohanson commented Apr 19, 2024

xxuejie
xxuejie previously approved these changes Apr 25, 2024
rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Outdated Show resolved Hide resolved
rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Show resolved Hide resolved
rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Outdated Show resolved Hide resolved
rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Outdated Show resolved Hide resolved
rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Outdated Show resolved Hide resolved
Copy link
Contributor

@xxuejie xxuejie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some hard limits to the system, such as:

  • How many VMs can be instantiated at the same time?
  • The maximum number of VMs(including suspended ones) a scheduler can spawn?

Are those documented anywhere?

rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Show resolved Hide resolved
@mohanson
Copy link
Contributor Author

mohanson commented May 6, 2024

There are some hard limits to the system, such as:

  • How many VMs can be instantiated at the same time?
  • The maximum number of VMs(including suspended ones) a scheduler can spawn?

Are those documented anywhere?

Descriptions have been added about the number of vm, the number of instantied vm and the number of pipes.

Copy link

@15168316096 15168316096 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The scenarios [0, 1, 1], [1, 0, 1], and [1, 1, 0] have already been verified.

rfcs/0050-vm-syscalls-3/0050-vm-syscalls-3.md Show resolved Hide resolved
XuJiandong
XuJiandong previously approved these changes Sep 10, 2024
@zhangsoledad zhangsoledad merged commit 05843e1 into nervosnetwork:master Oct 27, 2024
1 check passed
@mohanson mohanson deleted the spawn_syscall branch October 28, 2024 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants