delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to:content-type; q=dns; s=default; b=nvQ8J33 | |
5YAEAnPHikcd535J+fxq0VNDX2glUX/yzqZxoKcQdqxVY934ZvFRA3TpFeNMEtTs | |
QV5BsdijAdy+Mn/llpnw83IsxadBg7E5IL77OZuo936SERhN7uQHoy4W8K2aDuNA | |
7dvNwpkW8u+GGnecBxTJGVl6BzFjLdcyglys= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:mime-version:in-reply-to:references:from:date | |
:message-id:subject:to:content-type; s=default; bh=MLSk2xzFfYLO8 | |
Y6s0USTrODbT1s=; b=aoUZGb3GQm2dBNKkf1i4CLiXfJQBycjgrjJeLlMlYVhtl | |
PvZ9gGJ2J9YPhv72jSKelVARfJRQ5t+Zc2YOhW6nzzZ1AUVpei2W+P0qmb9ApJU5 | |
4SJLr7cSXcANaZ344AzOBrhJ7GcRPdjKQpT5qHgJgDJRXS261cs0PrcpX/GmCk= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 spammy=cloud, H*i:sk:30e4901, H*f:sk:30e4901, virus |
X-HELO: | homiemail-a31.g.dreamhost.com |
X-Gm-Message-State: | ALyK8tI76R2SbxI68ANVpvzO8P7MxcTuXineKGUIaEYglZ9Ni6F3AFTVwbdSBqlI6WWXNEjE+pFtPPV2Yxsrkg== |
X-Received: | by 10.55.43.229 with SMTP id r98mr8155268qkr.62.1467990519622; Fri, 08 Jul 2016 08:08:39 -0700 (PDT) |
MIME-Version: | 1.0 |
In-Reply-To: | <30e49013-7019-0d49-addb-ecd49256b127@gmail.com> |
References: | <CAB+S=LhrvgQLw4L1ik=2Hs=A0+7D-0JswNuUKKE5UxfWnZw_TA AT mail DOT gmail DOT com> <30e49013-7019-0d49-addb-ecd49256b127 AT gmail DOT com> |
From: | Krzysztof Bociurko <chanibal AT chanibal DOT pl> |
Date: | Fri, 8 Jul 2016 17:08:20 +0200 |
X-Gmail-Original-Message-ID: | <CAB+S=LheiHxeK75qw47dSzpf4y--we0tOfJDWmy7voa8eQqgoA AT mail DOT gmail DOT com> |
Message-ID: | <CAB+S=LheiHxeK75qw47dSzpf4y--we0tOfJDWmy7voa8eQqgoA@mail.gmail.com> |
Subject: | Re: Midnight Commander is very slow when starting and changing directories |
To: | cygwin AT cygwin DOT com |
Disabled windows defender real time and cloud based protection, restarted Cygwin. No change. Updating cygwin will have to wait a bit. 2016-07-08 16:49 GMT+02:00 Marco Atzeri <marco DOT atzeri AT gmail DOT com>: > On 08/07/2016 16:13, Krzysztof Bociurko wrote: >> >> I'm using midnight commander with Cygwin 64 bit on Windows 10 64 bit. >> >> After moving to a new machine and a clean reinstall of windows and >> cygwin, my midnight commander started to get very laggy - starting mc, >> any change of directory or exiting from finding files (to refresh list >> of files in the two panes) takes long seconds. Restarting doesn't >> help. >> >> I have no idea what could be the reason for these hiccups. MC normally >> works fine: arrow presses work well, viewing and editing is instant, >> but this one thing takes up to 10 seconds - changing directories. >> Searching in files has a similar lag, but only once (ie not in every >> `chdir` it could have done). In non-mc cygwin usage this issue doesn't >> happen. >> >> The task manager doesn't show any abnormally high CPU or memory usage >> on any process. I have `cygserver` running, using `bash` as my shell >> and have no fancy `PS1` settings, my `$CYGWIN` is only >> `winsymlinks:native`. >> >> My environment: >> * Windows 10 pro 64 bit, up to date >> * Not connected to a domain, no network drives >> * No anti virus software apart from the one built in Windows >> * Two hard drives (system on SSD (C:), D: is a SSHD), quite a few >> directory junctions from C: to C:, no loops >> * I'm usually using fatty as the terminal, but mintty has the same issues >> * GNU Midnight Commander 4.8.17 >> * cygserver is installed >> > > two ideas to try: > > - update cygwin package as 2.5.2 versus the 2.5.1 that you are running > has few bug fixes that could change the responsiveness. > (unlike to work but worth to try) > > - disable the windows anti virus. > Experience in the past with Windows Defender were disappointing > https://cygwin.com/faq/faq.html#faq.using.bloda > > > Regards > Marco > > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > -- Pozdrawiam, Krzysiek Bociurko +48 664 964 967 -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |