hi this is a known problem we're working on. For the moment CCNet processes all as strings, and all actions are string manipulations. Now for large build artifacts this seems to be a serious problem.
There is a prototype where the memory footprint is drastically smaller, but it is not production ready yet :-( So the best thing is to try to reduce the size of the build artifact. You can read more about it at http://en.wordpress.com/tag/memory-reduction/ with kind regards Ruben Willems 2009/12/26 Edwin <[email protected]> > no,they don't use the same artifact folder.The build server ccnet > service doesn't work,I found .NET System.OutOfMemory Exception and > then the task become unstable even I restart ccnet service or iisadmin > service.I think that would be kind of problem.I have 4GB ram on build > server and I trace usage when it process build.it always use below 1.5 > GB. > > The exception happened when I use nant task to commit build result > back to svn server.The build result include large binary files but > single file less than 300 MB.the ccnet service hand there and didn't > process to success result when it commit success.so I check to process > the the event viewer. > > On 12月26日, 上午3時33分, Ruben Willems <[email protected]> wrote: > > Hi > > > > the listenfile is set per project. > > do some projects have the same artifact folder? > > > > with kind regards > > Ruben Willems > > > > 2009/12/25 Edwin <[email protected]> > > > > > > > > > It is not easy to reproduce the problem, > > > I want to know about ccnet service when it execute nant. > > > Is that multi thread or by sequence ? I do not set priority of > > > projects and those problem produce when there are two more project > > > process build. > > > It will keep a few days normal after I reboot the build server. > > > > > On 12月24日, 下午5時43分, Ruben Willems <[email protected]> wrote: > > > > Hi > > > > > > can you show me a stacktrace? > > > > The listenfile is used to show progress of the nant build script. > > > > normally all the actions in towards this file are in a try catch > block, > > > > and the errors are swallowed. (or it should be this way anyhow) > > > > > > can you reproduce the problem rather easy? > > > > so I can check what is causing the problem. > > > > > > with kind regards > > > > Ruben Willems > > > > > > On Thu, Dec 24, 2009 at 10:37 AM, Edwin <[email protected]> wrote: > > > > > I use ccnet1.4.83 half a year, there are strange exection I can't > find > > > > > out. > > > > > ex. can not delete listen file when I exec nant task with - > > > > > Listener:CCNetListener,CCNetListener args > > > > > sometimes nant copy fail.is there anyone like me? we can discuss > about > > > > > it.- 隱藏被引用文字 - > > > > > > - 顯示被引用文字 -- 隱藏被引用文字 - > > > > - 顯示被引用文字 - >
