We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ac19dd commit e23941cCopy full SHA for e23941c
.cargo/config.toml
@@ -1,6 +1,11 @@
1
[alias]
2
vdev = "run --quiet --package vdev --"
3
4
+[env]
5
+# Build with large pages so that Vector runs on systems with 64k pages or less (e.g. 4k) to support
6
+# CentOS 7, 8, and a few other Linux distributions.
7
+JEMALLOC_SYS_WITH_LG_PAGE = "16"
8
+
9
[target.'cfg(all())']
10
rustflags = [
11
"-Dclippy::print_stdout",
0 commit comments