• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Java Client queryDataSource w/Large Data Source causes Delays?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Client queryDataSource w/Large Data Source causes Delays?


  • Subject: Re: Java Client queryDataSource w/Large Data Source causes Delays?
  • From: "Arturo Perez" <email@hidden>
  • Date: Mon, 30 Aug 2004 10:29:33 -0400

Mike Fuselier wrote:
The application server has -Xms128m -Xmx512m as its application argument giving it 128 megabytes of memory and allows expansion to 512 megabytes. I've played with this setting but really got nowhere. Right now, the application has been running for nearly 3 days and WOStats page shows 796,393,472 bytes total memory with 242,410,272 free. The free number fluctuates wildly during the course of any day. I've seen as little as 20k free.

When the server slows down, the WOStats page stops responding. The HTML direct action components won't load. Basically we just have to wait until the application server starts responding.

Any help would be appreciated.

Hi Mike,

I wonder if you're hitting the stop&copy garbage collector. A quick thing to try is to add the following to your command.
-Xincgc


This will use the incremental GC instead of the stop&copy. You could also try Xloggc:<file> to log GC activity to confirm whether this is your problem.

-arturo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >Java Client queryDataSource w/Large Data Source causes Delays? (From: Mike Fuselier <email@hidden>)

  • Prev by Date: Java Client queryDataSource w/Large Data Source causes Delays?
  • Next by Date: design help
  • Previous by thread: Java Client queryDataSource w/Large Data Source causes Delays?
  • Next by thread: Re: Java Client queryDataSource w/Large Data Source causes Delays?
  • Index(es):
    • Date
    • Thread