Webview control consumes too much memory in WP 8.1 Runtime

I am developing a Windows Phone 8.1 Store app (C#/XAML) and I use a Webview control on one of the app pages. Everything was OK until my app started to close with no exceptions. I suspected memory issues and was actually right. I've made some profiling
and became certain the problem was with the Webview control. When I navigate to some web page, the (unmanaged) memory consumption grows rapidly, and in some further navigations it exceeds the memory limits (180 MB for low-memory devices) and the app terminates.
Manual garbage collector calls do not help even when the page that hosts Webview control is closed. I am stuck now and have no idea how I can deal with this problem.

OK. I've created a very simple demo for you. You can grab it here
https://onedrive.live.com/redir?resid=A2B175448055B3F3!6839&authkey=!AFD34k9bZwDaelE&ithint=file%2czip
Navigate to some pages while profiling and you will see how the memory consumption grows. The memory isn't cleared even after WebBrowserPage is closed. For a low-memory device it's enough to navigate to 2-3 such web pages to get the app terminated.
Hi Max,
Yes, I can reproduce this issue on my side:
In my experience, this should be related to WebView memory cache, unfortunately, currently there is no way to dispose this programmatically.
A possible workaround would be adding WebView control dynamically and removing it when navigate away from this page:
void HardwareButtons_BackPressed(object sender, BackPressedEventArgs e)
e.Handled = true;
var frame = Window.Current.Content as Frame;
if (frame != null && frame.CanGoBack)
grid1.Children.Clear();
GC.Collect();
frame.GoBack();
protected override void OnNavigatedTo(NavigationEventArgs e)
if (e.Parameter != null && e.Parameter is string)
GC.Collect();
WebView webView = new WebView();
grid1.Children.Add(webView);
webView.Navigate(new Uri((string)e.Parameter));
Diagnostics:
Thank you for your response and solution. Unfortunately it doesn't fully help, because the memory isn't fully cleaned by GC and in some time of actively using a Webview it is leaking anyway. But garbage collecting makes sense as it helps the in-use memory
not to grow so fast.
So I think this is a best solution we have so far. I wish a Webview would be better in further versions of Windows Phone.

Similar Messages

  • Firefox 12 STILL consumes too much memory and periodically stalls

    1. This has gone on actually since at least Firefox 8 for many of us. With Windows 7 32 or 64bit, AND we are told OTHER OS's as well, Firefox 12 IS consuming too much memory!
    When FF 12 memory consumption "hits" 800MB on a 8 GB machine, and continues to slowly climb, FF 12 has code or other problems.
    2. ALSO, Firefox 12 under many circumstances, is slowing to a crawl, especially in opening windows and tabs.
    NOTHING we do, inspect with memory tools, etc. seems to point to any "culprits" or guide the way to researching and potentially solving these problems...and they ARE problems within Firefox 12, and likely earlier versions.
    TIME TO CLEAR THE AIR?
    These are problems being seen by others, with or without any (totally blanked out/disabled) Add-On's and even most Plug-In's being disabled or removed, both for testing the problems sen in FF 12.
    There IS a problem, or more than one, here, and it's not isolated or "just refer to this checklist" solvable.
    There's problems, perhaps memory leaks and other agenda IN THE CODE.
    We users need to stop being poo-poo'ed and "pampered" by needless communications that do nothing to truly address the problems.

    I encountered this after the memory leak was mentioned as pat of a slowdown issue with an add-on that has been in use as long as I've been using Firefox (All-in one sidebar -AIOS). After a relatively short length of time under both Firefox 11 and 12 it starts to slow down. Sub menus take more than a second to show up when the parent menu is clicked, links take more than a second to activate, pages don't load as quickly. (I have a 30Mbps downstream internet connection that I test regularly, and consistently shows between 25 and 30MBps speeds from multiple sites throughout the US. It's NOT my download speed.)
    In looking for explanations I saw at least one mention of a memory Leak.
    So I decided to test this for myself. I first removed AIOS, then re-started Firefox and just left it running. I did nothing except minimize and restore it a few times. About an hour later the memory used by FF had gone from a reasonable 42K or so, to over 200K.
    I tested again after uninstalling ALL my add-ons and plug ins. The same thing happened again.
    This is NOT simply high memory use. Which I interpret as a particular tasks or process using more memory than it maybe should.
    This is quite clearly a memory leak. Nothing was being executed, nothing was running with Firefox, and no pages were loaded during this time. But he use memory just steadily grew.
    This is clearly a new issues since I did NOT have this problem when I was using Firefox 8. If I can find an install of that I'm going back to it.
    If not I'll settle for the ESR mentioned here. If nothing else it seems to have a slower leak.
    I never did like the new version number / rapid release schedule. Mostly because growing version numbers at that rate made no real sense to me as a developer myself. But also because speed of release for new features should not be the target but quality. I think we can see that this has clearly fallen by the wayside.
    I only wish I thought there was a viable alternative.

  • You cannot embed this FLV file because it consumes too much memory. Could sb help with this problem?

    You cannot embed this FLV file because it consumes too much memory. Could sb help with this problem?

    The error is pretty concise. Do you know how to re-encode the video smaller?

  • Oracle Instances Processes  consuming too much memory

    Will somebody be able to guide me with the factors that are causing too much memory consumption when a single Oracle.exe instance is started ? Due to this problem it is not possible to run 2 instances at the same time.
    Oracle is running on Windows NT 4.0 SP6.
    Oracle version 8.1.6.0.0
    Currently we have 512MBytes of ram.(4.83G free space)
    One of the Instance consumes as much as 178,320K of Ram,
    another consumes about 138,000K

    Oracle consumes as much memory as you want, but more memory is faster.
    Review your init.ora (db_block_buffer y shared_pool_size)
    (It4s posible to run 10 instances in a machine with just 1 Gigabyte and they work fine. It depends on the use of the databases, the number of users, just for production or development, etc, ...).

  • Jack and oss2jack consume too much memory

    This is my free output when I load jack and oss2jack at startup:
    total used free shared buffers cached
    Mem: 250148 244720 5428 0 5160 67224
    -/+ buffers/cache: 172336 77812
    Swap: 2449860 66048 2383812
    A check in top reveals that jack and oss2jack are the main culprits.
    Because of this, I cannot load hydrogen with the ns_kit7free samples (which is 200MB worth of .wav files). It terminates (probably due to trying to access too much memory) when I attempt to switch the drumkit to ns_kit7free. I have managed to load it before, when I was just using ALSA directly. Is there any way to reduce the memory consumption of jack and oss2jack?
    I have increased my swap space to > 2GB (as seen in the free output) but it doesn't help.

    jonathantan86 wrote:From top's output jack took up 2/3rd of the memory used. About adding more memory, well...it's a laptop so it's difficult to add memory.
    Well, if this can't be solved and you don't have to use ALSA, try OSS/Commercial (wiki); it has a virtual mixer in kernel-space and supports up to 32 sound output streams

  • Oracle Consuming too much memory.

    Hi All,
    We are having Oracle with only single instance running on the machine which has 8GB RAM. And we just have only Oracle running on this machine.
    OS - RHEL4
    Oracle : 10.2.0.1
    Out of this 8GB RAM 7.5GB has been utilized.. Can somebody please help me to find out which processes are using this much memory..
    PGA_AGGREGATE_TARGET = 512MB
    SGA_TARGET = 2G
    SGA_MAX_SIZE = 2G
    Since we have allocated only 2GB as our SGA still oracle is utilizing upto 7.5GB memory.. what might be the reason behind this.
    Any help would be great.
    Thanks

    Here's my top output.. Sorted by ,memory usage
    top - 03:00:31 up 18:25, 2 users, load average: 0.06, 0.03, 0.00
    Tasks: 246 total, 1 running, 245 sleeping, 0 stopped, 0 zombie
    Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
    Mem: 8306864k total, 8028476k used, 278388k free, 103548k buffers
    Swap: 10241396k total, 51416k used, 10189980k free, 7397472k cached
    PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
    3061 oracle 15 0 2145m 434m 431m S 0 5.4 0:40.53 oracle
    2987 oracle 15 0 2145m 144m 140m S 0 1.8 0:01.82 oracle
    2993 oracle 15 0 2142m 111m 108m S 0 1.4 0:05.68 oracle
    2999 oracle 15 0 2143m 97m 93m S 0 1.2 0:03.02 oracle
    15198 oracle 15 0 2142m 82m 79m S 0 1.0 0:00.46 oracle
    2997 oracle 15 0 2142m 78m 76m S 0 1.0 0:00.47 oracle
    13237 oracle 15 0 2150m 68m 65m S 0 0.8 0:01.35 oracle
    2989 oracle 15 0 2156m 45m 42m S 0 0.6 0:08.21 oracle
    6800 oracle 15 0 2141m 40m 38m S 0 0.5 0:00.22 oracle
    3009 oracle 15 0 2167m 40m 21m S 0 0.5 0:00.36 oracle
    3015 oracle 15 0 2167m 39m 21m S 0 0.5 0:00.39 oracle
    3011 oracle 18 0 2167m 39m 18m S 0 0.5 0:00.40 oracle
    3013 oracle 15 0 2167m 39m 18m S 0 0.5 0:00.80 oracle
    3108 oracle 18 0 2141m 36m 34m S 0 0.4 0:00.37 oracle
    2991 oracle 16 0 2143m 35m 33m S 0 0.4 0:00.14 oracle
    20921 oracle 16 0 2141m 33m 31m S 0 0.4 0:00.06 oracle
    19872 oracle 15 0 2142m 32m 29m S 0 0.4 0:00.09 oracle
    2985 oracle 15 0 2141m 31m 30m S 0 0.4 0:00.13 oracle
    This just displays the process that consumes maximum memory..
    Can we find the PGA usage for each process from database side..

  • ESSSVR consuming too much memory

    I was concerned about the memory consumption of the ESSSVR.exe process and I think there might be a problem with it.
    I have two instances available to me with the exact OS / Hardware / Environment configuration and the exact same configuration when it comes to Hyperion. I have deployed only one Planning application on both environments.
    When I did a fresh start of the services, one environment ESSSVR.exe process was taking up about 235,212K of memory. However on the other environment it is taking up 1,538,476K. This is a HUGE difference and I am unable to determine why.
    Can anyone help me identify the source of this huge memory consumption?
    Thanks in advance
    Shehzad

    shehzad k wrote:
    When I did a fresh start of the services, one environment ESSSVR.exe process was taking up about 235,212K of memory. However on the other environment it is taking up 1,538,476K. This is a HUGE difference and I am unable to determine why.Vasavya, the Op said he had gone through a fresh start of the services.
    Anyway, checking the index cache on each of the databases on both environments may be beneficial.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Firefox uses too much memory

    I've been using Firefox as the default browser on my systems (both Windows and Linux and in 32 or 64 editions) and for some reason Firefox consumes too much memory. Now trust me. I have a very fast machine and so I get very frustrated with this issue as it seems to be a Firefox only issue. Its true that I might have up to 40 tabs open at times but Chrome can handle it Safari can handle it and even Explorer can handle it. Sometimes Firefox's memory consumption peaks to an astonish 3GB of memory which is unheard of. My machine is so fast that I can have up to 10 programs open (Maya, Photoshop, Cinema 4d, Autodesk Suites MySql server and PHP5, MS Office) and still be able to work with them all at the same time, but Firefox crashes suddenly and that is very annoying as I've customized it to my needs adding extensions and making sure all my online baking is done using Firefox. This memory issue is far more noticeable when I'm using Windows 7 64 bits. The same amount of tabs and extensions opened on Linux have no effect on memory and I often switch to Linux just to be able to enjoy a smooth Firefox browsing experience. I've invested so much money into building an amazing machine and it takes 10 minutes of having Firefox running to crash it all completely. I've lost track of the amount of times I've lost my profile and had to rebuild all my customizations but I can stand that. What is beyond my comprehension is the fact that when I'm using Windows XP or Linux the memory used by Firefox is far lower than when I'm using Windows 7 or 8.1 .
    Can you help me out? I really love Firefox and would like to keep using it as my default browser but can't afford losing my profile info every time Firefox crashes or having Windows Explorer crashing and losing all the work I'm doing on other software programs.
    Much appreciated;
    Sam

    Are there any tabs reopened from the previous session when this happens?
    Do you keep a large history?
    You can check for problems with the places.sqlite database file in the Firefox Profile Folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    You can try to check and repair the places database with this extension:
    *https://addons.mozilla.org/firefox/addon/places-maintenance/
    Try to create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    There may be extensions and plugins installed by default in a new profile, so check that in "Tools > Add-ons > Extensions & Plugins" in case there are still problems.
    If the new profile works then you can transfer some files from the old profile to that new profile, but be careful not to copy corrupted files.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    You can also try to reset Firefox:
    *https://support.mozilla.org/kb/Basic+Troubleshooting

  • Agent taking too much memory...

    Hello all,
    i am on hp-ux itanium. I have OMS(11.1) and agent running on this box. And for some reason the oracle process is taking too much memory. From the glance cmd at OS level, we get the below...Why is java taking some much memory...the only thing running on this box is OMS, agent, the repository DB and one other DB. This machine is 16gb of memory. Any idea where i can start digging to figure out why so much memory is being taken by java and emagent process ??? is that normal ?
    java               25200 oracle        2.1    97   0.0   760.4mb   1.80gb SLEEP
    emagent            27769 oracle        1.0    26   0.0   306.9mb   4.43gb SLEEP
    java               24951 oracle        0.2    47   0.0   479.7mb   1.73gb SLEEP
    ora_smco_RCA       24966 oracle        0.0     1   0.0   112.5mb  172.2mb SLEEP

    Hi user;
    Pelase see:
    How To Effectively Investigate & Diagnose Grid Control Agent High Memory Utilization Issues? [ID 1092466.1]
    11g Grid Control Agent Consumes High Virtual / Resident Memory and may Restart Frequently [ID 1194748.1]
    Hope it helps,
    Regard
    Helios

  • Firefox use too much memory

    Hi
    I had this problem one weak ago, I did all suggestion that this link said and it didn't help:
    https://support.mozilla.org/ar/kb/firefox-uses-too-much-memory-ram#w_disabling-memory-consuming-plugins
    I don't have many taps oppened only 47 taps.
    My firefox now usiing 2GB ram, can anyone help me how to fix it?
    Thank you

    Hello,
    Can you please follow the instructions in the ''Memory troubleshooting tools'' section of the [[Firefox uses too much memory (RAM) - How to fix]] support article and provide the about:memory section details in this ticket. We can take a look at it and suggest possible options.
    Thank you

  • Copy an image into system clipboard takes too much memory

    Our Swing application copies a java.awt.BufferedImage into the system clipboard. Our image has a size of 1024x768 pixels and a depth of 24 bits per pixel.
    The copy from the image to the system clipboard works, but is very slow and takes too much memory. Before the copy, java.exe uses about 30 MB. After the copy, it uses about 90 MB! However, a 1024x768x3 image should consume only 2,4 MB.
    We did some debugging and it seems the AWT library does several copies of our original image in order to copy it in the system clipboard. I guess that each of these copies takes a lot of memory (probably because of a different format from the original image) and is not immediately garbage collected.
    This is a big issue for our application because the JVM throws an OutOfMemoryError when we try to copy a new image to the system clipboard.
    Here is our code. Do you have any idea? Thanks a lot for your help.
    // Create the image
    BufferedImage image = new BufferedImage(1024, 768, BufferedImage.TYPE_3BYTE_BGR);
    Graphics2D g2 = image.createGraphics();
    drawSomething(g2);
    g2.dispose();
    // Put the image into the system clipboard
    ImageSelection handler = new ImageSelection(image);
    Clipboard clipboard = Toolkit.getDefaultToolkit().getSystemClipboard();
    clipboard.setContents(handler, handler);
    * An implementation of Transferable and ClipboardOwner to be used with
    * images.
    public class ImageSelection implements Transferable, ClipboardOwner {
        private static final DataFlavor flavors[] = {DataFlavor.imageFlavor};
        private Image image;
        public ImageSelection(Image imageToCopy) {
            this.image = imageToCopy;
        // Interface ClipboardOwner
        public void lostOwnership(Clipboard clipboard, Transferable transferable) {
            image = null;
        // Interface Transferable
        public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException,
                                                                IOException {
            if (isDataFlavorSupported(flavor)) {
                return image;
            else {
                throw new UnsupportedFlavorException(flavor);
        public DataFlavor[] getTransferDataFlavors() {
            return flavors;
        public boolean isDataFlavorSupported(DataFlavor flavor) {
            return flavor.equals(flavors[0]);
    }

    why dont u use other data structure to store the image , which will take less memory.

  • Firefox consumes too much RAM, caused by js

    I'm having problems with Firefox consuming too much RAM memory. Several people are complaining about this but I did some further research before posting here, using about:memory, and I found out that js-non-window and js-main-runtime are causing this.
    When I start up a blank Firefox session I immediately have an allocation of 260MB of RAM. About 75-80% of this is taken up by those two js (javascript?) processes.
    After opening about 10 tabs with different webpages the RAM usage has gone up to about 750MB. During the time the tabs are open most of the extra MB's are consumed by the window-objects (40MB per page, still seems quite a lot to me for just a news site with one article...) but after closing them the memory usage didn't go down and it transferred to the two already mentioned js processes. This transfer to the js processes is not always the case, it seems to happen only if I open a lot of tabs, let's say 10+ perhaps.
    I tried disabling Javascript using the plugin SettingSanity, but this makes browsing quite uncomfortable of course and worst of all it doesn't solve the problem. The mentioned processes keep using the same amount of RAM.
    I have this exact same problem on all my computers and laptops so it can't be a coincidence. Is there nothing I can do about this? Is this under investigation? How can a browser with 10 web pages open need almost 800MB of RAM?
    And please don't answer "install more RAM". The pc I have most problems with has 2GB of physical RAM and I really do think that opening 10 web pages should be possible on such a computer. Doing the same in Internet Explorer consumes less than half the amount of RAM memory.
    P.S: I sent this query using IE because I could't get to this page in Firefox. The "Ask This" button didn't work...

    Try in Firefox's safe mode disable all plugins, and open with only a new tab set by using ''about:blank'' . As suggested above also consider as a test creating and using a new Firefox profile.
    When I start like that I have around 70MB explicit shown in ''about:memory'' and that includes ''js-non-window'' of around 30MB
    I know in the past I have opened more than 10 tabs on a machine with less than 1GB ram installed and not noticed problems.

  • OIM 11g using too much memory and not releasing it when shutting down

    Hello,
    we have a problem with OIM 11g using too much memory (about 5gb) and it's not releasing it at shutdown (4gb still used).
    We are using a VM with RedHat Linux 5.6. Originally we had 4gb RAM + 2gb swap file. We installed Admin Server, OAM, OIM and SOA on that machine but quickly realised we couldn't run all 4 programs at once in 6gb. AdminServer could run with 2 other products, but it was a tight fit in memory.
    So we increased the RAM to 8gb (still 2gb swap file). But then our problem occured : I start the Admin Server (2.7gb total memory used), then OAM (4.6gb total memory used) and then OIM. After it started the server is now using 9.6gb of memory (~300mb of free memory) ! The problem gets even better : after I shut down everything (OIM, OAM, admin server) the "top" command show that there is still 4gb of memory used even tho nothing else is running on the server ! There is absolutely no other process (other than root stuff) running and no other users connected to the machine. After a reboot, it shows 400mb of memory used. I tried restarting the programs and it did the same thing.
    Our intuition is that there might be a memory leak or some bug in OIM that might use up almost all the free memory and it's not releasing it upon shutdown. It might have been there before we increased the memory but have not noticed it since memory was already tight.
    Anyone encountered the same problem ? Any idea ? Any suggestion to narrow down the problem ?
    Thank you

    You can adjust the memory settings for WLS by editing the setSOADomainEnv.sh file that can be found in your /middleware/user_projects/domains/<domain>/bin/ folder. There is an argument called PORT_MEM_ARGS which is used to set your Java memory arguments. This way you can decrease/increase the amount of memory used by each managed server.
    I usually type "ps -ef | grep oracle" to see what processes are running by the oracle user. This way the output doesn't get cluttered with root processes.
    Sunny Tsang

  • Finer takes too much memory on yosemite! and keeps taking more and more until it gets the machine to it's knees! What to do???

    Right after getting yosemite on my Macbook Pro with 16GB memory and SSD HDD. I find that after working for 30 minutes or so that the machine gets really slow, even switching between screens gets kinda of sluggish!!!
    So i looked into the Activity Monitor and to my surprise i find that Finder is taking more than 4GB of memory just by itself and high percentage of CPU.
    If i quit it, the machine goes back to being normal, but then Finder will restart, and again after 30 minutes or so, it does the same thing over and over.
    I am sure that it's some kind of a bug, but i don't know where to start to solve this problem!!!
    This never happened on previous OSXs.
    If anyone have a hint it will be appreciated.
    Thanks,

    Problem description:
    Finder keeps taking up too much memory thus slowing down the machine to it’s knees.
    MacBook Pro 16GB Ram, SSD HD, AMD 1024GB
    EtreCheck version: 2.1.2 (105)
    Report generated December 11, 2014 at 10:44:31 PM GMT+2
    Hardware Information: ℹ️
      MacBook Pro (17-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,3
      1 2.4 GHz Intel Core i7 CPU: 4-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1333 MHz ok
      BANK 1/DIMM0
      8 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
      AMD Radeon HD 6770M - VRAM: 1024 MB
      Color LCD 1920 x 1200
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 4 days 1:40:55
    Disk Information: ℹ️
      Crucial_CT960M500SSD1 disk0 : (960.2 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) / : 958.97 GB (319.19 GB free)
      Core Storage: disk0s2 959.34 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Western Digital Elements 10A8 1 TB
      S.M.A.R.T. Status: Verified
      EFI (disk2s1) <not mounted> : 210 MB
      MacProBackup (disk2s2) /Volumes/MacProBackup : 999.83 GB (280.78 GB free)
      Apple Computer, Inc. IR Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM2070 Hub
      Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
      /etc/hosts - Count: 1
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Applications/Toast 11 Titanium/Spin Doctor.app
      [not loaded] com.hzsystems.terminus.driver (4) [Support]
      /System/Library/Extensions
      [loaded] com.Cycling74.driver.Soundflower (1.6.2 - SDK 10.6) [Support]
      [not loaded] com.ZTE.driver.ZTEUSBCDCACMData (1.3.6) [Support]
      [not loaded] com.ZTE.driver.ZTEUSBMassStorageFilter (1.3.6) [Support]
      [not loaded] com.devguru.driver.SamsungComposite (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.roxio.BluRaySupport (1.1.6) [Support]
      [not loaded] com.wacom.kext.pentablet (5.2.1) [Support]
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungACMData (1.2.44 - SDK 10.6) [Support]
      [not loaded] com.devguru.driver.SamsungMTP (1.2.44 - SDK 10.5) [Support]
      [not loaded] com.devguru.driver.SamsungSerial (1.2.44 - SDK 10.6) [Support]
      /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
      [not loaded] com.roxio.TDIXController (2.0) [Support]
    Startup Items: ℹ️
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      MobileBrServ: Path: /Library/StartupItems/MobileBrServ
      StartOuc: Path: /Library/StartupItems/StartOuc
      Startup items are obsolete in OS X Yosemite
    Problem System Launch Agents: ℹ️
      [loaded] com.paragon.NTFS.notify.plist [Support]
    Launch Agents: ℹ️
      [invalid?] cn.com.zte.usbswapper.plist [Support]
      [not loaded] com.adobe.AAM.Updater-1.0.plist [Support]
      [loaded] com.adobe.CS4ServiceManager.plist [Support]
      [loaded] com.adobe.CS5ServiceManager.plist [Support]
      [loaded] com.divx.dms.agent.plist [Support]
      [running] com.divx.update.agent.plist [Support]
      [loaded] com.oracle.java.Java-Updater.plist [Support]
      [not loaded] com.teamviewer.teamviewer.plist [Support]
      [not loaded] com.teamviewer.teamviewer_desktop.plist [Support]
      [running] com.wacom.pentablet.plist [Support]
      [running] HWPortCfg.plist [Support]
    Launch Daemons: ℹ️
      [running] cn.com.zte.PPPMonitor.plist [Support]
      [loaded] com.adobe.fpsaud.plist [Support]
      [loaded] com.oracle.java.Helper-Tool.plist [Support]
      [not loaded] com.teamviewer.teamviewer_service.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [loaded] com.facebook.videochat.[redacted].plist [Support]
      [loaded] com.google.keystone.agent.plist [Support]
    User Login Items: ℹ️
      smcFanControl Application (/Applications/smcFanControl.app)
      gfxCardStatus Application (/Applications/gfxCardStatus.app)
      iTunesHelper ApplicationHidden (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      KiesViaWiFiAgent UNKNOWNHidden (missing value)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      WacomNetscape: Version: 1.1.0-4 [Support]
      OVSHelper: Version: 1.1 [Support]
      Default Browser: Version: 600 - SDK 10.10
      Unity Web Player: Version: UnityPlayer version 4.6.0f2 - SDK 10.6 [Support]
      WacomSafari: Version: 1.1.0-4 [Support]
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 [Support]
      FlashPlayer-10.6: Version: 15.0.0.246 - SDK 10.6 [Support]
      DivX Web Player: Version: 3.0 - SDK 10.5 [Support]
      Flash Player: Version: 15.0.0.246 - SDK 10.6 Mismatch! Adobe recommends 16.0.0.235
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 [Support]
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User internet Plug-ins: ℹ️
      Google Earth Web Plug-in: Version: 7.1 [Support]
    Safari Extensions: ℹ️
      iGetter Extension
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Growl  [Support]
      Java  [Support]
      Paragon NTFS for Mac ® OS X  [Support]
    Bad Fonts: ℹ️
      Yelly.ttf: /Users/sambara/Library/Fonts/Yelly.ttf
      Friends.TTF: /Users/sambara/Library/Fonts/Friends.TTF
      Lush.ttf: /Users/sambara/Library/Fonts/Lush.ttf
      Margarosa.ttf: /Users/sambara/Library/Fonts/Margarosa.ttf
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 958.97 GB Disk used: 639.78 GB
      Destinations:
      MacProBackup [Local]
      Total size: 999.83 GB
      Total number of backups: 28
      Oldest backup: 2014-10-27 04:33:10 +0000
      Last backup: 2014-12-11 20:15:00 +0000
      Size of backup disk: Too small
      Backup size 999.83 GB < (Disk used 639.78 GB X 3)
    Top Processes by CPU: ℹ️
          8% com.apple.WebKit.Networking
          8% JavaApplicationStub
          7% WindowServer
          5% Unity
          1% coreaudiod
    Top Processes by Memory: ℹ️
      842 MB Finder
      584 MB iTunes
      529 MB com.apple.WebKit.Plugin.64
      447 MB Unity
      429 MB JavaApplicationStub
    Virtual Memory Information: ℹ️
      18 MB Free RAM
      7.40 GB Active RAM
      7.40 GB Inactive RAM
      2.07 GB Wired RAM
      133.47 GB Page-ins
      2.32 GB Page-outs
    Diagnostics Information: ℹ️
      Dec 11, 2014, 04:10:55 AM WindowServer_2014-12-11-041055_Sams-MacBook-Pro-2.cpu_resource.diag [Details]
      Dec 10, 2014, 08:20:17 PM Unity_2014-12-10-202017_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:19:27 PM Unity_2014-12-10-201927_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:11:16 PM Unity_2014-12-10-201116_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:11:00 PM Unity_2014-12-10-201100_Sams-MacBook-Pro-2.crash
      Dec 10, 2014, 08:10:26 PM Unity_2014-12-10-201026_Sams-MacBook-Pro-2.crash
      Dec 9, 2014, 08:58:42 PM Finder_2014-12-09-205842_Sams-MacBook-Pro-2.cpu_resource.diag [Details]

  • Skype keeps crashing after taking too much memory

    Hello,
    So my version of skype client is 7.3.0.101 and it doesn't stop crashing since a few months now.
    Here's precisely what happens : I launch it, it's pretty slow since the problem the problem appeared but something like 30 after it crashes. We can see in the task manager that skype progressively takes way too much memory, most of the time it starts at 150 Mo and quickly reaches 1200-1400 Mo before crashing.
    I noticed that skype took less memory by running it in compatibility mode for windows XP service pack 3, it stays stuck at 200 Mo, but my whole computer looks slower.
    I tried everything but nothing worked, I uninstalled and reinstalled it, I added or modified keys in my registry, added skype to exceptions in my fire-walls, tried to install an older version (which didn't work because of auto update)... I don't know what to do now, that's why I come here to ask for help
    Also one more thing : It exessively takes my processor power (arround 14% all the time), and my processor is an i7-4770.
    Thanks a lot if you decide to help me !

    Have you tried these?
    http://community.skype.com/t5/Windows-archive/Skyp​e-Problems-Troubleshooting/td-p/52260

Maybe you are looking for

  • HT201303 How can I set up iTunes billing so that I get billed ONCE per download session rather than for EACH download I purchase?

    It's annoying getting seven, eight, ten, twenty direct billings from my bank account when I'd prefer a single one per session. Maybe this isn't possible to do, but it never hurts to ask!

  • How to automate refresh of the existing Xcelsius 4.5 dashboard

    Hi, I have bunch of dashboards developed in 4.5. These dashboards are manually refreshed via updating the spreadsheets and importing and exporting to swf file. Now my company wants all this process to be automated. I would like to know more about aut

  • Urgent - Need help on Coding in Forms

    I created a Master/Detail form. I now wish to create a field to display the sum total of a Detail field. I wrote a loop in a Program Unit which has the count upto last_record (Restricted Built-in) but cannot use this call from a Post Query due to For

  • Query timeout due to use of ZIIP processors ?

    We have users running a planning transaction SAPLRSBOLAP_BICS_CONSUMER from EP to BW. The query generated by this transaction times out after 600 seconds. When we look at the data about the query in DB2 -> statement Cache, we see Elapsed time = 197.5

  • Class methods, (sqlite)

    Hey, I'm working on a sqlite database application and I need to declare class variables (or something similar) to use within a class method. what i'm trying to do is compile and run some sql queries throughout my app. Now all the instance methods I c