On 2023-06-26 11:48, Derek Pagel via Cygwin wrote:
We are seeing more instances of application slowness due to Cygwin programs
like 'cp' and 'mv' being executed. The files being 'cp' or 'mv' are not very big
and they stay on the same server. We have installed Cygserver which has improved
things a little bit but there are still many cases of slowness afterwards. We've
been seeing most issues after moving to Windows 2019. Has anyone else
encountered a similar issue?

Do you mean Win Server 2019 or W10 1904/19H1/1909/19H2?
Helps if you show at least the output from:

        $ uname -srvmo

so we can see your Cygwin and Windows releases.

Try running the same slow commands under strace e.g.

        $ strace -o cp-strace.out cp ...

and attach those outputs and

        $ cygcheck -hrsv > cygcheck.out

as text, and someone may be able to help you diagnose any issues.

--
Take care. Thanks, Brian Inglis              Calgary, Alberta, Canada

La perfection est atteinte                   Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter  not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer     but when there is no more to cut
                                -- Antoine de Saint-Exupéry

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to