Installd daemon taking a lot of CPU

I was away from my system for a while and when I returned it was very busy. Apart from Parallels and some other programs there was this installd process that showed up in Activity Monitor. Now, I did not install anything. I quit the running programs, then it was still around. A ps -laxww provided this for installd:
    0 59528     1   0  33  0  2607456 111000 -      Ss     ??    1:30.63 /System/Library/PrivateFrameworks/PackageKit.framework/Resources/installd
Why is that process taking cpu when I'm not installing anything?

Hmm nevermind. It was probably some weird bug. iChat is back to normal here, and also normal at the other end of the chat. It was probably some weirdness with iChat's network (quite common these days!).

Similar Messages

  • DCexport.exe process taking a lot of cpu's power

    Hi everyone!
    Does anyone know where DCexport.exe comes from? I believe its used by dynamic converter is this right?
    we use dynamic converter to get the html conversion from word documents to present the results on our intranet solution.
    have anyone experienced problems whit DCexport taking up a lot of cpu power?

    Hi,
    I came across tip for speeding up OpenLdap a while ago, I have never tested it as I have never found the need to but here it is :-
    Stop the OpenLdap service
    Open slapd.conf which is under SharedServices\openLDAP\
    Locate
    *# Indices to maintain*
    index objectClass eq
    index cn,ou,cssIdentity,member,cssRoleDN,cssProductCode,cssVersion eq
    index cssDisplayNameDefault eq,sub
    and add
    index uniqueMember eq
    Save/Close
    run slapindex.exe -f c:\<location to slapd.conf>\slapd.conf
    Start up OpenLdap service again.
    Though this doesn't explain the reason why you are suddenly getting performance issues, do you have a large amount of native users/groups ?
    If you are on 9.3.1 have you tried Sync Native Directory from Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Advanced queue taking a lot of CPU time

    hi ,
    My application has a workflow which dequeues messages from an advanced queue.The message is simple text message. But i am facing CPU time problems. when the workflow( one of the steps is to dequeue) runs it uses 100% of a particular CPU.
    can somebody throw some light on the things to implement to reduce CPU time and why i am having this problem.
    also , i am using the TOP command on UNIX to trace the process.Does it give us the correct CPU usage measure?suggest some more specific measures , if any.
    Thanks in Advance

    Hi,
    I came across tip for speeding up OpenLdap a while ago, I have never tested it as I have never found the need to but here it is :-
    Stop the OpenLdap service
    Open slapd.conf which is under SharedServices\openLDAP\
    Locate
    *# Indices to maintain*
    index objectClass eq
    index cn,ou,cssIdentity,member,cssRoleDN,cssProductCode,cssVersion eq
    index cssDisplayNameDefault eq,sub
    and add
    index uniqueMember eq
    Save/Close
    run slapindex.exe -f c:\<location to slapd.conf>\slapd.conf
    Start up OpenLdap service again.
    Though this doesn't explain the reason why you are suddenly getting performance issues, do you have a large amount of native users/groups ?
    If you are on 9.3.1 have you tried Sync Native Directory from Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SLAPD.EXE taking a lot of CPU Time

    Hi all,
    I'm getting this stange issue on our Dev Boxes, when trying to launch a business rule, a process called slapd.exe (Open Ldap) takes up to 50 / 60 % of CPU time and it takes about 1 to 2 min for the prompts on the business rules to appear.
    The system just seems to hang ...
    Please let me know if you know how to resolve this,
    Cheers,
    Jeremie

    Hi,
    I came across tip for speeding up OpenLdap a while ago, I have never tested it as I have never found the need to but here it is :-
    Stop the OpenLdap service
    Open slapd.conf which is under SharedServices\openLDAP\
    Locate
    *# Indices to maintain*
    index objectClass eq
    index cn,ou,cssIdentity,member,cssRoleDN,cssProductCode,cssVersion eq
    index cssDisplayNameDefault eq,sub
    and add
    index uniqueMember eq
    Save/Close
    run slapindex.exe -f c:\<location to slapd.conf>\slapd.conf
    Start up OpenLdap service again.
    Though this doesn't explain the reason why you are suddenly getting performance issues, do you have a large amount of native users/groups ?
    If you are on 9.3.1 have you tried Sync Native Directory from Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Long running processes using a lot of CPU

    Hi all,
    We have a clustered environment and on both the DB nodes there are processes that is taking a lot of CPU and runs a really long time. The load of the servers get really high and performance degrades drastically.
    I've traced the processes and the module is usually a combination of the following:
    icx.por.rcv.server.ReceiveItemsAM
    icx.por.reqmgmt.server.ReqMgmtAM
    I know it has something to do with Purchase Orders.
    Can someone please give me more info on this processes and what I can do about them?
    Thanks in advance.

    ..Step by Step to fix your Mac
    They will just say it's a software problem you need to fix most likely.
    However if you have exhausted your software fixes and/or Hardware Test gives something, it could be a hardware problem, but likely it's software for what your mentioning.

  • Syslogd daemon take lot of cpu time arounf 50% of cpu utilization.

    syslogd daemon problem it take lot of cpu time arounf 50% of cpu utilization. How do i solve this issue without reboot.

    You can try then a "/etc/init.d/syslog stop" and "/etc/init.d/syslog start"
    This is only a solution which perhaps will solve your load problem. But obviously
    you should investigate why you have this strange behavior.
    Grouch_fr
    Edited by: Groucho_fr on Mar 17, 2009 2:19 AM

  • Helpd takes a lot of CPU

    What is this process ?
    It's spawned quite often, and uses a lot of CPU & memory.

    Helpd updates all of the Application help files on your Mac.
    However, I hate having helpd launching repeatedly and seemingly randomly, taking up 1 gig of RAM, and using so much CPU time that the fans go loudly full blast on my MacBook Pro.  I prefer having my MacBook Pro be quiet.
    Upon investigation, I found that helpd is controlled by a System LaunchAgent plist which is run on startup:
    /System/LaunchAgents/com.apple.helpd.plist
    When examining the contents of this plist using XCode, what you find is that:
    1. helpd is run when it is loaded by the system at startup or login
    2. helpd is run on every Sunday at 2:30 AM
    3. the launch agent watches the following folders and runs helpd whenever the folders change:
        /Applications/
        /Applications/Utilities/
    The biggest problem is the watch folders.  They change whenever you open them (i.e. their modified date changes when opened).  They change when you install a new application. Many applications change their Application folder content when run. etc. etc.
    (Lingon is a simplified launch agent and launch daemon editor.  Lingon 3, by the way, cannot manage anything other than your own user's launch agents and launch daemons.  It is limited by Apple's new App Store rules.  Lingon 2 can open up system launch agetns and launch daemons.  But it is missing many of the plist fields revealed by using XCode. For example, it will show the /Applications/ watch folder. But there are TWO watch folders - the second one is /Applications/Utilities/  Thus, Lingon may cause problems by modifying the system launch agents and daemon plists by missing several fields. I don't recommend Lingon other than to create your own user launch agents and daemons - with Lingon 2 being a much more capable version)
    The easiest solution is to use Xcode or another plist editor to modify the com.apple.helpd.plist to change the watch folders.
    I changed /Applications/ to /Applications/Utilities/  and left the second watch folder /Applications/Utilities/
    Since I seldom open /Applications/Utilities/ this causes helpd to launch far less often.
    You can also just simpliy eliminate the watch folders.  This keeps helpd running on Sundays at 2:30 AM or on startup or login.
    When users get rid of many older applications, they see helpd launch less often since these older applications may be the ones modifying the /Applications/ folder.
    If you have only newer applications or few applications, you don't run into the helpd problem as often or at all. This is why few people complain about helpd. Only the users who have numerous applications (particularly older ones or ones not bought from the App Store) run into this problem.
    Here are the contents of the com.apple.helpd.plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
              <key>EnableTransactions</key>
              <true/>
              <key>EnvironmentVariables</key>
              <dict>
                        <key>NSRunningFromLaunchd</key>
                        <string>1</string>
              </dict>
              <key>Label</key>
              <string>com.apple.helpd</string>
              <key>LimitLoadToSessionType</key>
              <array>
                        <string>Aqua</string>
                        <string>LoginWindow</string>
              </array>
              <key>MachServices</key>
              <dict>
                        <key>com.apple.helpd</key>
                        <true/>
              </dict>
              <key>OnDemand</key>
              <true/>
              <key>Program</key>
              <string>/System/Library/PrivateFrameworks/HelpData.framework/Versions/A/Resourc es/helpd</string>
              <key>RunAtLoad</key>
              <true/>
              <key>StartCalendarInterval</key>
              <dict>
                        <key>Hour</key>
                        <integer>2</integer>
                        <key>Minute</key>
                        <integer>30</integer>
                        <key>Weekday</key>
                        <integer>7</integer>
              </dict>
              <key>WatchPaths</key>
              <array>
                        <string>/Applications/</string>
                        <string>/Applications/Utilities/</string>
              </array>
    </dict>
    </plist>

  • Thread.sleep takes a lot of CPU time!

    Hi,
    I have the run method like this:
    public void run()
    while(true)
    //some set of operations
    Thread.sleep(5*1000*60);
    The above code's performance was measured under stress test. . The sleep operation seems to take a lot of CPU time
    though ideally sleep is like a no-operation mode, meaning since no operation
    is done when a thread sleeps, it should not use any/minimal CPU time.
    But it seems to take over 30% of CPU time!
    Any ideas on why such a weird thing's happening?
    In fact, in one more similar method also, sleep is taking similar CPU
    time.

    A sleeping thread uses no CPU. Try the following, both with and without the for loop. If you see a constant high CPU usage, even when the thread is sleeping, it's probably that the CPU usage is measured as an average over the last second or several seconds, so when the tasks you're performing are intense and take a significant fraction of the time you're sleeping, the average CPU usage doesn't go down that much.
    public class Sleeper {
        public static void main(String[] args) throws Exception {
            while(true) {
                for (int ix = 0; ix < 100000000; ix++) {
                    int jx = ix * 2;
                    ix = --jx;
                Thread.sleep(5 * 1000* 60);
    }

  • How do I get my music onto icloud from my ipad? I can see i have plenty of icloud storage but can't get my music to store on icloud hence taking up lots of storage on my ipad

    How do I get my music onto icloud from my ipad? I can see i have plenty of icloud storage but can't get my music to store on icloud hence taking up lots of storage on my ipad

    If you want to be able to access your entire music library from iCloud, you'll have to subscribe to iTunes Match (http://www.apple.com/itunes/itunes-match/).  Music purchased from the iTunes store is already in iCloud as it can be redownloaded at any time (see http://support.apple.com/kb/ht2519).

  • [Solved] embedded videos in firefox take a lot of CPU time

    Playing embeded videos in Firefox take a lot of CPU time. Actually my old computer is not able to play these videos correctly if they are in HD. The problem appears with flash videos (not so surprising, flash sucks...) but also with html5 videos (there is an option in youtube to turn that on). However if I succeed to have the direct URL, these videos play perfecrtlky fine in mplayer using not more than 10-20% of CPU time. Is there a solution to that? Is there any possibility to use an external player to play HTML5 videos in firefox? If anybody knows, Why this problem, are the mozilla folk aware of this problem? (Note that I posted a thread a long time ago for this problem but concerning flash only)
    Last edited by olive (2012-04-27 20:33:59)

    There's not much you can do to make HTML5 videos as fast as Xv, see http://swfdec.freedesktop.org/wiki/FAQ. They are slow for the same basic reason as Flash... the video overlay cannot be used because the standard allows for controls and CSS to be rendered on top of the video.
    As for redirecting to an external player... this is not as easy as it could be. If the videos appeared in <embed> tags or <object> tags, one could use Mozplugger, Media Player Connectivity and other programs, but I don't think one has been written to handle the <video> tag. An upcoming update to firefox will make it use gstreamer, however. If this still results in slow playback, it will at least make it easier to use an external player. I imagine you would have to patch firefox to make it use a port on the localhost as the video sink instead of the screen. Then you would run gst-launch to receive that RTP stream.

  • "3265 du process" appears and disappears and occupies a lot of CPU System usage: what is that and how to remove that unknown process

    Opening the utility "activity monitor", I see a process that appears and disappears,  called 3265 "du" process. It occupies a lot of CPU % system (the red one in  the mac activity monitor utility). Anyone knows what's that and how can  I remove it?
    Probably the same issue of this discussion: https://discussions.apple.com/thread/1968751?start=0&tstart=0
    But no idea about how to solve it!

    BSD General Commands Manual
    du -- display disk usage statistics
    The du utility displays the file system block usage for each file argu-
         ment and for each directory in the file hierarchy rooted in each direc-
         tory argument.  If no file is specified, the block usage of the hierarchy
         rooted in the current directory is displayed.
    To see for yourself use Terminal program enter: man du
    press enter (to see the manual for "du")

  • "3265 du process" appears and disappears and ***** a lot of CPU System usage: what is that?

    Opening activity monitor, I see a process that appears and disappears, called 3265 "du" process. It ***** a lot of CPU % system (the red one in the mac activity monitor utility). Anyone knows what's that and how can I remove it?
    probably it's the same issue of this discussion : https://discussions.apple.com/thread/1968751?start=0&tstart=0

    BSD General Commands Manual
    du -- display disk usage statistics
    The du utility displays the file system block usage for each file argu-
         ment and for each directory in the file hierarchy rooted in each direc-
         tory argument.  If no file is specified, the block usage of the hierarchy
         rooted in the current directory is displayed.
    To see for yourself use Terminal program enter: man du
    press enter (to see the manual for "du")

  • Ads taking up too much CPU

    I have a lot of problems with ads in chat software, but this one's new.
    You have recently started serving a new ad for the Hungarian Vodafone, made in Flash.  Sadly after a few loops it will use up a lot of CPU and render Skype itself (in particular!) unusable.
    Right clicking the ad has stuff like "Some clever stuff by mito. www.mito.hu" in it.  Attached a screenshot.
    Attachments:
    mito vodafone ad.png ‏23 KB

    In any case, you should update Flashplayer (this week and the next for the new vunerabillity fix).
    Found here : http://fpdownload.macromedia.com/pub/flashplayer/l​atest/help/install_flash_player_ax.exe
    You can also run Skype in Split view (compact view for older versions) found under view in skype main menu, without Skype home, to avoid large flash adds.
    In general a normal PCs (mine is 4 years old for instance and have no issues), should not have issues with flash adds, unless there is an issue with the add itself.

  • Simple select query is taking a lot of time

    hi gems...
    my table has 7267563 rows...and i am doing a simple select * from table;
    but it is taking a lot of time nearly 25minutes but not completed...
    when i did select count(1) from table then it gave the result instantly also select * from table where rownum < 10 is also fine...even when i am selecting all the records using rownum i.e. select * from table where rownum < 7267563 is also giving result instantly...
    but the entire table is not getting result i.e. select * from table...also there is no lock in the table(though i know that select is nothing to do with lock)..
    what may be the issue..please suggest...thanks in advance...
    Edited by: user12780416 on Dec 12, 2011 11:08 PM

    Hi;
    Please see below thread
    query takes too long ...
    help in solving long run query
    HOW TO: Post a SQL statement tuning request - template posting
    Hope it helps
    Regard
    Helios

  • Startup taking a LOT of Time

    Hi All,
    We have our application on Weblogic Server 8.1 SP5 and its taking a lot of time while starting up.
    What I found that these lines are the ones which are taking up majority of the time.
    Kindly Suggest how we can improve on this.
    ####<Jun 15, 2009 4:14:59 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module uddi of application uddi successfully transitioned from unprepared to prepared on server cgServer.>
    This line took more than 2 min.
    ####<Jun 15, 2009 4:16:50 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module MLAppCoreWL610.jar of application IntellectMM successfully transitioned from unprepared to prepared on server cgServer.>
    ####<Jun 15, 2009 4:18:23 PM GMT+05:30> <Info> <Deployer> <sunbom4> <cgServer> <main> <<WLS Kernel>> <> <BEA-149060> <Module OpenFXWrapperEJB.jar of application IntellectMM successfully transitioned from unprepared to prepared on server cgServer.>
    The above 2 lines are taking 1.5min each.

    I suggest that you take some thread dumps 10-15 secs apart during the time it's slow. The log timing alone won't tell you where the threads are spending time.

Maybe you are looking for