pathfindR
pathfindR copied to clipboard
n_processes and iterations (How to block memory/CPU in the cluster)
Hi I am running pathfindR with default parameters with 10 iterations and it is taking 10 n_processes as n_processes was set to NULL.
Can you please help how many CPUS and memory I should block for this process in the cluster?
If I will block 20 CPUs and 35 GB space looks like it is failing in-between because the java code is creating 10 processes and it is stopping by the scheduler.
Please help with it.