• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

out of memory error

 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am receiving an "out of memory" error , could you please tell me that how to deal with that.

Thanks
Regards
Gaurav
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And what is the code that is causing this problem. Can't tell you what is wrong without code.

Eric
[ June 19, 2006: Message edited by: Eric Pascarello ]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since we don't know any details, we can only recommend the general way: buy more RAM

But seriously, the post doesn't even say if it's a client or a server message, or what you were doing when you got it: TellTheDetails.
 
ram gaurav
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have created a page and in that i am using javascript and using AJAX i am getting the values from server.

So after few minutes , not specific , it will through "out of memory" error.
Suggest me that what to do.

Regards
Gaurav
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm still not sure if that's a client or server error message.
 
ram gaurav
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am running it on my system , so cant say it is server or client based , but can you please tell me the reason for this and how can i resolve that.

Thanks
Regards
Gaurav
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

but can you please tell me the reason for this and how can i resolve that.


No, we can't. The reasons why the client (a browser if I understand correctly) and the server might run out of memory, and the remedies for those conditions, are very different. Precisely where are you seeing these error messages?
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are runningout of memory, then you have some major memory leaks in your application due to some poor coding practices.

Search google for IE Drip Leak Dectector and it will point out where all of your problems are that are creating leaks. If you would have shown code like asked, then I could have poited out issues.

Eric
 
Your buns are mine! But you can have this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic