Virtual machine memory allocation to python

Frank T 1 Reputation point
2021-02-25T23:22:19.177+00:00

I am running python from Spyder on my VM. The VM has 32 gb RAM, however spyder does not use more than 2GB. Is there any way I can increase the memory going to Spyder?

Thanks!

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,180 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TravisCragg-MSFT 5,676 Reputation points Microsoft Employee
    2021-03-03T20:14:38.097+00:00

    Unfortunately this is not a question that can be answered from an Azure perspective, but from your specific OS or possibly Spyder. There should be no difference in running this on a local computer vs the cloud.

    I would start by verifying that your OS has access to that much memory (Task Manager in Windows, or 'free -h' in Linux.

    If you are not using enough memory, it will usually require an adjustment to your code, or to a setting within the OS or Spyder.

    0 comments No comments