Kernel_task is using 60% of my ram...

Hi !
I've an issue with "kernel_task"... I'm on the last version of Maverick. I boot my computer with an external SSD disk (Lacie little big disk, 512 gig, in RAID)
The screenshot below will talk :-)
I tried to repair my disks, without any effect.
My configuration :
Any idea ?
Thank you very much !
<Personal Information Edited by Host>

If you don't already have a current backup, back up all data before doing anything else. This procedure is a diagnostic  test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem. The backup is necessary on general principle, not because of anything suggested in this comment. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as some other aspects of the configuration that may be related to the problem.
Don’t be alarmed by the seeming complexity of these instructions — they’re easy to carry out. Here's a brief summary: In each of two steps, you copy a line of text from this web page into a window in another application. You wait about a minute. Then you paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is copy; paste; paste again. That's all there is to it. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken while booted in “normal” mode. If the system is now running in safe mode and is bootable in normal mode, reboot as usual. If it only boots in safe mode, use that.
Below are instructions to enter UNIX shell commands. They do nothing but produce human-readable output. However, you need to think carefully before running any program at the behest of a stranger on a public message board. If you question the safety of the procedure suggested here — which you should — search this site for other discussions in which it’s been followed without any report of ill effects. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the Terminal application in any of the following ways: 
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
PB=/usr/libexec/PlistBuddy; PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; PC () { o=$(grep [^[:blank:]] "$2"); PR "$1"; }; PF () { o=$($PB -c Print "$2" | awk -F'= ' \/$3'/{print $2}'); PR "$1"; }; PN () { [[ $o -eq 0 ]] || printf "\n%s: %s\n" "$1" $o; }; { system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); fgrep -q P <<< "$o" && o=; PR "POST"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0));  PN "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$( printf 'User %s%%\t\tSystem %s%%' ${s[1]} ${s[3]} ) || o=; PR "Total CPU usage"; [[ "$o" ]] && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); PR "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); PR "Loaded extrinsic kernel extensions"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); PR "Loaded extrinsic user agents"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); PR "Inserted libraries"; PC "cron configuration" /e*/cron*; o=$(crontab -l | grep [^[:blank:]]); PR "User cron tasks"; PC "Global launchd configuration" /e*/lau*; PC "Per-user launchd configuration" ~/.lau*; PF "Global login items" /L*/P*/loginw* Path; PF "Per-user login items" L*/P*/*loginit* Name; PF "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); PN "Restricted user files"; cd; o=$(find -L /S*/L*/E* {,/}L*/{A*d,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB -c 'Print :CFBundleIdentifier' "$d/Info.plist") || ID=; ID=${ID:-No bundle ID}; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf '%s\n\t(%s)\n' "${d%/Contents}" "$ID"; done); PR "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); PR "Unsigned shared libraries"; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); PN "Font problems"; for d in {,/}L*/{La,Priv,Sta}*; do o=$(ls -A "$d"); PR "$d"; done; } 2> /dev/null | pbcopy; echo $'\nStep 1 done'
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. Wait for the line "Step 1 done" to appear below what you entered. The output of the command will beautomatically copied to the Clipboard. All you have to do is paste into a reply to this message by pressing command-Vagain. Please don't copy anything from the Terminal window. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
PR () { [[ "$o" ]] && o=$(sed 's/^/   /' <<< "$o") && printf '\n%s:\n\n%s\n' "$1" "$o"; }; { o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); PR "Loaded extrinsic daemons"; o=$(sudo defaults read com.apple.loginwindow LoginHook); PR "Login hook"; o=$(sudo crontab -l | grep [^[:blank:]]); PR "Root cron tasks"; o=$(syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail -n25 | awk '/:/{$4=""; print}'); PR "Log check"; } 2>&- | pbcopy; echo $'\nStep 2 done'
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
In case of difficulty, please note:
☞ Steps 1 and 2 are all copy-and-paste — type only your login password when prompted.
☞ When you type your password, you won't see what you're typing.
☞ If you don’t have a password, set one before taking Step 2. If that’s not possible, skip the step.
☞ Step 2 might not produce any output, in which case the Clipboard will be empty. Step 1 will always produce something.
☞ The commands don't change anything, and merely running them will do neither good nor harm.
☞ Remember to post the output of both steps (unless you had to skip Step 2.) It's already in the Clipboard after you complete each step. You don't have to copy it. Just paste into a reply    
☞ If any personal information, such as your name or email address, appears in the output of either command, anonymize it before posting. Usually that won't be necessary.
☞ Don't post what you see in the Terminal window. The output is copied automatically to the Clipboard.
☞ Wait for the commands to finish before posting the output.
☞ Don't paste the output of Step 1 into the Terminal window. Paste it into a reply.

