Versions Compared

Key

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

The Node Manager profile is an abstraction for the amount of resources a Node Manager advertises to the Resource Manager. These profiles are set in the Myriad configuration file, myriad-config-default.yml. Each profile is identified by zero, small, medium, and large with default CPU and memory parameters. During initial startup, the default profile is zero, that is, the cluster is launched with zero (0) CPU and zero (0) memory.  The cluster can be configured to start with a initial number of Node Managers. By default, Myriad requires at least 1 NM instance with a medium profile. See Myriad Cluster API for information about flexing up or down an instance.

Note

During initial startup, Myriad launches one NodeManager instance with a profile of medium through the parameter, nmInstances, which is specified in the myriad-config-default.yml file.

"nmInstances": {

    "medium": 1

  },

...