Asynchronous batch apply causes GridR to spawn an R process that will parse the output from the completed jobs. Every 5 seconds, it reads the output from all of the jobs. This can be produce a heavy load on the machine. This process should be optimized to minimize the load on the machine to do async updates.
Asynchronous batch apply causes GridR to spawn an R process that will parse the output from the completed jobs. Every 5 seconds, it reads the output from all of the jobs. This can be produce a heavy load on the machine. This process should be optimized to minimize the load on the machine to do async updates.