thirdgen88 / ignition-docker

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

Specifying only `GATEWAY_INIT_MEMORY` can cause container not to start #134

Closed thirdgen88 closed 1 year ago

thirdgen88 commented 1 year ago

It appears that specifying GATEWAY_INIT_MEMORY=2048 without specifying GATEWAY_MAX_MEMORY causes the container to fail on startup:

image (8)

Recommend having max=init when max is undefined. Or, at least, notate the requirement for GATEWAY_MAX_MEMORY if you specify a GATEWAY_INIT_MEMORY.