Настройки для очистки памяти
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 2s
This commit is contained in:
@@ -158,6 +158,9 @@ sudo systemctl restart gitea
|
|||||||
[repository]
|
[repository]
|
||||||
DISABLE_STARS = true
|
DISABLE_STARS = true
|
||||||
|
|
||||||
|
[cron]
|
||||||
|
ENABLED = true
|
||||||
|
|
||||||
[ui.meta]
|
[ui.meta]
|
||||||
AUTHOR = Artem Tishenko: Personal Git Repository Hub
|
AUTHOR = Artem Tishenko: Personal Git Repository Hub
|
||||||
DESCRIPTION = A personal hub for managing Git repositories by Artem Tishenko.
|
DESCRIPTION = A personal hub for managing Git repositories by Artem Tishenko.
|
||||||
|
|||||||
@@ -49,7 +49,8 @@ sudo chown prometheus:prometheus /usr/local/bin/promtool
|
|||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
ExecStart=/usr/local/bin/prometheus \
|
ExecStart=/usr/local/bin/prometheus \
|
||||||
--config.file=/etc/prometheus/prometheus.yml \
|
--config.file=/etc/prometheus/prometheus.yml \
|
||||||
--storage.tsdb.path=/var/lib/prometheus
|
--storage.tsdb.path=/var/lib/prometheus \
|
||||||
|
--storage.tsdb.retention.size=500MB
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|||||||
Reference in New Issue
Block a user