I currently have ~500 nested mixed-effects models to run, and one model takes ~2-3 hours to run using between-chain parallelization. However, I have access to a 64 core machine, thus I am looking to decrease the run time for my models using within-chain parallelization in brms. However, I am unsure how to set the number of threads and cores for each model. I am planning on using 4 chains, and want to maximize efficiency by reducing the run time as much as possible. Any guidance would be extremely helpful.