thirdgen88 / ignition-docker

Ignition Docker Community Image
MIT License
72 stars 17 forks source link

Fixed error when only init memory is specified #138

Closed thirdgen88 closed 1 year ago

thirdgen88 commented 1 year ago

⚙️ Summary

This PR modifies the init vs max memory check to allow for undefined max memory. Verified that the wrapper will apply init==max in this scenario.

Fixes #134