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

Don't count both SYS and NEVM disk space requirements #216

Open
ConanMishler opened this issue Jan 12, 2023 · 0 comments
Open

Don't count both SYS and NEVM disk space requirements #216

ConanMishler opened this issue Jan 12, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ConanMishler
Copy link
Collaborator

ConanMishler commented Jan 12, 2023

When builder.py calculates disk space requirements for the chosen SNode configuration, if both SYS and NEVM services have been selected for deployment, it currently adds the required space for SYS and also the required space for NEVM when calculating the total disk space required. It should never add the disk space required for NEVM because it's the same disk space used by SYS (and if NEVM is sourced externally, there is also no local disk space required for NEVM).

@ConanMishler ConanMishler added the bug Something isn't working label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants