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

Investigate making it possible to run 2 host processes in parallel n Windows #319

Open
simongdavies opened this issue Mar 4, 2025 · 0 comments
Labels
kind/bugfix For PRs that fix bugs lifecycle/needs-info The issue requires additional information from the original poster
Milestone

Comments

@simongdavies
Copy link
Contributor

On Windows we depend on the HyperlightSurrogate process to provide a host process for memory that we subsequently map into a VM.

If more than one hyperlight host processes is started on Windows then the second and subsequent ones fail with an error stating that HyperlightSurrogate.exe is in use.

I believe that this is caused by hyperlight trying to copy the surrogate process binary to disk when the second or subsequent process starts , we should fix it tom make it possible to run more than one host concurrently

@simongdavies simongdavies added kind/bugfix For PRs that fix bugs lifecycle/needs-info The issue requires additional information from the original poster labels Mar 4, 2025
@danbugs danbugs added this to the Backlog milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bugfix For PRs that fix bugs lifecycle/needs-info The issue requires additional information from the original poster
Projects
Status: No status
Development

No branches or pull requests

2 participants