You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: