From 89abbe9a67e0d2d46042d9cce77863490109625e Mon Sep 17 00:00:00 2001 From: Vika Date: Thu, 18 Mar 2021 11:50:07 +0000 Subject: [PATCH] update wiki pages --- Single-server-VictoriaMetrics.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Single-server-VictoriaMetrics.md b/Single-server-VictoriaMetrics.md index bdc9b26..20a9d21 100644 --- a/Single-server-VictoriaMetrics.md +++ b/Single-server-VictoriaMetrics.md @@ -683,8 +683,6 @@ ARM build may run on Raspberry Pi or on [energy-efficient ARM servers](https://b ### Pure Go build (CGO_ENABLED=0) `Pure Go` mode builds only Go code without [cgo](https://golang.org/cmd/cgo/) dependencies. -This is an experimental mode, which may result in a lower compression ratio and slower decompression performance. -Use it with caution! 1. [Install Go](https://golang.org/doc/install). The minimum supported version is Go 1.14. 2. Run `make victoria-metrics-pure` from the root folder of the repository.