The node_type
parameter specifies the node instance type to use for nodes in your Convox rack. This allows you to choose the appropriate instance type based on your application’s requirements.
The default value for node_type
is s-2vcpu-4gb
.
To set the node_type
parameter, use the following command:
$ convox rack params set node_type=s-2vcpu-4gb -r rackName
Setting parameters... OK
This command sets the node_type
parameter to the specified value.
Selecting the appropriate node_type
is crucial for ensuring that your applications run efficiently and cost-effectively. Consider the specific needs of your workload when choosing an instance type. For more information on Digital Ocean instance types, refer to the Digital Ocean documentation.