• Top
    • Documentation
    • Books
    • Boolean-reasoning
    • Projects
    • Debugging
    • Community
    • Std
    • Proof-automation
    • Macro-libraries
    • ACL2
    • Interfacing-tools
    • Hardware-verification
      • Gl
      • Esim
      • Vl2014
        • Warnings
        • Primitives
        • Use-set
        • Syntax
        • Getting-started
        • Utilities
        • Loader
        • Transforms
        • Lint
        • Mlib
        • Server
        • Kit
          • Vl-model
          • Vl-json
          • Vl-gather
          • Vl-server
            • Vl-server-opts-p
              • Parse-vl-server-opts
              • Vl-server-opts
              • Make-vl-server-opts
              • Change-vl-server-opts
              • Honsed-vl-server-opts
              • Make-honsed-vl-server-opts
              • *vl-server-opts-usage*
                • Vl-server-opts->root
                • Vl-server-opts->readme
                • Vl-server-opts->public
                • Vl-server-opts->port
                • Vl-server-opts->mem
                • Vl-server-opts->help
            • Vl-pp
            • Vl-lint
            • Vl-main
            • Vl-toolkit-other-command
            • Vl-help
          • Printer
          • Esim-vl
          • Well-formedness
        • Sv
        • Fgl
        • Vwsim
        • Vl
        • X86isa
        • Svl
        • Rtl
      • Software-verification
      • Math
      • Testing-utilities
    • Vl-server-opts-p

    *vl-server-opts-usage*

    Automatically generated usage message.

        -h,--help             Show a brief usage message and exit. 
    --readme              Show a more elaborate README and exit. 
    -m,--mem=GB           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). 
    -p,--port=ARG         Default: 9999.  What port to run on. 
    -r,--root=ARG         Default: "./translations".  Where to find 
                          translations.  See the --readme to understand 
                          this. 
    --public=ARG          Default: 
                          "/var/lib/jenkins/workspace/acl2-master/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.