Commit ed1962c1 authored by Ian Lewis's avatar Ian Lewis

Fixed position of NUM_MINIONS example

parent 4427672c
...@@ -294,9 +294,9 @@ Are you sure you built a release first? Did you install `net-tools`? For more cl ...@@ -294,9 +294,9 @@ Are you sure you built a release first? Did you install `net-tools`? For more cl
You can control the number of minions that are instantiated via the environment variable `NUM_MINIONS` on your host machine. If you plan to work with replicas, we strongly encourage you to work with enough minions to satisfy your largest intended replica size. If you do not plan to work with replicas, you can save some system resources by running with a single minion. You do this, by setting `NUM_MINIONS` to 1 like so: You can control the number of minions that are instantiated via the environment variable `NUM_MINIONS` on your host machine. If you plan to work with replicas, we strongly encourage you to work with enough minions to satisfy your largest intended replica size. If you do not plan to work with replicas, you can save some system resources by running with a single minion. You do this, by setting `NUM_MINIONS` to 1 like so:
#### I ran vagrant suspend and nothing works!
```vagrant suspend``` seems to mess up the network. It's not supported at this time.
``` ```
export NUM_MINIONS=1 export NUM_MINIONS=1
``` ```
#### I ran vagrant suspend and nothing works!
```vagrant suspend``` seems to mess up the network. It's not supported at this time.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment