tstorage
tstorage copied to clipboard
Unable to load previous metrics
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())
}
@akash-rp Hi, thanks for your report. Sorry but I'm a little bit busy now so I will be back as soon as possible.
Any updates?