Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

If you modify the Myriad configuration file after the initial build, you must build and deploy again for the changes to take affect.

Default profiles:

Code Block
"profiles": {
  "zero": {
    "cpu": "0",
    "mem": "0"
  },
  "small": {
    "cpu": "1",
    "mem": "1100"
  },
  "medium": {
    "cpu": "2",
    "mem": "2048"
  },
  "large": {
    "cpu": "4",
    "mem": "4096"
  }
},