I have a peculiar problem with parallel computing in R. On my machine, I have installed RStudio on both Windows and Ubuntu (thanks to WSL). I'm still learning how packages work, and in recent days I've been concerned with parallel. Now, when I run the makeCluster function, the RStudio on Ubuntu works smoothly. Yes, my CPU has a spike at 50% usage if it is the first time in the session that I create a cluster, but after that, every calculation has no problem at all. The problem is that if I do the same exact thing on RStudio on Windows, my PC crashes or the session gets aborted. I've also tried using future and future.apply with the plan function, but the result has not changed. Can someone please help me understand how to solve this problem? In case it is needed, my PC has 64 GB of RAM and 28 processors. Thanks in advance.