Настройки для очистки памяти
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s

This commit is contained in:
2025-05-22 12:08:59 +03:00
parent b066e85b29
commit dd447678ad
2 changed files with 5 additions and 1 deletions

View File

@@ -158,6 +158,9 @@ sudo systemctl restart gitea
[repository]
DISABLE_STARS = true
[cron]
ENABLED = true
[ui.meta]
AUTHOR = Artem Tishenko: Personal Git Repository Hub
DESCRIPTION = A personal hub for managing Git repositories by Artem Tishenko.

View File

@@ -49,7 +49,8 @@ sudo chown prometheus:prometheus /usr/local/bin/promtool
Restart=on-failure
ExecStart=/usr/local/bin/prometheus \
--config.file=/etc/prometheus/prometheus.yml \
--storage.tsdb.path=/var/lib/prometheus
--storage.tsdb.path=/var/lib/prometheus \
--storage.tsdb.retention.size=500MB
[Install]
WantedBy=multi-user.target