From: Ray B. <rj_...@rj...> - 2006-06-06 02:00:41
|
Richard Cyganiak wrote: > 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 > I eventually got it working on a windows machine. Uses 1.5GB of RAM and virtual memory, but it runs! :) > >> >> Kind Regards >> Ray Booysen >> >> -- >> Ray Booysen >> rj_...@rj... >> >> >> >> _______________________________________________ >> Statcvs-users mailing list >> Sta...@li... >> https://lists.sourceforge.net/lists/listinfo/statcvs-users >> > -- Ray Booysen rj_...@rj... |