Commit 54a1456b authored by Geoff Simmons's avatar Geoff Simmons

Update docs concerning the out-of-memory error for set matches.

parent 8c9177c0
......@@ -1777,10 +1777,12 @@ since 2015-06-01 (through 2018-12-01 at the time of writing).
If the VMOD is built against versions of RE2 since 2017-12-01, it uses
a version of the set match operation that reports out-of-memory
conditions during a match. In that case, the VMOD is not compatible
with earlier versions of RE2. This is only a problem if the runtime
version of the library differs from the version against which the VMOD
was built. If you encounter this error, consider re-building the VMOD
conditions during a match. (Versions of RE2 since June 2019 no longer
have this error, but nevertheless the different internal call is used
for set matches.) In that case, the VMOD is not compatible with
earlier versions of RE2. This is only a problem if the runtime version
of the library differs from the version against which the VMOD was
built. If you encounter this error, consider re-building the VMOD
against the runtime version of RE2, or installing a newer version of
RE2.
......
......@@ -1433,10 +1433,12 @@ since 2015-06-01 (through 2018-12-01 at the time of writing).
If the VMOD is built against versions of RE2 since 2017-12-01, it uses
a version of the set match operation that reports out-of-memory
conditions during a match. In that case, the VMOD is not compatible
with earlier versions of RE2. This is only a problem if the runtime
version of the library differs from the version against which the VMOD
was built. If you encounter this error, consider re-building the VMOD
conditions during a match. (Versions of RE2 since June 2019 no longer
have this error, but nevertheless the different internal call is used
for set matches.) In that case, the VMOD is not compatible with
earlier versions of RE2. This is only a problem if the runtime version
of the library differs from the version against which the VMOD was
built. If you encounter this error, consider re-building the VMOD
against the runtime version of RE2, or installing a newer version of
RE2.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment