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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...