diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-12-01 18:02:04 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-12-01 18:03:50 +0100 |
commit | a0bdf69245dcfa1d0f7c0b794a15da42e5cbc4ad (patch) | |
tree | a89cc091aaa55664d64b1ada41722a96eda564c1 /www-apps/grafana-bin/files | |
parent | app-emulation/virt-manager: drop vte:2.90 dependency, bug #595892 (diff) | |
download | gentoo-a0bdf69245dcfa1d0f7c0b794a15da42e5cbc4ad.tar.gz gentoo-a0bdf69245dcfa1d0f7c0b794a15da42e5cbc4ad.tar.bz2 gentoo-a0bdf69245dcfa1d0f7c0b794a15da42e5cbc4ad.zip |
Revert "www-apps/grafana-bin: Add info about higher FD ulimit for 4.x"
This reverts commit 620deff506d5d7ae1260fb2fa3f5e6188ad50af6.
Grafana 4.0.0 has a massive FD leak problem (needing a restart every ten
minutes, depending on the amount of dashboard users and metrics).
Upstream is aware:
https://github.com/grafana/grafana/issues/6759
Still, we'll roll back 4.0.0 to beta2 until 4.0.1 is out.
Diffstat (limited to 'www-apps/grafana-bin/files')
-rw-r--r-- | www-apps/grafana-bin/files/grafana.confd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www-apps/grafana-bin/files/grafana.confd b/www-apps/grafana-bin/files/grafana.confd index 0ad311de1de3..207ef765f653 100644 --- a/www-apps/grafana-bin/files/grafana.confd +++ b/www-apps/grafana-bin/files/grafana.confd @@ -5,8 +5,3 @@ GRAFANA_USER=grafana # The group to run your application as. GRAFANA_GROUP=grafana - -# Starting with 4.0, grafana uses a lot of file descriptors. -# If you run into the default limit of 1024, uncomment this line and if needed, -# bump its value. -#rc_ulimit="-n 10000" |