Skip to content
Snippets Groups Projects
Commit 5430cfc7 authored by Attila Farkas's avatar Attila Farkas
Browse files

add flavors to readme

parent f7d02da6
No related branches found
No related tags found
1 merge request!1Devel
......@@ -23,8 +23,11 @@ generate.py is a python program that generates a vagrant source file from a defi
### Known [issues](https://gitlab.ics.muni.cz/cs4eu/sandbox-creator/issues):
- after running on Windows the output may contain invalid multibyte chars
### Supprted flavors:
### Flavors
Flavors provide a quick way to choose hardware specs (like number of cpus and memory) for a virtual machine. These attributes can also be specified separately by `memory` and `cpus`. The values of `memory` and/or `cpus` always override the values specified in the `flavor`.
##### Supported flavors:
| flavor | cpus | memory |
| ------------------ |:--:|:-----:|
| csirtmu.tiny1x2 | 1 | 2048 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment