Commit 00dba9de authored by Geoff Simmons's avatar Geoff Simmons

Update README.

parent 139041a2
......@@ -160,6 +160,20 @@ error.
In short, keeping ``thread`` at the default ``true`` should be the
right option, the alternative exists just in case.
.. _vmod_pesi.workspace_prealloc:
VOID workspace_prealloc(BYTES min_free, INT max_nodes)
------------------------------------------------------
::
VOID workspace_prealloc(BYTES min_free=4096, INT max_nodes=32)
Configure workspace pre-allocation of objects in variable-sized
internal data structures.
XXX ...
.. _vmod_pesi.version:
STRING version()
......
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