#!/bin/sh -e
exec "$(dirname "$0")"/openqa-workercache prefork -m production -i 100 -H 900 -w 4 -G 80 "$@"
