Asynchronous Tasks

Maximal queue size

Maximum size of the queue for requests: —server.maximal-queue-sizesize

Specifies the maximum size of the queue for asynchronous taskexecution. If the queue already contains size tasks, new tasks willbe rejected until other tasks are popped from the queue. Setting thisvalue may help preventing from running out of memory if the queue isfilled up faster than the server can process requests.