From: Richard C. <ri...@cy...> - 2006-06-03 12:31:10
|
Ray, On 3 Jun 2006, at 12:21, Ray Booysen wrote: > My cvs log file is just over 530MB. Running statcvs over the log file > immediately returns with an out of memory exception. using the -mx > parameter to the java command doesn't help at all. > Is there any way to get this to work? The way StatCVS is implemented, a Java object representation of the entire log has to reside in memory. There's no easy way around that. Run it on a machine with a couple of GB of RAM, give all of it to the JVM. You could generate a log for a limited date range, e.g. just for 2006. Or just for a subtree of the repository. Best, Richard > > Kind Regards > Ray Booysen > > -- > Ray Booysen > rj_...@rj... > > > > _______________________________________________ > Statcvs-users mailing list > Sta...@li... > https://lists.sourceforge.net/lists/listinfo/statcvs-users > |