Skip to content

Commit ea47ab8

Browse files
Christinamrnugget
authored andcommitted
Adding clarification to under-provisioned issue (sourcegraph#246)
Requested in sourcegraph/sourcegraph#1521
1 parent 7c88b16 commit ea47ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Less frequently used commands:
3838
"Message": "0/3 nodes are available: 1 Insufficient memory, 3 Insufficient cpu.",
3939
```
4040

41-
This indicates that no available nodes meet the requirements specified for the corresponding nodes.
41+
This means that your cluster is under provisioned (i.e. has too few nodes, or not enough CPU and memory).
4242
If you're using Google Cloud Platform, note that the default node type is `n1-standard-1`, a machine
4343
with only one CPU, and that some components request a 2-CPU node. When creating a cluster, use
4444
`--machine-type=n1-standard-16`.

0 commit comments

Comments
 (0)