From 7f65a5c21f83df31f3732532f0d836f32c982d67 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Fri, 6 May 2022 17:49:28 -0400 Subject: Test json against schema only on demand Testing json against schema requires an in-memory copy, so do it only when requested by the test suite. --- manual/cli.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'manual') diff --git a/manual/cli.rst b/manual/cli.rst index a853afd3..97ee85d7 100644 --- a/manual/cli.rst +++ b/manual/cli.rst @@ -3336,6 +3336,9 @@ Related Options This is used by qpdf's test suite to check consistency between the output of ``qpdf --json`` and the output of ``qpdf --json-help``. + This option causes an extra copy of the generated json to appear in + memory and is therefore unsuitable for use with large files. This + is why it's also not on by default. .. _unicode-passwords: -- cgit v1.2.3-54-g00ecf