-
Notifications
You must be signed in to change notification settings - Fork 59
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
Tremendous amount of memory usage #155
Comments
Hello @amosbird! |
I tried |
Great, thanks, will take a look. |
Exact same issue here (same setup: Archlinux and Emacs 25.2) , however, installing Python 3 docs and Typescript docs went ok and pretty quickly. |
I have the same issue when installing Scala docset including 100% CPU usage |
The problem is that during extraction of the docset, the full list of files in the However, this is only necessary once during installation. A fix would be to split the extraction of the file from the parsing of the folder name, so all the output could be thrown away during extraction. Afterwards, we could use something like 'tar tf <docset.tgz> | head -n -1' to only get the last folder. This should be more efficient, but it more error-prone since this requires calling into the shell. |
should we provide an alternative function that uses the shell and document it? idk, not ideal, but.... Otherwise, @jeeger do you have that function that uses the shell? if it can work as a replacement for an existing function, could you paste it here for future reference? |
When doing
helm-dash-install-docset
, emacs ends up using more than 10GB real memory. And the memory never gets released until I restart emacs.env:
Archlinux
emacs 25.2
helm-dash 20170531.135
The text was updated successfully, but these errors were encountered: