Hi all, i am using CruiseControl under solaris and expierenced there many problems. The last one i had to solve was the big memory usage from cruisecontrol itself based on its logger. This logger extends the XmlLogger and uses a lot of memory (XML Objects, Stack...). With this memory usage cruisecontrol reach about 1 GB memory usage. I tried to rewrite it (taking code from XmlLogger and CruiseLogger) and let it write temporary logging info during the build. After the build it just reads this logging info and builds the "normal" xml log file. With this the memory usage goes down to 200-300 MB. (Ok, at the moment i still have problems to rebuild everything ;-)due to path problems ) cu, Guenter
