You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
The stacks used for demos specify certain CPU and RAM requirements for each container, it would be useful to have then sum of these appear in the demo documentation to guide users as to the resources required to run them.
In addition to the resources requested by the Stackable components, we also need to account for resources required by non-stackable components (databases and such). The best way to do it would be to install the demos and note all the resources that get used.
The stacks used for demos specify certain CPU and RAM requirements for each container, it would be useful to have then sum of these appear in the demo documentation to guide users as to the resources required to run them.
In addition to the resources requested by the Stackable components, we also need to account for resources required by non-stackable components (databases and such). The best way to do it would be to install the demos and note all the resources that get used.
resources include: disk space, RAM, CPU
Step 1: Gather the numbers of demos
Step 2: Gather the numbers of stacks
Step 3: Put the numbers in the docs
#280