Similar Messages

  • I AM STUCK WITH MOZILLA FIREFOX / NOT SHOWN ON MY LAPTOP SCREEN / USING HUGE AMOUNT OF RAM IN GENERAL - CAN YOU HELP????

    Hi,
    I have copied these problem on you site, as I could explain better then what they did, wich my problem remain the same as they have. And part me explaining what is really happen to my Laptop.
    ''Mozilla/Firefox 4 will not SHOW on my computer SCREEN.
    Firefox won't load onto my computer. I have Windows 7, and each time I try to run the program to install it, it tells me I have another version still waiting to be installed that requires my computer to reboot. When I check "yes" to reboot, my computer reboots but still no Firefox. When I try to uninstall the the old Mozilla program from my Control Panels, there is no Mozilla files or programs listed not in my list of programs but when I go directly to the Windows File on the C: Drive, there's a Mozilla program file there. WHen I go into that file check, I attempt to open the uninstall program. I get an error message that says something to the effect of: "the version Mozilla on this computer is not compatable with my OS." Something about it being and 86bit program. My Firefox 3.6 worked fine 2 days ago. What's wrong??? ''
    '''Firefox 4 using huge amounts of RAM on sites with Java scripts
    I have been observing Firefox using huge amount of RAM when I am on sites that use Java Scripts to rotate images. I have tried a couple of different sites and have monitored the RAM usage. With Java script enabled Firefox 4 continues to grow its RAM usage by about 10MB a minute. I have had the usage hit as high as 1.5GB. As a comparison I have monitored the same sites in Internet explorer and have not seen the same issue. - Just to eliminate a site issue.
    Turning off Java Script solves the issue and eventually frees the RAM.
    I am using XP Pro, 3 GB RAM. '''''
    My experince with Mozilla Firefox:
    Here what really happen when I install the Mozilla Firebox on my La[top you can see the file is there but when I click the program to open its does not shown on the screen but when I check with WTM (Windows Task Manager) its shows that is ON and you can only witness the laptop going very slow and I have to reboot it, and I can not install any other Mozilla :( because of the same problem and all the above.
    I really need Mozilla to work as soon as possible due to important deadlines I have pendent, and i can only use Chrome but is not my ideal program. Can you help me , please ?????
    Thank you
    Vitor Mendes

    If it opens in safe mode, you may have a problematic add-on. Try the procedure in the [[Troubleshooting extensions and themes]] article.

  • Early 2013 13" MacBook Pro runs slow and uses a lot of RAM, why and what can be done?

    Problem description:
    My computer is using a lot of RAM. Wondering if there’s a hardware issue, or a software issue, or something else. I currently have no programs open in the Doc, besides EntreCheck. and the RAM is showing about 75% used. I’m looking for suggestions on what I can do to speed it up and make it more functional, and efficient for doing design work. I recently upgraded from the original 4GB RAM (2x2GB), and from the original HD to a 512 GB SSD drive, and upgraded to Yosemite. Perhaps that was too much for this machine? Please help with anything that I can do to make it better! Thanks in advance!
    I have a recent back-up, I'm open to saving user files and starting from scratch with the current hardware, etc... but would need some direction on how to do this. I did upgrade myself using Apple provided instructions.
    Here are the EntreCheck results:
    EtreCheck version: 2.0.11 (98)
    Report generated December 2, 2014 at 12:45:57 PM EST
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Verified)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Uptime: 2 days 0:17:23
    Disk Information: ℹ️
        Crucial_CT512MX100SSD1 disk0 : (512.11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            SuperCool (disk1) /  [Startup]: 510.88 GB (320.22 GB free)
                Core Storage: disk0s2 511.25 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Microsoft Microsoft® Nano Transceiver v2.0
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Western Digital My Passport 070B 319.37 GB
            S.M.A.R.T. Status: Verified
            EFI (disk2s1) <not mounted> : 210 MB
            NATURE2020 (disk2s2) /Volumes/NATURE2020 : 319.03 GB (169.27 GB free)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Problem System Launch Agents: ℹ️
        [failed]    com.apple.security.cloudkeychainproxy.plist
    Problem System Launch Daemons: ℹ️
        [failed]    com.apple.ctkd.plist
        [failed]    com.apple.icloud.findmydeviced.plist
        [failed]    com.apple.nehelper.plist
        [failed]    com.apple.nsurlsessiond.plist
        [failed]    com.apple.wdhelper.plist
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [running]    com.adobe.AdobeCreativeCloud.plist Support
        [loaded]    com.adobe.CS5ServiceManager.plist Support
        [running]    com.hp.productresearch.plist Support
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist Support
        [invalid?]    com.adobe.SwitchBoard.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
        [running]    com.surteesstudios.hddfancontroldaemon.plist Support
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.adobe.ARM.[...].plist Support
        [invalid?]    com.citrixonline.GoToMeeting.G2MUpdate.plist Support
        [loaded]    com.google.keystone.agent.plist Support
    User Login Items: ℹ️
        GrowlHelperApp    Application (/Library/PreferencePanes/Growl.prefPane/Contents/Resources/GrowlHelperApp.app)
        iTunesHelper    UNKNOWN (missing value)
        EvernoteHelper    Application (/Applications/Evernote.app/Contents/Library/LoginItems/EvernoteHelper.app)
        Google Drive    ApplicationHidden (/Applications/Google Drive.app)
        Dropbox    ApplicationHidden (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
        FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 Support
        AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
        Flash Player: Version: 15.0.0.239 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 Support
        AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
        CouponPrinter-FireFox_v2: Version: Version 1.1.6
        JavaAppletPlugin: Version: 15.0.0 - SDK 10.10 Check version
    User Internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    Safari Extensions: ℹ️
        AllMyTube
    3rd Party Preference Panes: ℹ️
        Flash Player  Support
        Growl  Support
        HDD Fan Control  Support
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            SuperCool: Disk size: 510.88 GB Disk used: 190.66 GB
        Destinations:
            NATURE2020 [Local]
            Total size: 319.03 GB
            Total number of backups: 4
            Oldest backup: 2014-09-10 17:52:44 +0000
            Last backup: 2014-11-19 21:23:34 +0000
            Size of backup disk: Too small
                Backup size 319.03 GB < (Disk used 190.66 GB X 3)
    Top Processes by CPU: ℹ️
            22%    mds
             6%    WindowServer
             4%    Creative Cloud
             3%    Dropbox
             0%    Google Drive
    Top Processes by Memory: ℹ️
        223 MB    Finder
        137 MB    mds_stores
        120 MB    Dropbox
        86 MB    Creative Cloud
        86 MB    WindowServer
    Virtual Memory Information: ℹ️
        2.08 GB    Free RAM
        2.82 GB    Active RAM
        1.64 GB    Inactive RAM
        1.59 GB    Wired RAM
        14.83 GB    Page-ins
        2.06 GB    Page-outs

    Lex...
    Here's the new EtreCheck that I just ran. At a glance, it seems I may have missed deleting some things or they are stored in an additional location? I haven't jumped into anything yet to really test if there's a difference in performance for me. Once I do I will post that information.
    EtreCheck version: 2.0.11 (98)
    Report generated December 3, 2014 at 8:46:56 AM EST
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Verified)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        8 GB RAM Upgradeable
            BANK 0/DIMM0
                4 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                4 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.1 (14B25) - Uptime: 12:43:15
    Disk Information: ℹ️
        Crucial_CT512MX100SSD1 disk0 : (512.11 GB)
        S.M.A.R.T. Status: Verified
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            SuperCool (disk1) /  [Startup]: 510.88 GB (322.45 GB free)
                Core Storage: disk0s2 511.25 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Microsoft Microsoft® Nano Transceiver v2.0
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [running]    com.adobe.AdobeCreativeCloud.plist Support
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist Support
        [loaded]    com.microsoft.office.licensing.helper.plist Support
    User Launch Agents: ℹ️
        [loaded]    com.adobe.ARM.[...].plist Support
        [loaded]    com.google.keystone.agent.plist Support
    User Login Items: ℹ️
        None
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 15.0.0.239 - SDK 10.6 Support
        QuickTime Plugin: Version: 7.7.3
        Flash Player: Version: 15.0.0.239 - SDK 10.6 Support
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 Support
        Silverlight: Version: 5.1.10411.0 - SDK 10.6 Support
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User Internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 Support
    3rd Party Preference Panes: ℹ️
        Flash Player  Support
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            SuperCool: Disk size: 510.88 GB Disk used: 188.43 GB
        Destinations:
            NATURE2020 [Local]
            Total size: 319.03 GB
            Total number of backups: 4
            Oldest backup: 2014-09-10 17:52:44 +0000
            Last backup: 2014-11-19 21:23:34 +0000
            Size of backup disk: Too small
                Backup size 319.03 GB < (Disk used 188.43 GB X 3)
    Top Processes by CPU: ℹ️
             7%    WindowServer
             1%    launchservicesd
             0%    launchd
             0%    fontd
             0%    Core Sync
    Top Processes by Memory: ℹ️
        103 MB    mds_stores
        86 MB    Creative Cloud
        86 MB    Finder
        77 MB    WindowServer
        60 MB    systemstatsd
    Virtual Memory Information: ℹ️
        3.93 GB    Free RAM
        2.28 GB    Active RAM
        900 MB    Inactive RAM
        1.48 GB    Wired RAM
        2.25 GB    Page-ins
        0 B    Page-outs

  • After Effects Ram Preview Drops Frames , Using Strangely Too Much Ram

    System Specs :
         CPU : Core i7 4770k
         Memory : 16 GB DDRIII
         Graphic Card : GTX 770 4GB RAM
         Storage : 256 GB SSD + 2 TB HDD
         OS : Windows 7 SP1
         Using After Effects CC 12.2.1.5
    NOTE : NOT ANY ADDITIONAL HARDWARE IS ATTACHED TO MY PC . NO SOUND RELATED EQUIPMENT NOR CAPTURE CARD NOR ANY THING ELSE
    Hi there
    As you Already Don't know I'm an After effects Specialist Using it for quite long time . There is an Ancient Problem with CS6 CC versions . I have a short Small size 1080p Video , about 8 MB , I drag it into project panel and then put it into timeline hence it creates a sequence . There are no Effects and nothing added to timeline , just a small simple video . The Strange Problem is when I click "0" for ram preview , The video starts playing and the green bar above timeline starts to fill . When Ram preview Finishes and plays the video from beginning I See there are several frames Between which are not being loaded to Ram ! The video plays RGB color bar instead of main video and when I check the Green bar above Timeline I see that those frames are being dropped and there is no Green bar above them !
    I have had this problem several times before but this time it is too important and the problem should be solved . What is obvious is that some frames are not being rendered or are being deleted after render !
    Another Strange problem is that when I open Task manager , It shows AE uses around 10 GB ! of RAM when I press "0" for Ram previewing this video !
    So there is a Logical explanation here , Somehow when I do ram preview this video it uses extra ordinary too much ram so AE is unable to load the full video (8 MB) into Ram and hence deletes some of frames .
    most of my videos have not this problem and use acceptable amount of ram .I've had this issue with some of my videos till now .
    Listen carefully : "This has nothing to do with AE preferences or low memory or plugins . because there is nothing wrong with any individual components of may hardware or software . I have far more than enough RAM for a 8MB video . My Memory has no hardware or software problem . I tested them and if there was any problem with memory or other hardware that should have affected other applications . I have the most recent AE version . I have the most Recent windows updates and drivers . I have a Clean virus free system , and as a computer engineer this strange AE problem is rarely caused by viruses , trust me . I have not any hardware instead of ones a normal PC has . I have not any problem with my whole entire system configuration because I have benchmarked my PC with several up to date softwares . I have tested my PC with almost any STRESS TESTING solutions available for really long period of time , 3 days by IDA64 . Not any driver conflict , dll missing , registry problem have been discovered , as I know perfectly how to solve them ."
    I asked some of my friend whom are expert in AE . I handed them my videos and Watched ALL OF THEM HAD THE SAME ISSUE ! So the problem isn't related to my Local PC . What i believe is that there is some malfunctioning or miss coded part in AE source code that decides to reserve such a huge strange amount of ram for such a tiny 8MB video . The point is that the AE works fine , no crash or any problem report . So the AE it Self decides to allocate such huge amount of ram and thinks it is correct ! So I think this is a work around that AE developers in adobe are using to bypass a problem or conflict ! by Using more amount of RAM . I think that there might be some miss understanding between the AE and my installed codec . I installed MEGA CODEC PACK on my PC to enable some new codec supports , and so are some of Windows default de/encoders changed to new ones . I think there shouldn't be any problem But there is something wrong between AE and de/encoder modules !
    Please any one with any suggestion , I really appreciate your advices .

    ###UPDATED###
    Well thank you guys for your patience ...
    as you considered I forgot to mention the codec itself and other stuff ...
    The video is in 1080p , 35 sec long , it is a green screen shot , this video is directly downloaded from YouTube and plays perfectly on all tested PCs . here are detailed info :
    Format                                   : MPEG-4
    Format profile                          : Base Media
    File size                                 : 8.55 MiB
    Duration                                 : 34s 993ms
    Overall bit rate mode                : Variable
    Overall bit rate                         : 2 050 Kbps
    VideoFormat                            : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : [email protected]
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Bit rate                                    : 1 927 Kbps
    Width                                      : 1 920 pixels
    Height                                     : 1 080 pixels
    Frame rate mode                      : Constant
    Frame rate                               : 30.000 fps
    Color space                              : YUV
    Chroma subsampling                 : 4:2:0
    Bit depth                                  : 8 bits
    Scan type                                 : Progressive
    NOTICE : This video is just for testing the lighting and etc , and so the Sampling and other specs are not considered for broadcast .
    I think you hit the point ! Thats K-lite codec pack installed on every machine which the video is tested on ! The point is whats wrong with it ?! I have had never ever any problem with this codec pack !!!
    The deadly question : So what are the alternative ways to work with codecs that AE doesn't support ?! because installing codec looks simple and sufficient !

  • Skype using High levels of RAM over time

    So recently i've noticed that Skype has been using increased levels of RAM over time.  Before i think 7.1 it sat at a steady 170k or lower but since the recent update, it seems to scale all the way up to nearly using 80% of my RAM after being on for an hour. Is there a reason this happens or is it a memory leak issue?

    Hi,
    I'm having the same issue as you.
    For my situation, with Windows 7 Ultimate 64bit, with 8 GB of RAM  available, Skype use randomly from 400 Mb to 1.5 Gb of Ram slowing down all the PC..
    I have to kill the Skype process for working well.
    My SKYPE version is 7.3.0.101.
    I need to resolve this problem (and, from my point of view, uninstall the newest version and install the older one is not a solution)
    Thanks in advance
    Andrea

  • Apple Contacts Uses a lot of RAM?

    Since installing Mt Lion, and when running Contacts, I keep getting a lot of diskactivity, machine slows way down, and this one app uses 5GB of 6GB ram. What is going on?

    Does anyone else have this problem or know of a solution? Whenever I try to scan more than a few pages at a time, my computer slows down to a crawl.
    I think the issue stems from the Overview scan, which goes directly into memory...One overview scan took Image Capture's RAM usage from ~18 MBs to over 200. After a second Overview scan, RAM was up from 210.4 MBs to 390.2 MBs. A third takes it from 386.5 to 476.0.
    Obviously, this is a major issue, as I only have 2 GBs of RAM. I know that I can get 4 GBs, although RAM prices are high at the moment, but the fact that this program still takes up so much is not good. Is there a way that I can "purge" old overview scans from RAM?
    Message was edited by: musicwind95

  • Yosemite is using a lot of RAM (about 5GB) in my MAC, why?

    Yosemite is using a lot of RAM (about 5GB) in my MAC, why?

    The article below, although written for Mavericks, applies to Yosemite as well.
    http://www.switchingtomac.com/tutorials/osx/understanding-memory-pressure-in-os- x-mavericks/

  • IMovie 09 uses up 4GB of RAM in less than 2 minutes

    Hi,
    The topic says it all i think..
    To be honest i don't know if i had this issue before Snow Leopard i have only been using it for about a week. I have a MacBook Pro (Early 2008) 2.6GHz with 4GB RAM installed. I have never had any issues with the RAM being used up this fast before ever (and i'm a pretty heavy photoshop user and gamer).
    With just a simple project and little events i make a short clip, some transitions and a background tune. Then i minimize iMovie to check my Mail or another app and notice the mac became horribly slow and minimizing takes a good minute. Then i check Activity Monitor and iStat Pro to find within just a few minutes i not only used up 4GB of RAM but only am well into 4GB Swap File usage, i need to restart to turn my Mac back into the fast Mc it was before i started iMovie.
    Before writing this i did a few tests with garageband and a couple of other apps including Adobe Suite etc... i still have a little over 2GB RAM free. Then i start iMovie, open my project and mess around a little.... wham, RAM gone, is this what's known as a memory leak ?
    Any thoughts on this? I started experimenting / learning iMovie because i have a wedding DVD to make soon, i need this software to work right.
    Thanks in advance
    Jay

    MPEG2 and AVCHD are two different codecs. Your footage will be one or the other, but not both. MPEG2 is used more often in standard definition cameras.
    Having said that, your memory problem is unusual. iMovie uses a lot of memory, and if you are constrained on memory, it uses swap files. However, mine has never used up 4GB of real memory in 2 minutes. It looks like you have a memory leak somewhere (which could be a bug in iMovie).
    I don't know how to find it since I can't replicate it on my system.
    One thing that may help you monitor this is the free application called [MemoryStick|http://www.tidbits.com/matt>. You can install it and monitor your swapfiles real time. You can also see how much real memory and virtual memory iMovie is using at the moment through Activity Monitor (which I presume you are already doing.)
    With MemoryStick, if I notice that I have 5,6, or 7 swapfiles going, and they are over 2GB (they have been as high as 4GB) then I know it is time to re-boot.

  • Xorg.bin use a lot of ram Catalyst

    Hello! After installing catalyst from Violo's repo i have noticed that Xorg.bin use a lot of ram(when i start the laptop it is 25mb but it keep rising till it get to 1.5gb in about 2h and I restart to free memory) This is on X-server 1.7 and now i downgrade to 1.16.4 but no effect. Can someone help me please. Thank you!

    elll wrote:Do you know how to downgrade catalyst? Should i use pacman -U catalyst? [link]https://wiki.archlinux.org/index.php/Do … s#Warnings[/link] And if yes do i have to downgrade Xorg too because i allready do that?
    The nicer way to do this is to use the [catalyst-stable-14.X] repository databases in this manner (where you replace X with the corresponding number):
    [catalyst-stable-14.X]
    Server = http://catalyst.wirephire.com/repo/catalyst/$arch
    elll wrote:Does someone know how to fix this issue or if there will be released fix for this?
    No idea. Ask the AMD Developers upstream.
    Last edited by clfarron4 (2015-02-18 11:08:30)

  • Why is my macbook pro is still using a lot of RAM?

    I have a Macbook pro 15" (mid 2012) 2.6 GHz and with 16gb RAM and was wondering why my macbook pro still processes and uses over 9GB of ram when I'm not even having  Lightroom, Photoshop, and Illustrator in effect yet.

    It's not a memory leak, see the references to learn more about how RAM is utilized to speed up the Mac.
    OS X Mavericks: About Activity Monitor - Apple Support
    http://www.switchingtomac.com/tutorials/osx/understanding-memory-pressure-in-os- x-mavericks/
    http://macs.about.com/od/macoperatingsystems/fl/Understanding-Compressed-Memory- in-OS-X.htm

  • Kernel_task is using over 300% of CPU

    Hi,
    Kernel_task is using over 300% CPU and my Macbook Pro is running really slowly as a result. I have reset SMC and PRAM, done an Apple hardware test, Cleaned with onyX, hoovered the fans and restored with time machine, all to no avail. Can anyone please help or suggest anything I can try?
    Thanks

    Hi,
    Kernel_task is using over 300% CPU and my Macbook Pro is running really slowly as a result. I have reset SMC and PRAM, done an Apple hardware test, Cleaned with onyX, hoovered the fans and restored with time machine, all to no avail. Can anyone please help or suggest anything I can try?
    Thanks

  • Safari 5 uses up all my RAM

    Safari 5
    G5 iMac 1.9GHz, 2.5GB RAM
    Leopard 10.5.8
    Safari loads using 287MB of RAM (on account of the number of open tabs). Gradually over the next hour or few, it increases to the point where it's used all my dynamic RAM, the machine starts doing swap outs and page outs and slows down really badly. I have to quit Safari and relaunch.
    What's going on? I'm at the point where much as I like Safari, I'm going to abandon it for a slower, uglier, less greedy browser.

    ~Bee wrote:
    To remove a plug-in:
    Quit Safari.
    Locate the plug-in. Plug-ins are usually installed in one of these folders:
    /Library/Internet Plug-Ins/(To find this folder, open the hard disk icon, and then open the Library folder.)
    ~/Library/Internet Plug-Ins/(This folder is in your home folder (represented by the tilde ~). To find it, open the hard disk icon, open your home folder, and then open the Library folder.)
    I can't see Glims in either (my own folder is empty, and in the top level folder, the only two items can't I identify are npdivx.xpt andnsIQTScriptablePlugin.xpt. The second of those is vaguely the right date as to when I might have installed Glims but I'm not certain of it.)
    Remove any plug-ins you’ve added. You may need to enter the account name and password for an administrator account on your computer.
    I would be very reluctant to remove all plug-ins - many of these are old, essential, and long predate this problem (Flip4Mac, RealPlayer, Flash, DivX etc). I'd be lost without them and they were never a problem before. Glims is the only one I'd want to uninstall if I could only identify it.
    IMPORTANT:Removing a plug-in might prevent Safari from doing certain tasks, such as playing movies.
    Quite!

  • Photoshop only using 20% of 8Gb ram

    i am usually dealing with huge files in photoshop and i have 8Gb of ram yet my G5 dual processor with 80Gb of hard drive space and 8Gb of ram only lets photoshop use about 20% of available ram. it says it is using 100% of available ram.
    is there a way i can allocate more ram to photoshop?
    thanks
    eric

    RAM is limited by the program not the system. Currently, Photoshop 7 and Photoshop CS are "officially" limited to addressing no more than 2 GB of RAM. In actual practice, a "100% Allocation" of RAM to Photoshop 7.01 is around 1800 MB on systems with 2.5 or more GB of RAM installed.

  • Firfox uses 20% of my ram

    since removing 8gb of my ram after some other issues lve noticed firefox has started using allot of ram, in fact lve seen it as high at 1gb and l dont believe it used that much before.
    suffice to say l was wondering if there was any tips anyone could give me to optimize the browser because l never used to use 20% of my ram on just firefox, l did install firefox while l had 16GB ram however l had to take 8 of it out due to bsod messages are there any things l could do to keep usage low? lve seen some readme's out there like http://www.makeuseof.com/tag/3-steps-reduce-firefox-4-memory-leak/
    but some lm not sure about doing.

    # The basic premise of that article is flawed. ''"I have been using Firefox for many years and have carried over my profile from each version and computer to the next. Over the years, I have accumulated hundreds of bookmarks, dozens of extensions (most disabled), and several plugins."'' The "Profile" doesn't "age gracefully", a fresh / new Profile after every major version change in Firefox is almost necessary to lessen issues. Firefox 4 was a huge version change, not just a "major" one. But that was then ....
    # Using an article that is over 3 years is never a good idea. Firefox has undergone many changes between Firefox 4.0 and the current Firefox 32 version.
    # Everything in that article from the Prologue to the Epilogue is riddled with errors and misconceptions.
    IMO, a fresh installation AND a new Profile is needed as a new "baseline".

  • Stylus rmx using up alot of ram???????

    i have bought a new mac pro, with 2 gigs of ram, i found out that everytime i open a stylus rmx, it "*****" about 200 mb of ram.......which is alot, and i can only have about 6 or 7 open, then my system starts to REALLY SLOW DOWN......this is okay, i can bounce. but on my old mac G5, i could open 20, no problem........
    Does anyone know if there is a way to regulate the amount of ram stylus rmx uses?????
    or maybe its a bug in the new intel version of stylus rmx???
    CHEERS
    lars

    hi Lars
    just a question: Have you been using separate instances of rmx (on different audio inst tracks) or in multi inst mode? The latter would use a lot less ram.
    Sorry if that's obvious. Hope it helps,
    Rounik

Maybe you are looking for

  • Can i include gr/ir account in 3keh trancation code

    hi can i include gr/ir account in 3keh trancation code for transferring balance sheet items to profit center accounting. thanks, monica

  • Ignore empty rows

    I have the following table structure AccountTable ...accountID ...RegionID ...CategoryID ...subtypeID CategoryTable ...CategoryID ...accountID RegionTable ...RegionID ...accountID SubtypeTable ...SubtypeID ...accountID I want to form a query which wi

  • Replenishment delivery cross company

    Hi, does anybody know if it is possible to include  more than one purchase order in a Replenishment delivery cross company? How? We usually include in a transport goods from more than one purchase orders, so we have to deal with various deliveries (m

  • Pantech UML290 vs OS

    I have a Pantech UML290 it does not work with My iBook G4 with a Power PC G4 processor. Does Verizon Wireless have a driver for this combination of processor and USB modem?

  • PSE9 trying to make a blank canvas 10x8 inches but when I change values the number start changing.

    I've been trying to make a new canvas for a photobook that is 10x8 inches - i've read tutorials but for some reason when I type in the width and height it won't accept it. The numbers just keep changing. I go file, new blank file and type in there. W