zsh-workers
 help / color / mirror / code / Atom feed
* zsh with mac yosemite
@ 2014-10-19 15:14 algking
  2014-10-19 22:07 ` Axel Beckert
  0 siblings, 1 reply; 3+ messages in thread
From: algking @ 2014-10-19 15:14 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 1201 bytes --]

After I update to the Mac Yosemite , I found my zsh 5.0.6 in iterm2 2.0 always cost almost 100% cpu . And Sometimes, I have nothing to do in the zsh shell. But the cpu is always high.

and you can see, it use almost 50% of my battery which is impossible usually. 






➜  php-workspace  ps aux | grep zsh
algking         17732  89.5  0.1  2462096   2220 s000  S    10:53下午  11:22.84 zsh
algking          5170   7.1  0.1  2470916   2988 s002  SN+  六12下午   0:25.14 zsh -i
algking          5166   0.3  0.0  2461012    616   ??  SN   六12下午   0:01.34 zsh /Users/algking/.zsh-autosuggestions/completion-server.zsh /tmp/zsh-autosuggest-algking /tmp/zsh-autosuggest-algking/pid /tmp/zsh-autosuggest-algking/socket
algking          5169   0.0  0.0  2461012      4 s002  SNs  六12下午   0:00.00 zsh /Users/algking/.zsh-autosuggestions/completion-server.zsh /tmp/zsh-autosuggest-algking /tmp/zsh-autosuggest-algking/pid /tmp/zsh-autosuggest-algking/socket
algking         18260   0.0  0.0  2452228    704 s000  S+   11:06下午   0:00.00 grep zsh


this is my plugin used :

plugins=(osx autojump brew macports colored-man composer npm) 

source $ZSH/oh-my-zsh.sh



[-- Attachment #2.1: Type: text/html, Size: 2556 bytes --]

[-- Attachment #2.2: PastedGraphic-10.tiff --]
[-- Type: image/tiff, Size: 120286 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh with mac yosemite
  2014-10-19 15:14 zsh with mac yosemite algking
@ 2014-10-19 22:07 ` Axel Beckert
  2014-10-20  0:44   ` Axel Beckert
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Beckert @ 2014-10-19 22:07 UTC (permalink / raw)
  To: algking; +Cc: zsh-workers

Hi,

On Sun, Oct 19, 2014 at 11:14:40PM +0800, algking wrote:
> After I update to the Mac Yosemite , I found my zsh 5.0.6 in iterm2
> 2.0 always cost almost 100% cpu . And Sometimes, I have nothing to
> do in the zsh shell. But the cpu is always high.

> ➜  php-workspace  ps aux | grep zsh
> algking         17732  89.5  0.1  2462096   2220 s000  S    10:53下午  11:22.84 zsh
> algking          5170   7.1  0.1  2470916   2988 s002  SN+  六12下午   0:25.14 zsh -i
> algking          5166   0.3  0.0  2461012    616   ??  SN   六12下午   0:01.34 zsh /Users/algking/.zsh-autosuggestions/completion-server.zsh /tmp/zsh-autosuggest-algking /tmp/zsh-autosuggest-algking/pid /tmp/zsh-autosuggest-algking/socket
> algking          5169   0.0  0.0  2461012      4 s002  SNs  六12下午   0:00.00 zsh /Users/algking/.zsh-autosuggestions/completion-server.zsh /tmp/zsh-autosuggest-algking /tmp/zsh-autosuggest-algking/pid /tmp/zsh-autosuggest-algking/socket

Any chance that it's this issue with zsh-autosuggestions?
https://github.com/tarruda/zsh-autosuggestions/issues/24

> this is my plugin used :
> 
> plugins=(osx autojump brew macports colored-man composer npm) 
> 
> source $ZSH/oh-my-zsh.sh

Is the issue still present if you don't use oh-my-zsh? E.g. with "zsh
-f" and then maybe loading zsh-autosuggestions manually...

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: zsh with mac yosemite
  2014-10-19 22:07 ` Axel Beckert
@ 2014-10-20  0:44   ` Axel Beckert
  0 siblings, 0 replies; 3+ messages in thread
From: Axel Beckert @ 2014-10-20  0:44 UTC (permalink / raw)
  To: zsh-workers

Hi,

On Mon, Oct 20, 2014 at 12:07:18AM +0200, Axel Beckert wrote:
> On Sun, Oct 19, 2014 at 11:14:40PM +0800, algking wrote:
> > After I update to the Mac Yosemite , I found my zsh 5.0.6 in iterm2
> > 2.0 always cost almost 100% cpu . And Sometimes, I have nothing to
> > do in the zsh shell. But the cpu is always high.
[...]
> Any chance that it's this issue with zsh-autosuggestions?
> https://github.com/tarruda/zsh-autosuggestions/issues/24

I got a reply in private that this seems indeed the reported issue.

		Kind regards, Axel
-- 
/~\  Plain Text Ribbon Campaign                   | Axel Beckert
\ /  Say No to HTML in E-Mail and News            | abe@deuxchevaux.org  (Mail)
 X   See http://www.nonhtmlmail.org/campaign.html | abe@noone.org (Mail+Jabber)
/ \  I love long mails: http://email.is-not-s.ms/ | http://noone.org/abe/ (Web)


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-20  0:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-19 15:14 zsh with mac yosemite algking
2014-10-19 22:07 ` Axel Beckert
2014-10-20  0:44   ` Axel Beckert

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).