X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: X-Sender: robbosch AT msn DOT com From: "Rob Bosch" To: Subject: RE: High CPU usage on posix_fallocate call - CVS version Date: Fri, 2 Nov 2007 17:42:52 -0600 Message-ID: <002601c81daa$157a1fb0$406e5f10$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id lA2Nh0vi021671 I found on MSDN that Windows has the capfilealloc function in all Windows OS versions. This function was designed to create a preallocated capture file of a specified size. It seems like this would accomplish what cygwin needs with the posix_fallocate function? I'm sure it is more complicated than that but thought it may provide a way to quickly preallocate the file. Rob -----Original Message----- From: Rob Bosch [mailto:robbosch AT msn DOT com] Sent: Thursday, November 01, 2007 5:27 PM To: 'cygwin AT cygwin DOT com' Subject: High CPU usage on posix_fallocate call - CVS version When my compiled version of rsync is using the posix_fallocate function I’m getting significant CPU usage.  The machine is a dual-core processor and I’m getting 20%-25% CPU utilization during the posix_fallocate call.  Machine stats – Windows Server 2003 x64 R2, 4GB RAM (over 2.0GB free), fiber connected SATA RAID.  I’m wondering if the CPU spike should be expected?  The file size I’m creating is 77GB is size.  The call is a simple posix_fallocate(fd, 0, total_size) where the fd is the file pointer and the total_size is the 77GB value from the file being copied.  It also takes 20 minutes for the file to be created using this call.  When the same file is copied under native Windows I’m not getting the same CPU spike or the length of time to create the file even though Windows is “pre-allocating” the file.  I state this not as criticism, just for reference. cygwin version is CVS from roughly 10 days ago.  I compiled the cygwin components following the FAQ instructions…no special settings. Rob -- 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/