X-Spam-Check-By: sourceware.org Message-ID: <46728FA5.8010505@go4more.de> Date: Fri, 15 Jun 2007 15:09:57 +0200 From: Albrecht Schlosser User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin allocted time slice References: <017001c7ae32$49dff3c0$0600a8c0 AT ze4427wm> In-Reply-To: <017001c7ae32$49dff3c0$0600a8c0@ze4427wm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Aaron Gray wrote: > Cygwin seems to only use a small amount of time slice relative to the ammount of time slice availiable. Compiles, builds and testsuite are relly slow compared to MinGW which takes too much time. > > 'time' results confirm this. Process time is about 1/4 of the total system time. Are you using a dual (or more) processor system? > It i very noticable on compiling and testing GCC as compared to the same on Linux or MinGW. I assume: on (a) different machine(s) ? > Is there any way to give Cygwin a bigger slice of the pie ? > > Say 50% or 75% ? Well, what I saw on a dual core machine was that make seems to use only one processor, and therefore I got similar CPU usage (< 50%). Try make -j2 or make -j3 and see if you get better results. This worked for me. Albrecht -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/