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

jediepcserver gobbles up all the CPU in the system #282

Open
topfer opened this issue Mar 9, 2017 · 1 comment
Open

jediepcserver gobbles up all the CPU in the system #282

topfer opened this issue Mar 9, 2017 · 1 comment

Comments

@topfer
Copy link

topfer commented Mar 9, 2017

System :
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u5 (2015-10-09) x86_64 GNU/Linux
Jedi & Emacs :
(:emacs-version "24.4.1" :jedi-version "0.2.7" :python-environment-version "0.0.2alpha0")
;; Python version:
((:version "2.7.9 (default, Mar 1 2015, 12:57:24) \n[GCC 4.9.2]" :name "sys" :file nil)
(:version "0.10.0" :name "jedi" :file "/home/thomas/.emacs.d/.python-environments/default/local/lib/python2.7/site-packages/jedi/init.pyc")
(:version "0.0.5" :name "epc" :file "/home/thomas/.emacs.d/.python-environments/default/local/lib/python2.7/site-packages/epc/init.pyc")
(:version "0.0.3" :name "sexpdata" :file "/home/thomas/.emacs.d/.python-environments/default/local/lib/python2.7/site-packages/sexpdata.pyc"))
;; Command line:
(:virtualenv "/usr/bin/virtualenv" :virtualenv-version "1.11.6\n")

jedi was installed from elpa stable

What happens if that after just 2-3 autocompletes the jediepcserver uses up all the CPU in the system (it happens gradually in around 15-20 mins). Same goes for the memory.
I've tried running ps while jediepcserver was having a party on its own :

%MEM %CPU PID COMMAND
16.1 68.2 9070 /home/thomas/.emacs.d/.python-environments/default/bin/python2 /home/thomas/.emacs.d/.python-environments/default/bin/jediepcserver
1.9 0.3 2053 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl
1.3 1.6 2158 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl
1.2 1.1 1995 /opt/google/chrome/chrome --force-device-scale-factor
1.2 0.1 2281 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl
1.0 0.0 2268 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl
0.9 0.3 2036 /opt/google/chrome/chrome --type=gpu-process --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,EnableSyncClientToServerCompre
0.8 0.1 2182 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl
0.8 0.1 2307 /opt/google/chrome/chrome --type=renderer --force-device-scale-factor --enable-features=AutofillProfileCleanup<AutofillProfileCleanup,BlockSmallPluginContent<PluginPowerSaverTiny,Enabl

This goes on 'till cPU utilisation hits 100% at which point I have to reset the system. Let me know if you need any additional info or you have any suggestions.

Thomas

@frostidaho
Copy link

FWIW I've had this problem too, but haven't been able to look into it.

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