Hello, dear Community!
I am using RStudio Desktop (latest preview version) in a Dell Laptop with the following specs:
I also use the RStudio Server (latest preview version) in a a Ubuntu server (18.04.5 LTS) with the following specs:
64 processors
128 GB RAM
I tested several types of scrips (web scraping; modeling...) the Dell Laptop is always faster. Can you provide me some guidance? I always set in the server session options(Ncpus = parallel::detectCores(all.tests = FALSE, logical = TRUE)-2)
to use the maximum number of available Cpus minus 2.