This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: documentation for boehm-gc tuning/profiling?
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 23 Dec 2001 11:38:50 +1300
- Subject: Re: documentation for boehm-gc tuning/profiling?
On Saturday, December 22, 2001, at 09:10 PM, Adam Megacz wrote:
> Is there any documentation on tuning bohem-gc (parameters like heap
> size, when to grow heap, how often to scan) or profiling it (gathering
> data on how often scans are performed, how much memory reclaimed,
> etc).
Its all in boehm-gc/doc. In particular, README.environment may be of
interest.
regards
Bryce.