Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Slowness on remote server #70

Open
murphytalk opened this issue Nov 9, 2017 · 3 comments
Open

Slowness on remote server #70

murphytalk opened this issue Nov 9, 2017 · 3 comments

Comments

@murphytalk
Copy link

When I run emacs (25) on a remote server (tried both Linux and Solaris) in a X11 terminal (via X11 forwarded ssh), smex becomes very slow, it could stall for as long as 10 seconds to respond to a keystroke.

No such problem at all on local PC, only happens on remote server (through fast corp network to a DC only a few kilometers away, does not look like a network issue). My home directory on remote server is mounted on NFS, could that be the reason?

Here's the profiling.


    - command-execute                                           20233  61%
     - call-interactively                                       20233  61%
      - funcall-interactively                                   20233  61%
       - smex                                                   19767  60%
        - if                                                    19767  60%
         - smex-read-and-run                                    19342  59%
          - let*                                                19342  59%
           - smex-completing-read                               19311  59%
            - let                                               19311  59%
             - ido-completing-read                              19311  59%
              - ido-read-internal                               19311  59%
               - apply                                          19311  59%
                + ad-Advice-ido-read-internal                   19311  59%

@paulbrodersen
Copy link

I have the same problem (NFS server and a very, very similar cpu profile). Did you resolve your issue by any chance, @murphytalk ?

@murphytalk
Copy link
Author

@paulbrodersen Well, I gave up and have been using local emacs + Tramp ever since ...

@paulbrodersen
Copy link

@murphytalk Thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants