VictoriaMetrics/lib/protoparser
Aliaksandr Valialkin a211067f06
lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures
This fixes handling of values bigger than 2GiB for the following command-line flags:

- -storage.minFreeDiskSpaceBytes
- -remoteWrite.maxDiskUsagePerURL
2023-01-10 19:36:23 -08:00
..
clusternative app/vminsert: reduce the max packet size, which vminsert can send to vmstorage 2022-04-05 15:39:58 +03:00
common lib/bytesutil: split Resize* funcs to MayOverallocate and NoOverallocate for more fine-grained control over memory allocations 2022-02-01 11:20:20 +02:00
csvimport all: make fmt via the upcoming Go1.19 2022-07-11 19:23:25 +03:00
datadog lib/protoparser/datadog: do not re-use previously parsed field values if they are missing in the currently parsed message 2022-12-20 12:41:19 -08:00
graphite lib/protoparser: remove superflowous memory allocations during protocol parsing 2022-04-06 14:00:50 +03:00
influx lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2023-01-10 19:36:23 -08:00
native lib/protoparser/native: follow-up after fe01f4803d 2022-04-11 19:27:53 +03:00
opentsdb lib/protoparser/opentsdb: follow-up after 04b0e4e7bf 2022-11-09 16:46:03 +02:00
opentsdbhttp all: properly handle CPU limits set on the host system/container 2020-12-08 21:07:03 +02:00
prometheus lib/protoparser: remove superflowous memory allocations during protocol parsing 2022-04-06 14:00:50 +03:00
promremotewrite lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2023-01-10 19:36:23 -08:00
vmimport lib/flagutil/bytes.go: properly handle values bigger than 2GiB on 32-bit architectures 2023-01-10 19:36:23 -08:00