AE CS5 not using all memory and cpu

I am using After Effects CS5, wondering why the rendering is not using my CPU and memory full. It`s using only 15 % of memory and sometimes up to 50 % of CPU. What can I do to make it use better my hardware.
The current rendering is chroma key using Keylight.
I understand it can`t use all the hardware, but why only 15 %, because everybody is talking that you need a lot of RAM for AE.
CPU: Intel Core i7 920 - overclocked to 3.4 GHz
MEMORY: 6 GB DDR3
GRAPHIC: nVidia GTX 285

Not all rendering operations will max out all RAM and all CPUs (processor cores). Some rendering operations are I/O intensive; some are memory-intensive; some are CPU-intensive. If, for example, I/O is the bottleneck, then you won't see either CPU or RAM usage maxed.
Also, the goal isn't to see that 100% of the CPU and 100% of of RAM is being used. The goal is faster rendering (and other operations). Sometimes greatest performance is achieved when there's "headroom" left over for other activity. See this page.
Are you using Render Multiple Frames Simultaneously multiprocessing? That is one feature that really benefits from having a lot of RAM. The 6GB of RAM that you have in your system is not enough to make effective use of that feature. See this page.
Here's a page that collects information about how to optimize for performance.

Similar Messages

  • MBP not using all memory while rendering video

    Hey,
    When I do rendering in Adobe Premiere Por CS6, my Mac is not using all the available RAM: 2773 MB used....5416 MB free
    Memory Pages:
                                  1658 MB active....1099 MB wired
                                  5420 MB inactive....11.2 MB free
    it also says that:       3 swap files at peak usage
                                   256 MB total swap space (20 MB used)  
    350 GB free storage space( total 750 GB)
    I have a MBP (OS x Lion) late 2011 with i7 2.8 GHz and 8 GB RAM
    Adobe Premiere Pro is set to use 6.5 GB of RAM but not even while working in the programme it has ever used that much of memory.
    During rendering, it is the only app running, except for Google Chrome.
    If this info is not enough, just ask what do you need to know...
    PLEASE HELP, rendering takes forever.
    Thanks,
      kund

    You never said what model Mac you have. Since this is the MacBook Pro forum, I assume you have some version of the MBP. 390% CPU would indicate CPU-boundedness for a quad-core CPU without active hyperthreading, or a dual-core CPU with hyperthreading active.
    Given the high CPU usage and the low swap usage, it seems unlikely that memory usage is the problem, but I'm not a Premiere Pro user, so I couldn't guess what it.
    You might try posting your question in an Adobe forum for Premiere Pro.

  • CS5 not using all available memory/CPU

    I'm sure this is the opposite complaint you usually get, but for some reason AME will only sometimes use all available memory/CPU power.  I'm on an 8 core Mac Pro, and while AME will sometimes register as using ~%1,000 CPU and just blitz through videos, other times it hovers around %100 and processes at regular speed.  Right now, for example, it's using about 600 MB of memory, leaving over 3.6 GB free.  Is there any way to assure that it always runs at max speed?

    There's another thread with a similar set of issues. Other than the disk subsystem, there is another possibility for the bottleneck. That is, the codecs that are used to decode the input video files may not be efficiently multithreaded. Hence the codec responsible for creating the output file, the CPU and the disk subsystem all could be lightning fast and collectively they may all be waiting for frames to be served up by the decoder. You can check whether the disk subsystem is the bottleneck by creating a RAM disk (assuming that you have enough system RAM) and both putting all input files on and writing the output files to the RAM drive.

  • Mac PP CS5 not using all CPU anymore

    All,
    I was a cutting a project a while back and put it to the side for a while. I just went back to it and asked Prem to render the work are and was surprised to see it taking forever. I opened the CPU perf view and found hardly any CPU being used. I have a MacPro 2.9GHz 12 core machine with 48M memory and the project drive is a striped set of WD Caviar Blacks. Not only is the machine not breaking a sweat its not even getting out of bed.
    Yes I have installed Apple patches since then and some software. PPCS5 is up to date. We I was using the machine a while back it was firing on all threads and cores.
    Has anyone seen this before?
    Jim

    Hi Bill,
    Thanks for your email. Yes I did try PPBM5 with some success. Separate to this I decided to let the render run from end to end on my project to see what would happen. So what I saw:
    - first 600 odd frames very quick (very = blindingly)
    - then it got to 900 odd frames very quick but then came back to the 600th odd frame where each frame took minutes to render for about 60 frames.
    - all this time the machine didnt break a sweat,(basically flatline).
    - after the slow 60 frames all the processors came to life and for the rest of the render (thousands of frames and multiple sequences) and it was rendering normally
    Im trying to figure out what those 60 frames were, as I cant see anything overly complex there that would mean PPCS5 would fail to use all the CPU available (if anything 1 core jumped up every now and then).
    Thanks

  • Mail using up memory and CPU

    Since yesterday my mail started using up my memory. It clocked 99,9% of the CPU and was using 2,2GB of Real Memory. Can anyone please suggest where to start looking for the problem. I have only recently 'converted' to Mac.

    Hello Jaco & welcome!
    Open Console in Applications>Utilities & see if there are any clues or repeating messages when this is happening.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, Test for problem in Safe Mode...
    PS. Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive
    Reboot, test again.

  • Memory and CPU issue

    Hi experts,
    My Oracle version is:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.4.0 - Productio
    NLSRTL Version 10.2.0.4.0 - Production
    we have 2 node RAC. my client (WAS) connects to the DB using JDBC and establishes connection with the DB.
    Now problems is coming that my RAC memory on both the nodes gets fully consumed and CPU utilisation is also very high.
    We are using proxy login in our application connection. which means that connection to the DB will be created with a schema(User) and after that Proxy session will be established for a particular user. So for a request we have two session. The main session which we had will schema user becomes inactive and proxy session becomes active.
    So this way we have 2 sessions for a request which is not wrong but memory and CPU utilisation are bottlenecked.
    Can anyone tell what is the minimum memery that a connection takes even if its idle or inactive.
    Regards,
    Vikas

    JDBC 'applications' quite often don't use persistent connections, and often do not exit gracefully by calling 'exit' or 'disconnect'.
    This means the session will continue to exist.
    It also means, if you don't establish any form of connection pooling and/or dead connection detection, you can throw whatever amount of memory in the server, and you will continue to report
    'Now problems is coming'. Apart from crippled English, the general lesson any DBA should know is how these 'applications' operate, and, contrary to some, you can never ever fight problems caused by applications,
    by throwing memory and cpu at the problem.
    When I read your text, I also assume the application is not using PrepareStatement calls and not using bindvariables, this is why your 'application' is burning the CPU.
    Find those 'application developers', sue them, or better still : Beat them with a whip, and have them fix their 'crapplication'.
    Paraphrasing William Jefferson Clinton: It's the application, stupid!
    Sybrand Bakker
    Senior Oracle DBA

  • HELP: Premiere Pro CC not using all CPU and RAM during rendering and export

    Hello,
    I am using Premiere Pro CC on a Windows 7. My timeline is quite simple with two videos, one with the movie (mpeg) and the other with the subtitles (avi).
    When I render the sequence in PP or export, the rendering time is way too slow and it only uses around 15-20% of the CPU and 3 GB of RAM.
    My hardware config is :
    - CPU : i7-4770k 3.50Ghz
    - RAM : 8 GB
    - Disk : 2 x 3 TB SATA (no raid)
    RAM is not the bottleneck, neither the disk access.
    I have tried rendering and exporting the same project on an iMac (with an i5 2.7 Ghz and 4 GB RAM and only 1 disk) and the result is 4x faster !!!
    The CPU usage is close to 100% as well as RAM usage.
    So how come PP uses all resources availble on an iMac and not on a Windows 7 ?
    Is there any known bug or software bottleneck on Windows 7 ?
    My machine is brand new and nothing much installed besides Adobe products.
    Any help is very much appreciated.
    Thanks,

    I just rendered out a a 2 minute sequence with about 100 clips in it and Colorista effects on everything to the Vimeo 1080 H264 preset. It took about 5 minutes to render straight from Premiere, it used all the recourses it could, my CPU was running at near %100, same with my ram and GPU, I was happy.
    Then I did another render with Red Giant Denoiser and it now wants to take 30 mins and it is only using about %20 of the recourses available. My problem isn't that its taking longer with Denoiser but that its not using all of my computers CPU and GPU.
    Im rendering at maximum render quality and bit dept to H264 (Im happy to wait the extra time), if I try to use VRB 2 it encodes 1 pass at a time and wants to take up to 40 minutes.
    I would appreciate some advice on this.
    Premiere Pro CC 2013
    2.6 GHz Intel Core i7
    NVIDIA GeForce GT 750M 2048 MB (CUDA GPU enabled in Premiere)
    16 GB 1600 MHz DDR3
    OS X 10.9.4 (13E28)

  • A process named "update.exe *32" and description is "Firefox" keeps using a lot of memory and cpu; the longer forefox is on, the worse it gets. How to prevent?

    using Windows 7, firefox 15.0.1
    This process uses more and more memory and CPU, sometimes there are several of these processes running. If I kill these processes, it doesn't seem to affect the utilization of Firefox. Then the process slowly starts to use more and more memory and CPU all over again.
    This happens all the time, every time I use Firefox.

    I do not have a ComObjects folder under C:\Program Files (x86)\Common Files. That is not part of Firefox.
    wscript.exe is a utility included with Windows to run scripts at the system level. It generally is not used by major programs. If update.exe is starting up with Windows, you may be able to find the script that wscript.exe is running using [http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx Autoruns].
    It definitely sounds viral. I suggest deleting the update.exe file, although Windows might prevent you from doing that until you kill all related processes. And if you have a persistent infection, the file may be restored or re-downloaded.
    It might be easiest to seek assistance from a forum more dedicated to malware cleanups such as the following:
    * [http://www.bleepingcomputer.com/forums/forum22.html Virus, Trojan, Spyware, and Malware Removal Logs - BleepingComputer.com]
    * [http://forums.majorgeeks.com/forumdisplay.php?f=35 Malware Removal - MajorGeeks Support Forums]
    Hope you get it removed.

  • JTextarea area takes all the memory and CPU

    I need a component like JTextarea
    To view (not to edit) large text files (3 mb)
    When I use JTextarea my PC run out of memory and CPU
    Can you sagest the right viewer component ?

    Sounds like you have never done a PRAM reset or a SMC reset. Do both and see if this helps:
    _SMC RESET_
    • Shut down the computer.
    • Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    • On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    • Release all the keys and the power button at the same time.
    • Press the power button to turn on the computer.
    _PRAM RESET_
    • Shut down the computer.
    • Locate the following keys on the keyboard: Command, Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    • Turn on the computer.
    • Press and hold the Command-Option-P-R keys. You must press this key combination before the gray screen appears.
    • Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    • Release the keys.
    Roger

  • Yosemite - says "not enough application memory - and closes all open applications

    Since the day I installed Yosemite I have had problems. First, some other file was downloaded  when I did the Yosemite install which crashed the computer. It had to go in for repair. Once that was remedied, I frequently get an error message "Not enough
    application Memory and it starts automatically shutting down all of my programs. Normally, first to go is Mail, then Google (Safari would not work with Maverick - it would freeze) then Photoshop and whatever else is open. I did not have this problem with Maverick.  This is a pain!
    I am working on a 2009 Mac Pro with 24 MB Ram. 
    Any ideas about what is going on and how to remedy it. I would appreciate it. Thanks

    There is excessive swapping of data between physical memory (that is, the memory chips on the logic board) and virtual memory (one or more files on the startup volume.) That activity is relatively slow and causes the whole system to be less responsive. It can happen for two reasons:
              A long-running process with a memory leak (a kind of bug)
              Not enough memory for your usage pattern
    Tracking down a memory leak can be difficult, and it may come down to a process of elimination.
    These instructions are for OS X 10.9 and later. Some details may be slightly different for earlier versions of OS X.
    When you notice the swap activity, open the Activity Monitor application and select All Processes from the View menu, if it's not already selected. Select the Memory tab. Click the heading of the Real Mem column in the process table twice to sort the table with the highest value at the top. If you don't see that column, select
              View ▹ Columns ▹ Real Memory
    from the menu bar.
    If one process (excluding "kernel_task") is using much more memory than all the others, that could be an indication of a leak. A better indication would be a process that continually grabs more and more real memory over time without ever releasing it. Here is an example of how it's done.
    The processes named "Safari Web Content" render web pages for Safari. They use a lot of memory and may leak if certain Safari extensions or third-party web plugins are installed. Consider them prime suspects.
    Another process often implicated in memory leaks is "inkjet4" or "inkjet8," which is a component of the HP printing software. If it's present, force-quit the process in Activity Monitor to solve the problem temporarily. Empty the print queues in the Printers & Scanners preference pane (which has a slightly different name in each recent version of OS X.) If you don't use an HP printer, remove the software. Otherwise, if the problem is recurrent, update the software (which may not help) or contact HP support.
    "Wired" memory should be a small part of the total. That memory is not swapped, but it makes less physical memory available which may then result in swapping. If you have a lot of wired memory, that's usually an indication of a memory leak in a third-party program that modifies the operating system at a low level. Ask for guidance in that case.
    If you don't have an obvious memory leak, your options are to install more memory (if possible) or to run fewer programs simultaneously.
    The next suggestion is only for users familiar with the shell. For a more precise, but potentially misleading, test, run the following command:
    sudo leaks -nocontext -nostacks process | grep total
    where process is the name of a process you suspect of leaking memory. Almost every process will leak some memory; the question is how much, and especially how much the leak increases with time. I can’t be more specific. See the  leaks(1) man page and the Apple developer documentation for details.

  • How to find a memory and CPU used by a specific concurrent program ?

    Dear All ,
    How to find a memory and CPU used by a specific concurrent program ?
    Thanks.

    Hi,
    How to find a memory and CPU used by a specific concurrent program ?
    Could you please let us can we get the
    memory used for a specific concurrent request .
    Please refer scripts available at:
    Concurrent Manager and program related scripts
    Queries : Concurrent Managers/Processes
    Thanks &
    Best Regards,

  • If I am currently not using OSX Lion and wanted to switch; would the computer automatically put all my old things on the new software?

    If I am currently not using OSX Lion and wanted to switch; would the computer automatically put all my old things on the new software?

    As long as you don't erase the drive, it won't touch anything except known incompatible programs.

  • Can we control user request w.r.t Memory and CPU utilization in Oracle 10g

    Dear All,
    We are having Production with Oracle 10.2.0.4 (5 Node RAC, 32Gb RAM each) running on RHEL5.2 with 12000 Users. We have some schema say FIN, HRMS, SALES, REPORT and many dedicated users for those schemas. We need to control the user request against these schema with respect to Memory (or CPU utilization)
    Suppose users using FIN schema can use Maximum 40 % of Total Memory, HRMS schema can use Max 20%, SALES can use Max 20% and REPORT can use Max 20%.
    Is it possible to create any Service in Server side to handle this type of scenareo or any existing service which can be customised to fullfil this?
    Please suggest me.......
    Thanks,
    Tusar
    Edited by: gohappy on Jan 27, 2011 5:59 AM
    Edited by: gohappy on Jan 27, 2011 6:00 AM

    JDBC 'applications' quite often don't use persistent connections, and often do not exit gracefully by calling 'exit' or 'disconnect'.
    This means the session will continue to exist.
    It also means, if you don't establish any form of connection pooling and/or dead connection detection, you can throw whatever amount of memory in the server, and you will continue to report
    'Now problems is coming'. Apart from crippled English, the general lesson any DBA should know is how these 'applications' operate, and, contrary to some, you can never ever fight problems caused by applications,
    by throwing memory and cpu at the problem.
    When I read your text, I also assume the application is not using PrepareStatement calls and not using bindvariables, this is why your 'application' is burning the CPU.
    Find those 'application developers', sue them, or better still : Beat them with a whip, and have them fix their 'crapplication'.
    Paraphrasing William Jefferson Clinton: It's the application, stupid!
    Sybrand Bakker
    Senior Oracle DBA

  • Issue to use all memory installed on server

    currently running crystal report server 2008 (12.1.0.882) Crystal 32bit on powerfull  Dell server R 905 with 64 Gig memory..
    There are currently 15 instances of Crystal running on this server, with each being allocated a maximum of 2GB.  The aim of the design is for the memory to be chunk up into 2GB each and allocation to the 15 instances of Crystal (2GB x 15), therefore we donu2019t want the instances to exceed the 2GB limit imposed.
    but all 15 instances use maximum 6 Gig memory on server even we have 64 Gig memory available. using page file and cpu goes to %100 and very slow performance.
    using /pae switch in boot.ini and server shows all 64 Gig memory and can be use all these memories by a test application
    thanks for sharing any information to resolve this issue.
    Nick

    Hi Nick,
    I Believe you are using Crystal Reports Server Embedded and working with Lawson to resolve this issue which is why I moved this to the Java Development forum.
    To get more details are you running 15 instances of Crystal RAS according to the CCM?
    RAS is not pae aware and although you can use the boot.ini switch to increase this we highly suggest you don't. I also don't believe we will limit if you are trying to limit it to 2 gig.
    Can you check the number of CPU's enabled in License Manager according to the key code?
    Also, how many reports are you running at one time?
    How many users are logged in?
    Are the reports all on demand reports or are they being exported to some format and e-mailed out etc.?
    If you working with Lawson possibly what we can do is set up a conference call?
    Thank you
    Don
    PS - also note Crystal Reports Server is a standalone version of the full Enterprise produce but it is limited to one server and one PC. It is not the same as Crystal Reports Server Embedded which is standalone Crystal Report RAS and used for application development only. There is no SAP interface to it.
    Edited by: Don Williams on Oct 24, 2009 9:53 PM

  • HT1338 why is my MacBook Air running slow and I bought the 11 inch with all memory and turbo boost

    why is my MacBook Air running slow and I bought the 11 inch with all memory and turbo boost

    Please answer as many of the following questions as you can. You may already have answered some of them. In that case, there's no need to repeat the answers.
    Have you restarted your router and your broadband device (if they're separate) since you first noticed the problem? If not, do that now and see whether there's any change.
    If your browser is Safari, then from the Safari menu bar, select
    Safari ▹ Preferences... ▹ Privacy ▹ Remove All Website Data
    and confirm. Any change?
    Quit and relaunch the browser. Any change?
    Log out and log back in. Any change?
    Enable Private Browsing in the Safari menu. Any change?
    Are any other web browsers installed, and are they the same? What about other Internet applications, such as iTunes and the App Store?
    If other browsers and Internet applications are also affected, follow these instructions and test. Any change?
    If only Safari is affected, launch the Activity Monitor application and enter "web" (without the quotes) in the search box. If a process named "Safari Web Content" is shown in red or is using more than about 5% of a CPU, select it and force it to quit by clicking the X or Quit Process button in the toolbar of the window. There may be more than one such process. Any improvement?
    Again, if only Safari is involved, open the iCloud preference pane and uncheck the box marked Safari, if it's checked. Any change?
    Are there any other devices on the same network that can browse the Web, and are they affected?
    If you can test Safari on another network, is it the same there?
    If you connect to your router with Wi-Fi and you can also connect with Ethernet, do that and turn off Wi-Fi. Any difference?

Maybe you are looking for

  • Iphone 3g not detected in my computer

    my iphone 3g does not show up as a removable storage in my computer..but it does show up in itunes to sync..i tried updating but that does not work..what shud i do?

  • Unwanted updation of purchase info record

    Hi All, We have an issue where the field "Vendor Mat. No." is getting updated automatically from somewhere ininfo record. We delete this value and keep the field as blank. But after some days the old value appears again. In the change log I can see t

  • Urxvt - transparency - vim ? - SOLVED-

    I'm runnung urxvt with real transparency by putting this in my .Xdefaults: URxvt*depth: 32 URxvt*background: rgba:2121/2121/2121/aaaa vim gives me error codes when I try to run it in a transparent terminal: BadMatch (invalid parameter attributes) Vim

  • MM Brazil localization - Mat. origin field used for CFOP at client level

    Hello All, I'm currenctly participating in the implementation of Brazil. I'm taking care of purchase module. In the PO, you can find fields necessary to the correct determination of CFOP code. among this fields, you have "Origin". This field indicate

  • EM view setup is failing in secure agent step

    EM view setup is failing in secure agent step. Is it known issue ? Any WA available ? Thanks -Ashish