• 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
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

High Memory Usage by httpd.exe in iPlanet v4.1

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

From time to time httpd.exe process uses nearly 650 MBs of memory according to task manager on a Windows NT machine with a physical memory of 750 MBs, and the server becomes unresponsive till a restart.

We are using iPlanet version 4.1. Shall we suspect memory leaks?

Any bit of help is appreciated.

Thanks in advance...
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you got your iPlanet 4.1 problem answered or fixed? I have similar
issue with iPlanet 4.1 SP6 on Solaris. With 115 concurrent users logging
in, http daemon becomes unresponsive. errors log shows exiting from JVM.
Out of memory and so on. My application catches memory exception when JVM
can't allocate memory. Since these exceptions are catched, so app server
never crash nor hang on these exceptions. iPlanet 4.1 SP 6 lists/fixes Java
memory Leak problem. I can't find anything on describing the problem so
don't know if the patch helps me.

Thanks!
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic