CPU Usage High, Individual Apps Not using Total

Hi everyone,
  I've got a 2007 white Macbook currently running the most up to date version of Snow Leopard and recently the fan has been on a lot more often than it usually is and when I check in Acitivity Monitor the CPU usage is extremely high.  Normally it's around 2-4% tops but several times over the last few months it's been at 50-60% sustained usage for a long time (upwards of 20 minutes, then I just reboot it).  Once or twice it waws higher than 100%.  I checked Activity Monitor and killed the normal culprits like Shockwave and Flash, then anything with Microsoft in the name.  I'm a big tabbed browser user so I closed off google Chrome.  Right now, running Adium, iCal, Powerpoint (small file size, only 5 slides), and Word, 45% of the CPU is currently in use.  I went through and systematically closed everything but the CPU usage is still around 45% after closing all active programs in the dock other than Finder and Activity Monitor.  The strange part for me is that the amount of CPU usage is not the sum of the CPU usage of all the programs currently running.  It's not even close (like 1% versus 45%)
  Does anyone know what might be wrong?  Rebooting it will usually fix this problem, but I'm worried I either have Malware, a Trojan that iAntivirus isn't detecting, and my computer is somehow being used without my knowledge or something is wrong with my Mac.
Thanks in advance for any help!
Specs are Macbook 3,1, Intel Core 2 Duo 2.2 GHz, 4GB ram

hrishy wrote:
Hi
Why so much time is being spent in CPU ?
Apologies the rich text editor is not working and i am unabel to format this code properly
Rows  Operation
______0  NESTED LOOPS (cr=117469550 pr=444 pw=0 time=1670966102 us)
(snip)
______0                    NESTED LOOPS (cr=117469550 pr=444 pw=0 time=1670965844 us)
462,472                       NESTED LOOPS (cr=1389078 pr=196 pw=0 time=12429546 us)
(snip)
______0                       TABLE ACCESS FULL CON (cr=116080472 pr=248 pw=0 time=1889064945 us)
(snip)
The execution plan shows a nested loop join between a row source containing 462,472 rows and a full table scan of the table CON - that means the table CON was full table scanned 462,472 times, resulting in 116,080,472 consistent gets in 9 executions. The consistent gets are the cause of the high CPU usage. You might work through the links provided by Narendra to find the cause of the nested loop joins. Maybe this indicates a problem with the object statistics, or possibly it is caused by an unfortunate set of parameters that affected the optimizer's decisions.
Charles Hooper
Co-author of "Expert Oracle Practices: Oracle Database Administration from the Oak Table"
http://hoopercharles.wordpress.com/
IT Manager/Oracle DBA
K&M Machine-Fabricating, Inc.

Similar Messages

  • Setting Max CPU usage for individual apps.

    Is there a way to set a maximum CPU usage (percentage) for individual applications so when they run they will never go above the limit?

    As Thomas pointed out, there is no way to do exactly what you want. You can have some influence over appliccation priorities using Peek-a-Boo.
    Mac Mini; B&W G3/300    

  • I am no longer able to turn off cellular data usage for individual apps.  When I turn most of them off, they just automatically reset themselves to allow data usage.  Any thoughts?

    I am no longer able to turn off cellular data usage for individual apps. 
    When I turn most of them off, they just automatically reset themselves to allow data usage.
    Any thoughts?

    I am definately having the same problem and cannot believe there are no answers or even support that this problem exists.  I never have to post on forumns, I read what is usually readilly availiable for the craziest of problems. 
    Anyways, the problem is just that, I can toggle off a individual app's setting of cellular data availability, but it changes right back on rescreening.  After restarting, resetting etc, it seems that the big Apple Apps are the biggest offenders.  Music is a very important one, Podcasts can kill you very quickly, app store, Photos, Facetime, Stocks?!?!?!
    When one searches for solutions I have to see hundreds of links to "How great is ios7, you can turn off cellular data for individual apps FOR DUMMIES!".  I am a dedicated apple fool since the Apple IIe (long time), but when they run afowl it is usually really bad.  Why offer an on/off switch if the setting is always on?
    I am writing just to add support to the existence of this problem, not so much for people to offer ideas of solutions as I now believe it is in the coding.
    Thank you

  • High cpu usage for garbage collection (uptime vs total gc time)

    Hi Team,
    We have a very high cpu usage issue in the production.
    When we restart the server, the cpu idle time would be around 95% and it comes down as days goes by. Today idle cpu is 30% and it is just 6th day after the server restart.
    Environemnt details:
    Jrockit version:
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 (build ari-38120-20041118-1131-linux-ia32, Native Threads, GC strategy: parallel)
    Gc Algorithm: JRockit Garbage Collection System currently running strategy: Single generational, parallel mark, parallel sweep
    Number Of Processors: 4
    Max Heap Size: 1073741824
    Total Garbage Collection Time: 21:43:56.5
    Uptime: 114:33:4.1
    Total Garbage Collection Count: 420872
    Total Number Of Threads: 198
    Number Of Daemon Threads: 191
    Can you guys please tell me what would be problem in the server which causing the high cpu usage?
    One more thing I would like to know is that why the total number of threads is 198 when we specified the Executor pool size as 25? I agree that weblogic would create some threads for its maintenance but around 160 threads!!! something is wrong I guess.
    Santhosh.
    [email protected]

    Hi,
    I'm having a similar problem, but haven't been able to resolve it yet. Troubleshooting is made even harder by the fact that this is only happening on our production server, and I've been unable to reproduce it in the lab.
    I'll post whatever findings I have and hopefully we'll be able to find a solution with the help of BEA engineers.
    In my case, I have a stand-alone Tomcat server that runs fine for about 1-2 days, and then the JVM suddenly starts using more CPU, and as a result, the server load shoots up (normal CPU utilization is ~5% but eventually goes up to ~95%; load goes from 0.1 to 4+).
    What I have found so far is that this corresponds to increased GC activity.
    Let me list my environment specs before I proceed, though:
    CPU: Dual Xeon 3.06GHz
    RAM: 2GB
    OS: RHEL4.4 (2.6.9-42.0.2.ELsmp)
    JVM build 1.5.0_03-b07 (BEA JRockit(R) (build dra-45238-20050523-2008-linux-ia32, R25.2.0-28))
    Tomcat version 5.5.12
    JAVA_OPTS="-Xms768m -Xmx768m -XXtlasize16k -XXlargeobjectlimit16k -Xverbose:memory,cpuinfo -Xverboselog:/var/log/tomcat5/jvm.log -Xverbosetimestamp"
    Here are excerpts from my verbose log (I'm getting some HT warning, not sure if that's a problem):
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Detected SMP with 2 CPUs that support HT.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to determine if HT is enabled.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/0/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Trying to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: Failed to read from /dev/cpu/1/cpuid
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] HT is: supported by the CPU, not enabled by the OS, enabled in JRockit.
    [Fri Oct 20 15:54:18 2006][22855][cpuinfo] Warning: HT enabled even though OS does not seem to support it.
    [Fri Oct 20 15:54:55 2006][22855][memory ] GC strategy: System optimized over throughput (initial strategy singleparpar)
    [Fri Oct 20 15:54:55 2006][22855][memory ] heap size: 786432K, maximal heap size: 786432K
    [Fri Oct 20 16:07:30 2006][22855][memory ] Changing GC strategy to generational, parallel mark and parallel sweep
    [Fri Oct 20 16:07:30 2006][22855][memory ] 791.642-791.874: GC 786432K->266892K (786432K), 232.000 ms
    [Fri Oct 20 16:08:02 2006][22855][memory ] 824.122: nursery GC 291998K->274164K (786432K), 175.873 ms
    [Fri Oct 20 16:09:51 2006][22855][memory ] 932.526: nursery GC 299321K->281775K (786432K), 110.879 ms
    [Fri Oct 20 16:10:24 2006][22855][memory ] 965.844: nursery GC 308151K->292222K (786432K), 174.609 ms
    [Fri Oct 20 16:11:54 2006][22855][memory ] 1056.368: nursery GC 314718K->300068K (786432K), 66.032 ms
    [Sat Oct 21 23:21:09 2006][22855][memory ] 113210.427: nursery GC 734274K->676137K (786432K), 188.985 ms
    [Sat Oct 21 23:30:41 2006][22855][memory ] 113783.140: nursery GC 766601K->708592K (786432K), 96.007 ms
    [Sat Oct 21 23:36:15 2006][22855][memory ] 114116.332-114116.576: GC 756832K->86835K (786432K), 243.333 ms
    [Sat Oct 21 23:48:20 2006][22855][memory ] 114841.653: nursery GC 182299K->122396K (786432K), 175.252 ms
    [Sat Oct 21 23:48:52 2006][22855][memory ] 114873.851: nursery GC 195060K->130483K (786432K), 142.122 ms
    [Sun Oct 22 00:01:31 2006][22855][memory ] 115632.706: nursery GC 224096K->166618K (786432K), 327.264 ms
    [Sun Oct 22 00:16:37 2006][22855][memory ] 116539.368: nursery GC 246564K->186328K (786432K), 173.888 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117122.577: nursery GC 279056K->221543K (786432K), 170.367 ms
    [Sun Oct 22 00:26:21 2006][22855][memory ] 117123.041: nursery GC 290439K->225833K (786432K), 69.170 ms
    [Sun Oct 22 00:29:10 2006][22855][memory ] 117291.795: nursery GC 298947K->238083K (786432K), 207.200 ms
    [Sun Oct 22 00:39:05 2006][22855][memory ] 117886.478: nursery GC 326956K->263441K (786432K), 87.009 ms
    [Sun Oct 22 00:55:22 2006][22855][memory ] 118863.947: nursery GC 357229K->298971K (786432K), 246.643 ms
    [Sun Oct 22 01:08:17 2006][22855][memory ] 119638.750: nursery GC 381744K->322332K (786432K), 147.996 ms
    [Sun Oct 22 01:11:22 2006][22855][memory ] 119824.249: nursery GC 398678K->336478K (786432K), 93.046 ms
    [Sun Oct 22 01:21:35 2006][22855][memory ] 120436.740: nursery GC 409150K->345186K (786432K), 81.304 ms
    [Sun Oct 22 01:21:38 2006][22855][memory ] 120439.582: nursery GC 409986K->345832K (786432K), 153.534 ms
    [Sun Oct 22 01:21:42 2006][22855][memory ] 120443.544: nursery GC 410632K->346473K (786432K), 121.371 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.508: nursery GC 411273K->347591K (786432K), 60.688 ms
    [Sun Oct 22 01:21:44 2006][22855][memory ] 120445.623: nursery GC 412391K->347785K (786432K), 68.935 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.576: nursery GC 412585K->348897K (786432K), 152.333 ms
    [Sun Oct 22 01:21:45 2006][22855][memory ] 120446.783: nursery GC 413697K->349080K (786432K), 70.456 ms
    [Sun Oct 22 01:34:16 2006][22855][memory ] 121197.612: nursery GC 437378K->383392K (786432K), 165.771 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.496: nursery GC 469709K->409076K (786432K), 78.257 ms
    [Sun Oct 22 01:37:37 2006][22855][memory ] 121398.730: nursery GC 502490K->437713K (786432K), 65.747 ms
    [Sun Oct 22 01:44:03 2006][22855][memory ] 121785.259: nursery GC 536605K->478156K (786432K), 132.293 ms
    [Sun Oct 22 01:44:04 2006][22855][memory ] 121785.603: nursery GC 568408K->503635K (786432K), 71.751 ms
    [Sun Oct 22 01:50:39 2006][22855][memory ] 122180.985: nursery GC 591332K->530811K (786432K), 131.831 ms
    [Sun Oct 22 02:13:52 2006][22855][memory ] 123573.719: nursery GC 655566K->595257K (786432K), 117.311 ms
    [Sun Oct 22 02:36:04 2006][22855][memory ] 124905.507: nursery GC 688896K->632129K (786432K), 346.990 ms
    [Sun Oct 22 02:50:24 2006][22855][memory ] 125765.715-125765.904: GC 786032K->143954K (786432K), 189.000 ms
    [Sun Oct 22 02:50:26 2006][22855][memory ] 125767.535-125767.761: GC 723232K->70948K (786432K), 225.000 ms
    vvvvv
    [Sun Oct 22 02:50:27 2006][22855][memory ] 125768.751-125768.817: GC 712032K->71390K (786432K), 64.919 ms
    [Sun Oct 22 02:50:28 2006][22855][memory ] 125769.516-125769.698: GC 711632K->61175K (786432K), 182.000 ms
    [Sun Oct 22 02:50:29 2006][22855][memory ] 125770.753-125770.880: GC 709632K->81558K (786432K), 126.000 ms
    [Sun Oct 22 02:50:30 2006][22855][memory ] 125771.699-125771.878: GC 708432K->61368K (786432K), 179.000 ms
    So, I'm running with the default GC strategy which lets the GC pick the most suitable approach (single space or generational). It seems to switch to generational almost immediately and runs well - most GC runs are in the nursery, and only once in a while it goes through the older space.
    Now, if you look at [Sun Oct 22 02:50:27 2006], that's when everything changes. GC starts running every second (later on it's running 3 times a second) doing huge sweeps. It never goes through the nursery again, although the strategy is still generational.
    It's all downhill from this point on, and it's a matter of hours (maybe a day) before we restart the server.
    I guess my only question is: What would cause such GC behavior?
    I would appreciate your ideas/comments!
    Thanks,
    Tenyo

  • MBP with 10.6.8: CPU usage high, no responsible processes shown in Activity Monitor. What causes this?

    After using my computer for some time, CPU usage climbs to about 90% (ca. 65% user / 26% system) and fans run at high speed, but there is no processes that seem to use CPU (other than Activity Monitor itself ~1%).
    This has happened a few times recently. It happens when I've used my computer for some time, hours or a couple of days (I usually put my computer to sleep when not using it but rarely shut it down). I've tried to quit all running apps incl. Growl, Dropbox, and anything that could be responsible to this but with no results. Putting computer to sleep for a long time doesn't help, cpu usage will climb instantly after wake up. Restarting system is the only thing that helps.
    Most of the time I use my laptop with external monitor, lid closed and connected to power supply. When experiencing this, opening the lid causes fans to slow down, but CPU usage remains high and battery drains quick.
    Any ideas what might cause this?
    My MBP is 15" model with Core 2 Duo 2,66 GHz (MacBookPro 5,3), OS X version is 10.6.8, all available updates are installed.

    Perform a SMU reset.
    https://support.apple.com/kb/HT3964
    Remove the anti-virus, it's running a root level process all the time that's taking your CPU and it's not necessary as there are no Mac viruses, Apple has the trojan angle covered already.
    Always on anti-virus on a Mac is always a source of problems, also is MacKeeper, uninstall that here if you have it.
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    If you need to clean the Windows filth off PC files, then use the free, run as you need, ClamXav.
    http://www.clamxav.com/
    It seems your machine is used in a corporate enviroment, thus likely a rule that anti-virus must be used, you can avoid high CPU usuage by using the ClamXav instead.

  • IPhoto cpu usage high, process isboxd

    Hi All
    Hoping you could shed some light on an issue i'm having with iPhoto. I've recently noticed that on launch it has been running a process called isboxd, and this is using a high amount of cpu power, and also pushes my core temp up to 80 degrees C. Once i quit iPhoto this process stops and cpu usage drops back to its normal 1%. I've tried quitting the process whilst iPhoto is running and it immediately restarts itself. I have also rebuilt my iPhoto library too and this hasn't sorted the issue either.
    My iPhoto library is 56GB
    I've only just started noticing this process happening, hopefully someone can shed some light onto what the process is doing, and if i can stop it.

    Then try to test in a different user account. You might want to enable the guest account for testing. If you are seeing the same proble in a different account, that would show that your iPhoto preferences may be corrupted.
    Delete the iPhoto preference file: com.apple.iPhoto.plist from your     ~/Library/Preferences folder.
    In Lion and Mt. Lion also the cached file in
    ~/Library/Containers/com.apple.iPhoto/Data/Library/Caches/com.apple.iPhoto
    The library is hidden in Mt. Lion: To remove the files:
    Click somewhere on the empty Desktop to bring the Finder forward.
    Select "Go" in the Finder's main menu bar and hold down the alt/option ⌥ key, until you see the "Library"  in the drop-down menu. Double click it to open a Finder window, so you can browse the files inside.
    Scroll down to the "Preferences" folder and open it.
    Remove com.apple.iPhoto.plist
    Note: this will reset all  iPhoto preference settings to the default values, you may want to take a note of them, before you do that.

  • Cpu usage high when loading cache group

    Hi,
    What are the possible reasons that results high cpu usage when loading read-only cache group with big root table (~ 1 million records)? I have tried setting Logging=0 (without cache agent), 1 or 2 but it doesn't help. Are there any other tuning configuration required to avoid high cpu consumption?
    ttVersion: TimesTen Release 6.0.2 (32 bit Solaris)
    Any help would be highly appreciated. Thanks in advance.

    High CPU usage is not necessarily a problem as long as the CPU is being used to do useful work. In that case high CPU usage shows that things are being processed taling maximum advantage of available CPU power. The single most common mistake is to not properly size the primary key hash index in TimesTen. Whenever you create a table with a PK in TimesTen (whetehr it is part of cache group or just a standalone table) myou must always specify the size of the PK hash index using the UNIQUE HASH ON (pk colukns) PAGES = n clause (see the documentation). n should be set to the maximum number of rows expected in the table / 256. The default is sized for a table of just 4000 rows! If you try and load 1M rows into this table we will be wasting a lot of CPU time serially scanning the (very long) hash chains in each bucket for every row inserted...

  • Satellite R830-1GZ - CPU usage high ( 25%) and fan speed increase after wakeup

    Hello all
    The CPU usage of my laptop shoots up to 25% (and beyond) and the fan speed increases dramatically after waking up, but only when I'm using an external mouse (Microsoft Natural Wireless Laser Mouse 6000) - disconnecting the mouse once this has happened does not solve the problem, so I'm always forced to restart my computer if I have let it go to sleep with the mouse connected.
    I've noticed that when this happens System Interrupts - Deferred Procedure Calls and Interrupt Service Routines appears in the Resource monitor>CPU>Processes, and seems to explain the increase in CPU usage.
    Any ideas on how to fix this would be most appreciated.
    I'm using a Toshiba Satellite R830-1GZ with Windows 7 (64 bit). This problem does not happen when I use the same mouse with another laptop (Dell with Windows XP).
    Thank you very much.
    CM

    Thank you for your reply.
    I was using the mouse without installing the software that came with it (IntelliPoint), which seems to have been necessary to obtain the latest driver. So I've installed the latest driver now, but... I've still come across the same high CPU usage problem after wakeup.
    If your suspicion is correct, should disconnecting the mouse before putting the computer to sleep (hopefully allowing the process that controls the mouse to close properly) stop this problem from occurring when it wakes up?
    Could this problem also occur due to an external keyboard? I'm pretty sure it's the mouse (given my experience of using only the external mouse and only the external keyboard) and my understanding is that keyboards don't require special drivers (at least the A4Tech one I have claims it doesn't)... just trying to exclude all possibilities.
    Thanks again for your help.

  • How to get CPU usage in the app?

    Is there any api that can get CPU usage through the code in an iphone app, thanks.

    Maybe you could use getloadavg():
    double la[3];
    getloadavg(la, 3);
    NSLog(@"%f - %f - %f", la[0], la[1], la[2]);

  • CPU usage for Image acquiring by using Imaq1411

    Hello,
    Running the IMAQ program makes the CPU usage almost 100%. I tested it out with my own program and the example program you provided. So far I haven't have any clue about this.
    I've tried to set the ROI as the help said (Left, Top, Right, Bottom), but failed. I had to set that in the order of Left, Bottom, Right and Top on my program.
    With the Snap.vi, I set up the ROI and step x, y. The original image size is 640X480. But I just want to see the center part (160X120) of whole image depending on the Zoom (1:1, 1:2, 1:4). To do that, I programmtically set the ROI and Step (x, y) to be like the followings, which I think makes the same image size (160X120) but a different zoom.
    (0, 480, 640,0) and (4, 4) for ZoomX1
    (1:1)
    (160, 360, 480, 120) and (2, 2) for ZoomX2 (1:2)
    (240, 300, 400, 180) and (1, 1) for ZoomX4 (1:4)
    Does it make sense?
    Thanks, GraceSun"

    Hello.
    After looking into your question a little more carefully, it seems that you are essentially trying to zoom in on the center of your image. To do this, you should not need to use the Step X, Step Y inputs at all, you should simply have to setup the ROI descriptor to get the selected part of the image. If you would like all images to be the same size, despite the zoom, you should use the horizontal and vertical scaling parameters. See the following KnowledgeBase for more info on these parameters.
    Again, I would like to reiterate that the correct order for the ROI should be Left, Top, Right, Bottom. That being said, however, 'If it aint broke, don't fix it
    You are definitely on the right track to getting the zooming feature you want down.
    Regards,
    Colin C.
    Applications Engineering
    Colin Christofferson
    Community Web Marketing
    Blog

  • 3.2 - CPU usage high

    Ocaasionally SQL Developer comes in a state where CPU usage is 50% (on a dual core machine) and according to jvisualvm "Background Parser" and InsightThread is using the CPU, and only these two.
    This continues also after closing all connections.
    I don't really know what lead up to this.
    Version 3.2.09/Build MAIN-09.23
    Edited by: jnp1234 on Aug 28, 2012 7:01 AM

    Hi,
    This temporary high CPU usage is most likely related to the size of your SQL History. Look for the preference that controls the size limit in Tools | Preferences | Database | Worksheet.
    Regards,
    Gary
    SQL Developer Team

  • Rundll32 cpu usage high

    Hi.
    Ive just upgraded my win 8.1 to win 10 technical preview. The first thing that bugged me was the process rundll32. It has high cpu usage (40-50% of my cpu). It didnt have that on win 8.1, and i havent done anything other than upgraded to win 10. Anyone else
    having trouble with this? 

    Until you have RTM you can be surprized...
    To dig deeper try to use Sysinternals tools, namely Process Explorer is you primary tool (hope is will work in W10):
    https://technet.microsoft.com/cs-cz/sysinternals/bb896653.aspx
    HTH
    Milos

  • CPU usage High

    Hi,
    Can any one tell me when the CPU usage will go high in oracle? What are the various reasons that affect CPU usage? what are the necessary steps we need to take in order to bring down?
    I will be grateful to your answer
    With Regards
    Boo

    CPU usage will increase in Oracle when what you are doing requires CPU resources.
    To find of what those things are read the docs.
    The steps one uses to decrease CPU utilization depend on what is causing it.
    If you want to read the docs you will find them at http://tahiti.oracle.com
    If you want someone else to read them for you hire a tutor.

  • CPU usage regardless of settings (LOW CPU usage, high Idle) - Mac Pro openCL

    Hi,
    I am rendering a semi complex scene in AE using a Mac Pro (2014) computer ( AMD GPU). I have a 6 core CPU, and it seems as though that when I view my CPU activity (using activity monitor) it shows that After Effects uses hardly any CPU (avg 10%) regardless if I use multiprocessor settings or not. I have tried various configurations of each but I seem to have no luck in getting After effects to use any more than 5% of the CPU when rendering these scenes (it's taking about 2-3 hours for a 20 sec comp regardless of settings - multiprocessor or not.
    Also regardless of activity ( I could be rendering a very complicated, 3d heavy scene), my CPU summary suggests that it is about 95% Idle ALL the time.. again regardless of CPU settings (multiprocessor  or not)
    Any help/advice would be greatly appreciated.
    I would like to use all of the CPU power that comes with this machine for rendering After Effects Comps.. 
    it is why I invested so heavily into both the hardware and software
    Is there somehting that I ma not understanding?
    Thanks in advance!

    Hi, Thank you so much for your response.
    I have a fast external drive via thunderbolt 2, 16 GB RAM, I am using most recommended settings via the Blogs/Forums. Is there anything you can suggest?
    Am I limited to less than 5% of one of the 6 cores that I have on my computer when rendering in After effects? Most other apps are using a lot more resources than my after effects renders. 
    Thanks again for your help! I must be missing something

  • Why is my phone showing usage when I'm not using it?

    My Usage amount is showing the same as my Sleep amount and I'm not using the phone at all.  The battery is draining within hours and it's in Slepp mode.  I have restarted a couple of times with no luck.  Help!

    Hi, I've also noticed Firefox v27 (updated Feb 2014) is using 25% cpu on android v4.1.2 on a galaxy s2. I have no addons installed. Im on a rooted phone and can run the linux 'top' command. Firefox doesn't appear to exit properly when I press the home key and it sits on it's home screen flattening the phones battery all day long.

Maybe you are looking for

  • When I click on download and the window pops up it is just a black page

    When download is clicked for an application to download another windows comes up with but it is just a blank black page.  Cannot see if the application is actually installing.

  • S12 Nano locks up and ignores mouse/keyboard

    I'm experiencing frequent lockups, where the system ignores mouse clicks and keyboard input.  The mouse (external usb or trackpad) will continue to move, but clicks and taps are ignored.  The windows key still works, and the system responds to ctrl-a

  • Aperture 3 and Whitebalance / kelvin

    I'm testing Aperture 3 as a possible replacement for my Capture One 4.x and Lightroom combo. The thing is i have some rather unusual needs in regards to whitebalance. I work with IR photography, and thus i need to do white balance below 2000K. Fortun

  • PR not created after creating 3rd Party Sales Order

    Hi SAP, We have 3rd Party Sales Order process. The Problem is, PR number is not generate after creating 3rd Party Sales Order. the problem happen for particular customer only. I already check the credit limit and its okay. need help,

  • Console not seeing Media Centre when wired through...

    I have an issue that is causing no end of problems. My current wired network and wifi SSIDs BT Home Hub 2----- DHCP - Wifi 802.11g only {SSID}OLD   |             |   |           Sky HD Box (Wired)   |           XBOX360_1 (Wired)   | TP-Link WR1043N r