-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Labels
questionAsking about a problem, or not sure whether the issue is an enhancement or a bug.Asking about a problem, or not sure whether the issue is an enhancement or a bug.
Description
Is your question request related to a specific component?
VictoriaLogs
Describe the question in detail
I'm running VictoriaLogs in Docker with a single node.
services:
vlogs:
image: docker.io/victoriametrics/victoria-logs:v1.39.0
volumes:
- /data/vlogs:/vlogs
ports:
- '9428:9428'
command:
- -storageDataPath=/vlogs
- -retentionPeriod=90d
- -retention.maxDiskSpaceUsageBytes=1970GiB
- -search.maxQueryDuration=600s
- -insert.maxLineSizeBytes=1MB
- -defaultMsgValue=-
After upgrading the VictoriaLogs to v1.39.0, the load average is much higher (screenshot below)
The CPU utilization:
My question is, what changes between the 2 versions affected the load average?
Key concepts docs
- VictoriaLogs key conepts - https://docs.victoriametrics.com/victorialogs/keyconcepts/
- LogsQL - https://docs.victoriametrics.com/victorialogs/logsql/
Metadata
Metadata
Assignees
Labels
questionAsking about a problem, or not sure whether the issue is an enhancement or a bug.Asking about a problem, or not sure whether the issue is an enhancement or a bug.