diff options
author | Rickard Green <[email protected]> | 2016-08-29 19:21:53 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-08-31 11:58:49 +0200 |
commit | 1b4a59c405e6bd3532921d5c534e2264bb05b2eb (patch) | |
tree | b21cfc5303fa3a61bba52ba20c95f577ccbff42c /HOWTO/INSTALL.md | |
parent | 81993991c8438aa31ec0e88f4f67637d43fa70c0 (diff) | |
download | otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.tar.gz otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.tar.bz2 otp-1b4a59c405e6bd3532921d5c534e2264bb05b2eb.zip |
Remove old purge strategy
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 551ecdd224..8632f46264 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -429,10 +429,6 @@ Some of the available `configure` options are: and **not supported**. This functionality **will** be subject to backward incompatible changes. Note that you should **not** enable the dirty scheduler functionality on production systems. It is only provided for testing. - This switch also imply `--enable-new-purge-strategy` (see below). -* `--enable-new-purge-strategy` - Enable the purge strategy that will be - introduced in ERTS version 9.0 (OTP 20). Note that this switch will be - removed in OTP 20. If you or your system has special requirements please read the `Makefile` for additional configuration information. |