Search Criteria
Package Details: victoriametrics-bin 1.138.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-2.0 |
| Conflicts: | victoriametrics |
| Provides: | victoriametrics |
| Submitter: | KawaiDesu |
| Maintainer: | L0ric0 |
| Last Packager: | L0ric0 |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-09-24 22:27 (UTC) |
| Last Updated: | 2026-03-29 15:12 (UTC) |
Dependencies (7)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (make)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql17-docsAUR, postgresql17AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql18-docsAUR, postgresql18AUR) (make)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR) (make)
- python-virtualenv (make)
- yarn (yarn-berryAUR, yarn-corepackAUR) (make)
- python-debug-toolbar (optional)
- python-django-choices-fieldAUR (optional)
Latest Comments
GCN commented on 2025-02-15 12:24 (UTC)
Hi. Can you please add support for aarch64?
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