Okay, so something in the system itself is running a lot.  "adb shell top
-t" might be able to isolate that more (showing individual threads).

On Sat, Aug 22, 2009 at 12:22 AM, jiaoni <jiaoni5...@gmail.com> wrote:

>
> Hi,
>
> Thanks for the replies. Here's my situation:
>
> 1. I am running emulator on windows XP;
> 2. when show top in adb shell console, the "system_server" process
> occupies the most cpu;
>
> Thanks a lot,
> Jiaoni
>
> On Aug 21, 7:35 pm, David Wilson <d...@botanicus.net> wrote:
> > Are you on Linux? You could try this.. From a terminal:
> >
> >     killall -STOP emulator
> >
> > To pause it while not in use, and:
> >
> >     killall -CONT emulator
> >
> > To unpause it. Note doing this might screw up the emulator's idea of
> > the current time, but I've used this lots of times in the past with
> > other Qemu based emulators and it worked fine.
> >
> > David
> >
> > 2009/8/21 jiaoni <jiaoni5...@gmail.com>:
> >
> >
> >
> > > Hi,
> >
> > > Many times (not all the times), my emulator is running 100% of one of
> > > my two CPUs on the machine.
> >
> > > Can anyone tell me why it is so, and how can I reduce the cpu usage?
> >
> > > Thanks a lot,
> > > Jiaoni
> >
> > --
> > Reality is that which, when you stop believing in it, doesn't go away.
> >   — Philip K. Dick
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to