-
Notifications
You must be signed in to change notification settings - Fork 159
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
Conversation
There was a problem hiding this 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?
Descriptions have been added about the number of vm, the number of instantied vm and the number of pipes. |
There was a problem hiding this 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.
2dbd736
to
d14c159
Compare
fix typo
6a663cf
to
a1e3a3c
Compare
PR for ckb: nervosnetwork/ckb#4380