host
- The IP address the server should bind to Optionalmax-requests
- The number of requests to process before reloading the server Optionalpoll
- Use file system polling while watching in order to watch files over a network Optionalport
- The port the server should be available on [default: "8000"] Optionalrpc-host
- The RPC IP address the server should bind to Optionalrpc-port
- The RPC port the server should be available on Optionalrr-config
- The path to the RoadRunner .rr.yaml file Optionalserver
- The server that should be used to serve the application Optionaltask-workers
- The number of task workers that should be available to handle tasks Optionalwatch
- Automatically reload the server when the application is modified Optionalworkers
- The number of workers that should be available to handle requests Optionalphp artisan octane:start [--server [SERVER]] [--host [HOST]] [--port [PORT]] [--rpc-host [RPC-HOST]] [--rpc-port [RPC-PORT]] [--workers [WORKERS]] [--task-workers [TASK-WORKERS]] [--max-requests [MAX-REQUESTS]] [--rr-config [RR-CONFIG]] [--watch] [--poll]