I had tried to reduce the tasks per project.I split one project become 2 projects and set project triggers.project part II start when project part I finish.And I set queue for each projects.But here comes a problem.Part II must begin build after part I. Is there any ways to let those projects always build only one project per time? Here is my setting scenario Project A Part I Queue 1 Project A Part II Queue 2 trigger set Project A Part I success then build Project B Part I Queue 3 Project B Part I Queue 4 trigger set Project B Part I success then build Project C Part I Queue 5 Project C Part I Queue 6 trigger set Project B Part I success then build
if Project B PartI force build when Project A part I building. will Project B PartI build after Project A Part II or it will start build when Project A PartI finish? any other ways to reduce task output? I can't run 2 projects in the same time because it always throw System.OutOfMemory exception :'( On 1月6日, 下午1時57分, Edwin <[email protected]> wrote: > I see.I'll try.Thanks > > On 1月6日, 下午1時43分, "Craig Sutherland" <[email protected]> wrote: > > > > > Hi Edwin, > > > At the moment the only way to reduce the size of the build log is to reduce > > the amount of output from the tasks (e.g. the nant task). There is no way of > > turning off the build log, as this is required for the dashboard. > > > Craig > > > -----Original Message----- > > From: [email protected] [mailto:[email protected]] On > > > Behalf Of Edwin > > Sent: Wednesday, 6 January 2010 6:23 p.m. > > To: ccnet-user > > Subject: [ccnet-user] Re: ccnet 1.4.4.83 can't delete listen file > > > May I increase memory instead before new production. > > or is there any ways to trun off the build log.I had change log4net > > config (Debug -> Info ),it still cause SystemOutOfMemory... > > > On 2009年12月27日, 上午3時25分, Ruben Willems <[email protected]> > > wrote: > > > 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 athttp://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.- 隱藏被引用文字 - > > > > > > > > - 顯示被引用文字 -- 隱藏被引用文字 - > > > > > > - 顯示被引用文字 -- 隱藏被引用文字 - > > > > - 顯示被引用文字 -- 隱藏被引用文字 - > > > - 顯示被引用文字 -- 隱藏被引用文字 - > > - 顯示被引用文字 -
