(vl-server-opts-p x) is a defaggregate of the following fields.
help — Show a brief usage message and exit. Invariant (booleanp help).
readme — Show a more elaborate README and exit. Invariant (booleanp readme).
mem — Default: 6 GB. How much memory to try to use. Raising this
may improve performance by avoiding garbage collection. To
avoid swapping, keep this below (physical_memory - 2 GB). Invariant (posp mem).
port — Default: 9999. What port to run on. Invariant (posp port).
root — Default: "./translations". Where to find translations. See the
--readme to understand this. Invariant (stringp root).
public — Default: "/v/filer5b/v11q001/acl2/acl2-git-scratch/books/centaur/vl2014/server/public". Where to find the supporting
'public' directory from the module browser's code. You should be
able to ignore this unless you're deploying the module browser to
a different directory. Invariant (stringp public).