Commit e27eb5f1 authored by Tobias Schmidt's avatar Tobias Schmidt

Merge pull request #380 from hvnsweeting/patch-1

add notice for default behavior of using 3GB RAM
parents 31cd3a0a 2e3bd968
...@@ -86,6 +86,10 @@ Blindly setting `GOMAXPROCS` to a high value can be ...@@ -86,6 +86,10 @@ Blindly setting `GOMAXPROCS` to a high value can be
counterproductive. See the relevant [Go counterproductive. See the relevant [Go
FAQs](http://golang.org/doc/faq#Why_no_multi_CPU). FAQs](http://golang.org/doc/faq#Why_no_multi_CPU).
Note that Prometheus by default uses around 3GB in memory. If you have a
smaller machine, you can tune Prometheus to use less memory. For details,
see the [memory usage documentation](/docs/operating/storage/#memory-usage).
## Using the expression browser ## Using the expression browser
Let us try looking at some data that Prometheus has collected about itself. To Let us try looking at some data that Prometheus has collected about itself. To
......
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