--limit=
When performing searches in parallel, by default we spawn as many processes as processors are available. By using this flag we can set a different number of concurrent processes, and it can be a higher or lower value.
Consider that assigning a larger value is possible, but we risk consuming too much memory or creating a bottleneck in the access to disc, so it is advisable to perform tests in each environment to find an optimal value, as it depends on may factors and not only the available number of physical processors.
This flag only makes sense if used in combination with any of the flags --paralel or --massive
⬅️ Volver a la página anterior