[master] fa1f5632e param: Remove vsm_space
Dridi Boukelmoune
dridi.boukelmoune at gmail.com
Mon Sep 20 06:53:05 UTC 2021
commit fa1f5632e41e3d4cfa69a3fa532a413a3da1f685
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date: Mon Sep 20 08:32:17 2021 +0200
param: Remove vsm_space
It has been deprecated long enough and could have gone away with the 7.0
release.
Refs 7a85739b1bd5
diff --git a/include/tbl/params.h b/include/tbl/params.h
index 8f3eaf8d4..2cea9074a 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -1065,18 +1065,6 @@ PARAM_SIMPLE(
/* flags */ MUST_RESTART
)
-PARAM_SIMPLE(
- /* name */ vsm_space,
- /* type */ bytes,
- /* min */ "1M",
- /* max */ "1G",
- /* def */ "1M",
- /* units */ "bytes",
- /* descr */
- "DEPRECATED: This parameter is ignored.\n"
- "There is no global limit on amount of shared memory now."
-)
-
PARAM_SIMPLE(
/* name */ workspace_backend,
/* type */ bytes_u,
More information about the varnish-commit
mailing list