diff options
Diffstat (limited to 'doc/man/serdi.1')
-rw-r--r-- | doc/man/serdi.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/man/serdi.1 b/doc/man/serdi.1 index a6b94f42..24a4ad46 100644 --- a/doc/man/serdi.1 +++ b/doc/man/serdi.1 @@ -11,6 +11,7 @@ .Op Fl abefhlqv .Op Fl c Ar prefix .Op Fl i Ar syntax +.Op Fl k Ar bytes .Op Fl o Ar syntax .Op Fl p Ar prefix .Op Fl r Ar root @@ -71,6 +72,12 @@ Case is ignored, valid values are: .Dq NTriples , .Dq TriG , .Dq Turtle . +.It Fl k Ar bytes +Parser stack size. +Parsing is performed using a pre-allocated stack for performance and security reasons. +By default, the stack is 1 MiB, which should be sufficient for most data. +This can be increased to support unusually structured data and huge literals, +or decreased to reduce overall memory requirements and reduce startup time. .It Fl l Lax (non-strict) parsing. If this is enabled, recoverable syntax errors will print a warning, but parsing will proceed starting at the next statement if possible. |