projectkudu / kudu

Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webjob memory management

skylaro opened this issue · comments

For deployment issues, please provide us with the following information:

Repro steps.

your project built successfully on your dev machine but failed on Azure?
please write down your build tools and their versions (ie Msbuild 15.1.0.0)

Project structures.

in order to reproduce your issue at our end we need a simple
github repository
that highlights structure of the project

The log/error given by the failure.

Normally this include a stack trace, error code and some more information.

Debug your Azure website remotely.

it is recommanded that you share your Web App name, directly or indirectly
we can take a look at what's going on.

Mention any other details that might be useful.

I am wondering how Kudu manages memory for webjobs. I have a javascript webjob which has an allocated heap size that is much less than the total memory size allocated to the container (app service plan memory size). Sometimes I receive a heap out of memory error when I cross this threshold and I have no idea how to increase allocated heap for webjob. Any help/suggestions would be much appreciated!


Thanks! We'll be in touch soon.

Hi

If the problem persists and is related to running it on Azure App Service, please open a support incident in Azure:
https://learn.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request

This way we can better track and assist you on this case

Thanks,

Joaquin Vano
Azure App Service