0

I have a WebApp running node, i need to increase RAM so i put in web.config, this works fine.

When i set the max-old-space-size to 2048 the server only answers with

"mything.azurewebsites.net is currently unable to handle this request. HTTP ERROR 500."

I got this from this thread.

Instance Size is a large 'Basic' with 7 GB RAM, azure platform is set to 64GB. I can use LESS memory, it's working fine when i set memory to 512(MB)

lolops
  • 97
  • 1
  • 11

1 Answers1

1

B3 is a type in Service Plan, its RAM is shared in all applications in the service plan. And to a single web app instance, it seems up edge value of RAM is 2GB. In my test, -max-old-space-size=2047 works fine.

Gary Liu
  • 13,758
  • 1
  • 17
  • 32