Hi all, Thank you very much for your answers. Today in the morning I had an idea which lead me to the solution: I used perfmon.exe for further analysis and I realized that C1 Transitions/sec, C2 Transitions/sec, C3 Transitions/sec which is basically the power down on idle for the processor went up all the time during my grep. And I was just wondering why my processor is always shutting down when I need it the most. I now switched off the power management in the bios and it's working like a charm again.
We guess, as we were changing the OS from XP to Windows 7/Server 2008 (on the same PCs) that there were some changes in power management of windows which lead to this problem. More Information on this permon value: http://technet.microsoft.com/en-us/library/cc786359%28WS.10%29.aspx Thank you very much for your help! Philipp ________________________________ From: Ivan Krasilnikov <[email protected]> To: [email protected] Cc: pmehrwald <[email protected]> Sent: Tue, 22 March, 2011 0:02:44 Subject: Re: multi repeat on intel x64 On Mon, Mar 21, 2011 at 13:48, pmehrwald <[email protected]> wrote: > Hi, > > We are facing a severe problem on using :g on our machines at work. On > two different dell machines this command causes problems after > updating to x64 Windows 7 or Windows Server 2008. > > The scenario is as follows: > * Logfile ~100Mb opened > * execute :%g!/xxx/d to remove some lines Can you try this command instead and tell us if the problem is gone - :%g!/xxx/"_d The "_ part here tells d not to yank each line it deletes. -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
