Skip to content

Unable to load previous metrics #51

Description

@akash-rp

Hi,
I am getting follwing error while loading data from disk.
failed to open disk partition for /usr/Hosting/metrics/p-1646741592161-1646741652162: failed to perform mmap: cannot allocate memory
Metrics pointer is nil.
my code

metrics, err = tstorage.NewStorage(
			tstorage.WithTimestampPrecision(tstorage.Milliseconds),
			tstorage.WithDataPath("/usr/Hosting/metrics"),
			tstorage.WithWALBufferedSize(0),
		)
		if err != nil {
			log.Print(err.Error())
		}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions