Search Criteria
Package Details: victoriametrics-bin 1.90.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/victoriametrics-bin.git (read-only, click to copy) |
---|---|
Package Base: | victoriametrics-bin |
Description: | Fast, cost-effective and scalable time series database |
Upstream URL: | https://victoriametrics.github.io |
Licenses: | Apache |
Submitter: | KawaiDesu |
Maintainer: | KawaiDesu |
Last Packager: | KawaiDesu |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2019-09-24 22:27 (UTC) |
Last Updated: | 2023-05-03 19:07 (UTC) |
Latest Comments
KawaiDesu commented on 2023-02-05 20:37 (UTC)
Hi, @thetooth. First of all, thanks for the feedback. As for the mentioned issues: - I think that's not a good idea to auto-restart crashed database. As far the reason for crash is unknown it could be not safe for the data to restart the service. Escpecially without limiting number of tries. I would also recommend to use monitoring for your services and make HA setup using cluser version (https://github.com/VictoriaMetrics/VictoriaMetrics/tree/cluster) - You can override service file. Not everyone needs extended limits. It can be implemented using any configuration management system (Ansible/Chef/Slat - whatever you are using) easyly.
thetooth commented on 2023-01-12 03:00 (UTC)
Hi, this packages systemd file currently has some issues that prevent it being useful in a production environment.
First is there is no restart policy, which means if the process crashes large amounts of telemetry can be lost, suggest we add:
Secondly, on my system DefaultLimitNOFILE defaults to 1024, for datasets spanning the default retention period of 1 month this is fine, but for large or long running datasets, victoriametrics requires A LOT of file descriptors (counted 5716 on my setup) or it will die with
too many files open
.twentycent commented on 2020-04-01 21:16 (UTC)
@KawaiDesu no worry.
Thanks for the update ;)
KawaiDesu commented on 2020-04-01 21:08 (UTC) (edited on 2020-04-01 21:08 (UTC) by KawaiDesu)
@vincentg, sorry about that, fixed. Also bumped version to latest.
twentycent commented on 2020-04-01 21:02 (UTC)
Hi,
There is a mistake in victoriametrics.service file
When starting service, this warning appears in journalctl systemd[1]: /usr/lib/systemd/system/victoriametrics.service:5: Unknown key name 'Require' in section 'Unit', ignoring.
Require should be Requires