A worker process requested a recycle because it reached its private bytes memory limit.

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/9/2013 4:36:59 AM
Gravatar
Total Posts 44
Regards, Dilip Wanave

A worker process requested a recycle because it reached its private bytes memory limit.

Hi There,

I have deployed mojoPortal code to Arvixe hosting space, continuously after 2-3 days app pool stops working, I requested to support team for logs then they provide log as "A worker process serving application pool 'apppoolname v4.0 (Integrated)' has requested a recycle because it  reached its private bytes memory limit".

They have memory limit of 300MB, I don't feel that mojoportal code exceeds this limit.

Any one faced this type of problem and resolution for the same? Is it caused due to mojoPortal caching or any thing else?

 

Regards,

Dilip

10/9/2013 6:17:40 AM
Gravatar
Total Posts 18439

Re: A worker process requested a recycle because it reached its private bytes memory limit.

300MB "if" you really have that should be plenty, my understanding is that mosts hosts like Arvixe provide 200MB which also should be enough.

If you are deploying a build you made from source code make sure you are doing a release build not a debug build and make sure that in the deployed web.config file that you have <compilation debug="false"

a debug build will use much more resources than a release build.

If you have custom features that you are deploying consider what they are doing and how much memory may be used by your custom features.

Also review what kind of errors you are getting in the mojoportal log.

10/9/2013 8:08:55 AM
Gravatar
Total Posts 44
Regards, Dilip Wanave

Re: A worker process requested a recycle because it reached its private bytes memory limit.

Thanks Joe for quick reply.

I will do the things mentioned by you, and let us see what happens.

 

Thanks again.

 

Regards,

Dilip

You must sign in to post in the forums. This thread is closed to new posts.