blocknetdx / exrproxy-env

erp-ethserver
7 stars 10 forks source link

Don't double count SYS disk #199

Closed walkjivefly closed 2 years ago

walkjivefly commented 2 years ago

Conan🔀 — Today at 03:05 @walkjivefly When builder.py calculates the total disk space required, it adds the amount required for SYS and the amount required for NEVM. (See image below.) If both SYS and NEVM have a requirement of 11 GB, and the SNode op deploys both SYS and NEVM, it will calculate the total requirement for the two of them as 11 GB + 11 GB = 22 GB. I think we should set the disk requirement for NEVM as 0 GB. This should be correct for both internal and external NEVM, because additional disk required for NEVM is 0 in both cases. Image