
preallocate {
    small {
        jobs=2
        configs=["berry","juice"]
    }
}

commands {
    berry {
        memory="1g"
    }

    juice {
        memory="4g"
    }
}
