Safari flash plug in cpu and mem usage ??

after the installation of flash 10.1 and also the old versions of flash , the cpu usage and the memory usage is very huge. Nearly %40 percent or more of cpu is used by safari flash plug in .
Can apple find a solution for this issue ???
thanks

Can apple find a solution for this issue ???
I doubt it, their solution is don't use it... although you'd hope that adobe are trying a bit. Apple plan to ship all macs w/o Flash, even if they are capable of running it.

Similar Messages

  • Get CPU and memory usage

    Hi!
    I would like to know if there is any way of getting system CPU and memory usage using Java code.

    I want to get the system CPU and memory usage using the performance monitor dll, the perfctrs.dll, but access this data using Java language.Then you should create wrapper dll between your java code and perfctrs.dll and convert data from format of dll to format of your java code.
    So, that is next question - how to create wrapper dll, how to deal with or how perfctrs.dll works?

  • Where to see CPU and RAM usage in IPAD 1

    Hi:-)
    While i have Apps running , I would like to be able to see CPU and RAM in use..and ideas how/where?
    Thanks

    There are several apps in the app store that can show you cpu and ram usage of your device, e.g. "system info"

  • VI to read CPU and Memory usage on XP machines

    Need a VI to read CPU and Memory usage on an XP machine.

    it works perfectly on my LV8.0 and W2K... it should work on XP too... happy coding...
    Message Edited by JQ on 01-12-2007 11:14 AM
    Best Regards,
    JQ
    LV 8.0 user...
    Attachments:
    cpu_usage.vi ‏18 KB

  • Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Find the attachment(LV8.5) for local machines. 
    You can use shared variables to monitor the remote machine's usage.
    Attachments:
    Task Monitor 85.vi ‏25 KB

  • Firefox keeps freezing and using 50% cpu and memory usage shoots up most of the time it's when there's an auto update of anything addon, plugin or ff!

    Firefox keeps freezing and using 50% cpu and memory usage shoots up real fast and carries on going till it uses up all there is left. Most of the time it's when there's an auto update of anything addon, plugin or ff but not just neccessarily then! I find out it's happened when there's been an update after i restart and an extra webpage comes up with the particular addon/plugin/ff update. I have to restart most of time because nothing sorts it out. I'm using windows xp with the latest update of ff 13.0.1 it's not this version because it's been happening for a while. And it never started when i added a particular addon or plugin or when i added a new app to my pc either. Any idea as to what this may be or how i'd sort it out?
    Cheers

    Maybe disable hardware acceleration? This article should help: https://support.mozilla.org/en-US/kb/firefox-uses-too-much-memory-ram

  • Z10 - High CPU and Battery Usage with BBM

    I recently updated my Z10 (UK and EE Carrier) to 10.2.1.3062 and every day or so I am getting very high CPU and Battery Usage with BBM running in the background.
    I have never used BBM and have no active or past conversations or contacts.
    This morning, it used around 60% battery in under 3 hours, with 95% of that time sat at 'idle' in my pocket.
    Sometimes its after I have connected it to my car stereo (charging and streaming music via USB) on an Alpine CDA-117Ri, but I dont think thats a cause.
    Some screen grabs:
    [URL=http://s46.photobucket.com/user/hoopsontoast/media/IMG_20150126_095930_zpsj3haccgs.png.html][IMG]htt...
    [URL=http://s46.photobucket.com/user/hoopsontoast/media/IMG_20150124_230003_zpshi2dpkfo.png.html][IMG]htt...

    You're not alone.
    Please read this post here:  http://supportforums.blackberry.com/t5/BBM-for-BlackBerry/BBM-is-draining-my-Battery/m-p/3039915#M52...
    and contact BBM support as suggested to send logs. BBM Support is working to determine the cause of this.
    Please post over in that thread so we can keep all related in one place.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • What is the spec of WLC 5508 and 4402, CPU and MEM? Thanks.

    I cant found any information about WLC 5508 and 4402s' spec of what type of CPU and size of MEM. Thanks.

    4402 is having 512MB memory where as 5508 is having 1GB (based on "show memory statistics" output)
    Also during bootup it will show (here is 4402 as example)
    System will now restart!
    Bootloader 7.0.116.0 (Apr 13 2011 - 14:30:45)
    Motorola PowerPC ProcessorID=00000000 Rev. PVR=80200020
    CPU: 833 MHz
    CCB: 333 MHz
    DDR: 166 MHz
    LBC: 41 MHz
    L1 D-cache 32KB, L1 I-cache 32KB enabled.
    I2C: ready
    DTT: 1 is 33 C
    DRAM: DDR module detected, total size:512MB.
    512 MB
    8540 in PCI Host Mode.
    8540 is the PCI Arbiter.
    Memory Test PASS
    FLASH:
    Flash Bank 0: portsize = 2, size = 8 MB in 142 Sectors
    8 MB
    L2 cache enabled: 256KB
    Card Id: 1540
    Card Revision Id: 1
    Card CPU Id: 1287
    Number of MAC Addresses: 32
    Number of Slots Supported: 4
    Serial Number: FOC1229F08U
    Unknown command Id: 0xa5
    Unknown command Id: 0xa4
    Unknown command Id: 0xa3
    Manufacturers ID: 30464
    Board Maintenance Level: 00
    Number of supported APs: 12
    In: serial
    Out: serial
    Err: serial
    HTH
    Rasika
    **** Pls rate all useful responses ****

  • How to find out CPU and memory usage for an instance?

    Hi DBA Gurus,
    How to find out CPU usage and memory usage for an instance?
    Any information is appreciated!
    Thank you!
    Robert

    you can calculate cpu usage by adding fallowing three factors which you can get from v$sysstat
    1. Parse CPU time : This represents the percentage of CPU time spent parsing SQL statements. Parse time CPU can be a strong indication that an application has not been well tuned. High parse time CPU usually indicates that the application may be spending too much time opening and closing cursors or is not using bind variables.
    2. Recursive CPU time : Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used.
    Recursive calls are also generated due to the inavailability of dictionary info in the dictionary cache, firing of database triggers, execution of DDL, execution of SQL within PL/SQL blocks, functions or stored procedures and enforcement of referential integrity constraints
    3. Other CPU time : This represents the percentage of time spent looking for buffers, fetching rows or index keys, etc. Generally, \"Other\" CPU should represent the highest percentage of CPU time out of the total CPU time used.
    total memory used you can calculate adding
    total_agrigate_area+sga
    memory usage on os level you can know by fallowing commands
    vmstat 5 20 depending upon os

  • High CPU and Disk usage on HP Envy TS 15 j-155nf after Windows Update

    I bought this laptop about a month ago and it worked perfectly fine until the second automatic Windows Update. The booting time got very slow and the entire system started to act laggy. Task Manager showed higher CPU usage than usual and Disk usage was sometimes up to 100% with no apps opened or running in the background. I decided to perform System Recovery using HP Recovery Manager. The laptop worked fine again after that, but then the same thing happened. After the second automatic Windows Update I'm back to a slow and laggy computer. I'm performing System Recovery again, but what can I do to prevent that from happening ?

    Hi,
    There are few things you can check:
    i) Check if you have more than one anti-virus installed..Check for Trial versions.If there is any then uninstall it.
    (Sometimes it could be that you have an anti-virus and windows defender or security essentials is also installed)
    ii) Next try a Clean Boot and check if it makes a difference. If clean boot fixes the issue then it has to be one of the application on the startup which is slowing it down..
    How to perform a clean boot
    iii) Run HP Support Assitant and check if there are any pending updates..
    Note:
    If you have HP Support Assistant installed on the computer(The Blue Question Mark) then open it ==> Complete all pending Updates & Tuneups==> Restart and Check. It may solve your problem
    Although I am an HP employee, I am speaking for myself and not for HP.
    **Click on “Kudos” Star if you think this reply helped** Or Mark it as "Solved" if issue got fixed.

  • Slow slow slow...even with low CPU and memory usage.

    Sometimes my Mac gets really slow, especially with applications, and even more especially when opening applications. What I don't understand is that when I check Activity Monitor during slow times, it shows plenty of CPU and memory still free, far from being maxed out. I try to keep a good chunk of my hard drive available for virtual memory too, so I'm unsure where its getting bogged down.
    Any ideas?

    You may just need a little maintenance:
    Kappy's Personal Suggestions for OS X Maintenance
    For disk repairs use Disk Utility. For situations DU cannot handle the best third-party utilities are: Disk Warrior; DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible. TechTool Pro provides additional repair options including file repair and recovery, system diagnostics, and disk defragmentation. TechTool Pro 4.5.1 or higher are Intel Mac compatible; Drive Genius is similar to TechTool Pro in terms of the various repair services provided. Versions 1.5.1 or later are Intel Mac compatible.
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep. Dependence upon third-party utilities to run the periodic maintenance scripts had been significantly reduced in Tiger and Leopard. These utilities have limited or no functionality with Snow Leopard and should not be installed.
    OS X automatically defrags files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive. As for virus protection there are few if any such animals affecting OS X. You can protect the computer easily using the freeware Open Source virus protection software ClamXAV. Personally I would avoid most commercial anti-virus software because of their potential for causing problems.
    I would also recommend downloading the shareware utility TinkerTool System that you can use for periodic maintenance such as removing old logfiles and archives, clearing caches, etc. Other utilities are also available such as Onyx, Leopard or Snow Leopard Cache Cleaner, CockTail, and Xupport, for example.
    For emergency repairs install the freeware utility Applejack (not compatible with Snow Leopard.) If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the commandline. Note that AppleJack 1.5 is required for Leopard. AppleJack is not compatible with Snow Leopard.
    When you install any new system software or updates be sure to repair the hard drive and permissions beforehand. I also recommend booting into safe mode before doing system software updates.
    Get an external Firewire drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
    1. Retrospect Desktop (Commercial - not yet universal binary)
    2. Synchronize! Pro X (Commercial)
    3. Synk (Backup, Standard, or Pro)
    4. Deja Vu (Shareware)
    5. Carbon Copy Cloner (Donationware)
    6. SuperDuper! (Commercial)
    7. Intego Personal Backup (Commercial)
    8. Data Backup (Commercial)
    9. SilverKeeper 2.0 (Freeware)
    10. MimMac (Commercial)
    11. Tri-Backup (Commercial)
    Visit The XLab FAQs and read the FAQs on maintenance, optimization, virus protection, and backup and restore.
    Additional suggestions will be found in Mac Maintenance Quick Assist.
    Referenced software can be found at www.versiontracker.com and www.macupdate.com.

  • What can I do about my Adobe flash crashing which in turns causes my Plugin Container to Hog the CPU and Mem?

    Ok. I have read several different fixes on several different forums, but so far I haven't heard of a solid fix. My Adobe Flash Plugin keeps crashing on my computer. Its getting slightly irritating. I have been to the Adobe forums and the only answers I seem to get over their is finger pointing at your Graphics card being the problem. I know mine isn't because it is brand new. I can run any top end game on my system and my system will barely lag if at all, so I know it isn't memory and Graphics related, yet when I go to load a few tabs on Facebook, The Browser will start lagging real bad and eventually either hang completely or Adobe Flash will crash. I don't believe it is a Firefox issue, although the New Firefox Beta's do have issues they are working on resolving. I firmly believe it is either a compatibility issue somewhere between Adobe or it is just a programming problem in Adobe. I dunno tho. Like I said It is getting really frutrating having to send an error report and either reload the page or shut the browser down completely and restart the Firefox. Does Anyone have any ideas as to whats going on or any Solid fixes? Please don't tell me to talk to the people over at Adobe again. lol. If I hear Its a problem on your end one more time I will scream. lol.

    Safe mode disables the installed '''Extensions''' and themes ('''Appearance''') in '''Tools '''('''Alt''' + '''T''') > '''Add-ons''' as well as Firefox's hardware acceleration which can also be manually disabled via '''Tools''' > '''Options '''> '''Advanced '''> '''General '''> '''Use hardware acceleration when available'''. If it is okay in safe mode + all plugins disabled except Flash, you can try to narrow down the cause from there.
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Safari goes to 100% CPU and stays there on certain websites

    I got a new computer a month or two ago (a Powerbook 1.67), and used apple's migration assistant to transfer all my stuff over from that comp to this one. Ever since I've started using the comp, when I use safari to load certain pages or parts of pages, such as www.mapquest.com (when I try to type in the directions from/to box, or try to load recent searches) or www.orbitz.com (any time I'm on the results screen once I've searched for a flight or some such), the CPU load goes to 100%, and stays there until I close the tab with that site in it (even with safari in the background), and anything else I try to do until the tab is closed runs like molasses. This definitely did not ever happen with my old Powerbook 867, but I don't recall installing any new safari extensions or plug-ins since I got the new computer, so I'm somewhat mystified as to what is causing it. Do you guys have any thoughts as to what it might be, or suggestions as to how best to go about figuring it out?
    Thanks for any help you can provide.

    Safari has been known to cause cpu usage to spike. If nothing else, report the pages to Apple using "Report Bugs to Apple" under the Safari menu.
    One of the Safari issues in the OS X 10.4.4 update was:
    Addresses an issue in which some websites, such as www.cbsnews.com, could cause CPU usage to spike unnecessarily, or cause Safari to stop responding, unless Safari's Enable JavaScript preference was deselected.
    It is possible that they didn't get it completely fixed.
    I have also noticed that Safari slows down after being open for an extended period or if I have tons of tabs open, although it is not as bad as it once was. Additionally, regardless of anything else, it does appear that some sites slow down Safari's performance and/or spike the cpu usage until I close that tab. (I've had this happen to me with Firefox as well, by the way).

  • High CPU and Memory Usage

    Hi
    I have CPU usage on 100%. If i dont play games just surfing on internet its like 15-30%. But when i start game like GTA IV it goes to 100%.
    I have HP P6 2490eo and Windows 10 Build 9926. I have almost 200Gt free space on my C Drive. And this problem started about 3 days ago. I havent done virus software full check, but i think my pc does it automatically. And i have done "not full" test wih Windows Defender. With that i mean like fast test
    Could it be W10? or is my CPU broken?
    Thanks For Help

    Late98, welcome to the forum.
    I haven't used Windows 10.  However, I believe that your problem is caused by it.  I suggest running Windows Update if it is still available.  Also, if you haven't done so, you should install any patches that are available for the game.  The game is old enough that it shouldn't be causing problems for the components in your computer.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Unnaturally high cpu and memory usage

    Hello.
    I have installed WL 6.1 and WL Portal 4.0 on a w2k machine. It has a
    800 cpu (I think), and 512 RAM.
    What happens is: After server startup, everything is low and nice. But
    after a few jsp compilations, the cpu jumps to 100% and stays there,
    even after the page has been returned and the browser says "done".
    Actually, memory usage isn't that high; the java process is using
    about 50 megs of memory. But it has exceeded this a couple of times,
    and used 200+ MB.
    The database is also running on another machine.
    I tried deploying the same application on a locally installed
    WL/Portal, and the same thing happened, only with much more memory
    usage, about 200 - 250 megs. My machine became useless, and I had to
    shut down the server.
    What is causing this? Is the server's configuration totally screwed,
    or can some code be doing this? Btw, I know I am the only user on this
    server...
    On other threads here, I have seen people supplying server dumps of
    processes etc. How do I see this dump, or what processes within the
    server are running?
    I am very grateful for any help with this.
    Christer

    Take a thread dump of the server. You should at least be able to see
    what it's doing.
    On UNIX, you can send a SIGQUIT. (ie kill -3 the process)
    On Windows, you can CTRL-BREAK in the window.
    If you search for thread dump on edocs.bea.com, you should see a full
    explanation.
    Also, these groups can be searched on groups.google.com.
    -- Rob
    Christer Brinchmann wrote:
    Hello.
    I have installed WL 6.1 and WL Portal 4.0 on a w2k machine. It has a
    800 cpu (I think), and 512 RAM.
    What happens is: After server startup, everything is low and nice. But
    after a few jsp compilations, the cpu jumps to 100% and stays there,
    even after the page has been returned and the browser says "done".
    Actually, memory usage isn't that high; the java process is using
    about 50 megs of memory. But it has exceeded this a couple of times,
    and used 200+ MB.
    The database is also running on another machine.
    I tried deploying the same application on a locally installed
    WL/Portal, and the same thing happened, only with much more memory
    usage, about 200 - 250 megs. My machine became useless, and I had to
    shut down the server.
    What is causing this? Is the server's configuration totally screwed,
    or can some code be doing this? Btw, I know I am the only user on this
    server...
    On other threads here, I have seen people supplying server dumps of
    processes etc. How do I see this dump, or what processes within the
    server are running?
    I am very grateful for any help with this.
    Christer

Maybe you are looking for