Jump to content

Out of system resources


Marlon Nardi

Recommended Posts

out of system resources

has anyone had this type of message in your application?

this error started appearing for my clients, this is happening when I have more than 30 clients connected simultaneously.

after presenting this error all of my clients have the same problem.

to resolve I have to recycle the IIS process pool, where I have to knock down all that are connected.

anyone have any idea what can be?

 

Link to comment
Share on other sites

  • Administrators

It simply shows that your app uses lots of system resources and eventually hits the upper memory limit.

 

Reasons:

-Memory leak

-Your app uses large in memory datasets per session

-Other components in your app which use lots of memory

 

If you are sure it is not memory leak then the quick solution is to switch to a 64-bit unigui app. Other and best solution is to optimize memory usage of your sessions.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...