voila-dashboards / tljh-voila-gallery

Configuration for deploying the Voilà Gallery with The Littlest JupyterHub
BSD 3-Clause "New" or "Revised" License
82 stars 70 forks source link

Minimal Instance Requirements - Documentation #85

Open thequantumturtle opened 4 years ago

thequantumturtle commented 4 years ago

Attempting to install the gallery with current examples on the lowest AWS instance settings (t2.micro and 8Gigs storage) leads to docker instances silently failing.

Manually running "python build_images.py" from command line demonstrates running out of memory, or running out of space.

jtpio commented 4 years ago

Thanks @thequantumturtle.

Have you been able to experiment a bit more with the requirements? A t2.micro sounds a bit small.

Generally requirements depend on the type and the number of environments being built:

Maybe we could provide some rule of thumbs calculations in the README?

For reference TLJH does something like this in: https://tljh.jupyter.org/en/latest/howto/admin/resource-estimation.html