the resource is here👆
it looks like you’re looking for MemoryPerActionBytes
This configuration set the MaxParallelActions
to 24,
<?xml version="1.0" encoding="utf-8" ?>
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration">
<BuildConfiguration>
<MaxParallelActions>24</MaxParallelActions>
</BuildConfiguration>
</Configuration>