stsquad / dired-rsync

Support for rsync from Emacs dired buffers
GNU General Public License v3.0
126 stars 16 forks source link

Huge *rsync buffer freezes my system? #39

Closed jonascant closed 1 year ago

jonascant commented 1 year ago

While copying some GB worth of files to a remote server, the *rsync buffer gets pretty big. After some time, i can't use counsel-switch-buffer anymore. I suspect this is because it keeps trying to read the growing buffer? Thanks for any help!

stsquad commented 1 year ago

Have you confirmed it by running (buffer-size) in the rsync window? I'm not sure what options there are to clean-up a process output buffer. - I guess dired-rsync-filter could remove old text after awhile.

stsquad commented 1 year ago

@jonascant can you confirm this problem is fixed with the recent change for #42?