Freezing problem/Kernel_Task memory usage-related?

I have a 1ghz 14" ibook G4 with 684mb ram running 10.3.9, and my computer has been freezing a lot. Some of the crashes are kinda scary, with the display flipping out (looks like a colorful snowstorm) but most are just total freezeups. I did a system restore in August, but it hasn't eliminated the problem, so I've been keeping an eye on my system with the Activity Monitor. the biggest memory hog seems to be the Kernel_Task process under Root user, using up 1% of CPU, 52mb of Real Memory, 713mb of virtual memory with 39 threads. Does that seem like normal usage for Kernel Tasks? My system seems to have a large portion of it's memory constantly in use, around 600mb, and thought that they might be related...

I also just noticed that aound 320mb of the memory that Activity Monitor is saying is used is inactive. Don't know if that means anything...

Similar Messages

  • My external HD increases the kernel_task memory usage.

    I use an external firewire hard drive, SmartDisk FireLite, on my eMac.
    the kernel_task memory usage (RSIZE) goes up to over 400MB,
    whenever I connect my external hard drive to my computer.
    normally, the kernel_task uses 100 to 150 MB
    with all scanner, printer, keyboard, mouse, and etc connected.
    soon after I disconnect the external HD,
    the kernel_task memory goes down to the normal usage.
    I don't know how kernel_task works, so I am not sure if the issue is normal...
    Does any kind of external hard drive take a lot of memory for kernel_task???
    If I use a USB hard drive, this won't happen???
    400MB for kernel_task is a lot to me,
    especially when i try to use softwares like photoshop, indesign, and etc...
    so, if I could save the kernel_task memory, it would help me tremendously.
    I would really appreciate it if you could give me any suggestion or answer.

    Thank you very much for mentioning the application.
    I've already downloaded and tried the shareware.
    It was great and provided more free space after running the program,
    I am pretty satisfied with the results I got.
    In fact, it gives me about 250MB more in free space on average.
    It would almost cover the memory loss caused by my external HD.
    However, I still hope there would be a way to stop my external HD eating much memory...
    Recently I found my ipod shuffle which I've also used to store files won't affect the kernel_task at all and barely use memory...
    I was thinking to get a new external HD as an option,
    but I am worried if the same problem would remain with the new HD...

  • Memory problems: computer freezes on heavy memory usage

    Ever since I changed the internal hard drive of my MacBook Pro (I installed a Seagate Barracuda 1Tb disk), I have the following problem:
    Whenever an application needs a lot of memory (for example Parallels installing a new Windows system, or Acrobat Pro optimizing a big PDF file), the computer progressively freezes. What I mean by freezing is that I can still move the mouse cursor, but clicking has no effect, and there is no interaction whatsoever with the GUI. Even the clock on the menu bar stops.
    I never had the problem before. I guess that under normal conditions the Finder will always keep a few Mb of RAM for its own use. After all I have 4Gb of RAM installed.
    Is there some way I can prevent the computer from freezing? Has this something to do with VM? Ever since I changed the hard disk, this problem happens once or twice every day, and the only solution is to force a restart, losing all my work…
    Thanks in advance for any advice…

    First, do not assign more than half your available RAM to a VM. It's best to let the VM software's configuration to select the amount used by its defaults.
    Second, watch how many concurrent applications you attempt to use. Monitor your memory usage in Activity Monitor. If the Available RAM (Inactive RAM plus Free RAM) is low and Free RAM is near zero, then you have too many concurrent applications running. This forces the system to start using the disk-based virtual memory file. With too many apps swapping into the vm file disk thrashing will occur that ultimately can lead to the computer appearing to freeze up or to actually freeze up.
    Of course your alternative is to install more RAM if in fact you are over-taxing what you have now. You may find the following helpful reading:
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.

  • Problem with memory usage and CPU usage

    Hello,
    i have a problem with the memory usage and cpu usage in my project!
    My application must run for more than 24 hrs. The problem is that the longer it runs the bigger is the memory and cpu usage!
    It starts with ~15% CPU usage and ~70 MBytes memory usage. After ~ 24hrs the CPU usage is ~60% and the memory usage is ~170 MBytes!
    After  3 days the CPU usage is almost about 70% and the memory usage is about 360 MBytes!
    What can I do to reduce this huge recource usage?
    Thank you!

    Hi Pahe,
       I think the issue is memory usage, since CPU usage can increase due to greater memory requirements.
       Anyway, it's difficult to debug without seeing your code, can you post it (possibly for LV 7.1 compatibility)?  Or just post a JPEG of the piece of code that can give problems...
       I guess you're appending data to an array instead of replace data elements, but I can't be sure...
       Have a nice day!
    graziano

  • High "kernel_task" Memory Usage

    Hello All,
    I am in need of help.  I have a MBP w/Retina from August 2012.  It has worked beautifully until a couple of weeks ago (I think maybe when I installed Mavericks), and it then started to slow down considerably. 
    I have noticed high memory usage by "kernel_task" but have no idea what that is.
    See the attached picture to give you the idea.  Please help me to get my MBP w/Retina back to being awesome again.
    Much appreciated.

    hit the command spacebar and see if the spotlight is reindexing.
    https://discussions.apple.com/message/23830668
    Did you try rebooting your computer?

  • I have a huge problem with memory usage.

    I am having two very huge problems with the amount of memory the game I'm working on is using. The first is that the background image for a part of my game takes up ~45mb of memory, but believe it or not, that's not my worst problem. i'm not worried about that right now.
    The really, really big problem does involve that image, though.
    Whn I'm done using the image, I can't get the resources it uses to be freed. As a result, the program uses more and more memory every time you go into that area of the game, because the memory used by tha area is just sitting there.
    I used Jprofiler to figure out exactly what wasn't getting released, because I do everything I know how to make everything be garbage collected, including setting all the references to the image to null after you leave that area of the game, but nothing worked.
    After I leave the area with the huge memory leak and give everything time to garbage collect, the main screen for memory usage shows about 45mb of memory used by 20 or so instances of int[], which is obviously the image.
    However, this obscenely huge int array doesn't show up in the heap snapshot, which according to them means there's no reference to it or the image anywhere in the program.
    Here's my question: If there's no reference anywhere to this int array, then why isn't it being garbage collected?

    Maybe you haven't actually released all references to that data.
    Or if you have one 45mb image, maybe you have a bunch of other huge ones and you're just seeing those.
    Why do you have a 45mb background image, though? Can't you use a standard technique like tiling it?

  • Massive problem with memory usage

    Hello ladies and gents!
    Just before Christmas I bought my first MacbookPro 13" mid-2012 which is 2.5Ghz and 16gb RAM. Firstly it was just a toy since I've been using Windows for ages because of my work. After a while I've tried to make one or two projects on my mac and noticed it handles them quite nicely. I decided to move my entire workflow to mac and was more than happy with the results. Until last month.
    I have no friggin' idea why but my macbook started to work terribly slowly. Nothing unextraordinary happened, there were no new apps or nothing like this. I've tried to manage the kernel_task problem but it helped only for a few days. Even if I kill the photoshop and illustrator processes, mac still uses more than 9GBs of RAM which drives me crazy. My Windows machine is only 12GB of RAM and same specs as my mac and it KICKS OFF it's butt!
    What should I do? I love the OS X workflow but my clients won't accept delays any more!
    EtreCheck version: 1.9.12 (48)
    Report generated August 8, 2014 at 2:42:06 PM GMT+2
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2 cores
      16 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
      DELL U2412M 1920 x 1200
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 3 days 21:12:9
    Disk Information:
      HITACHI HTS725050A7E630 disk0 : (500.11 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 499.25 GB (95.28 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 disk1 : (846.4 MB)
      [email protected] (disk1s0) /Volumes/[email protected]: 571.6 MB (Zero KB free)
    USB Information:
      Wacom Co.,Ltd. CTH-460
      NOVATEK USB Keyboard
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Computer, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.wacom.kext.pentablet (5.3.3 - SDK 10.8) Support
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.tvmobili.tvmobilisvcd.plist Support
    Launch Agents:
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.AdobeCreativeCloud.plist Support
      [running] com.tvmobili.artwork.plist Support
      [running] com.wacom.pentablet.plist Support
    User Launch Agents:
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      iTunesHelper
      Alfred 2
    Internet Plug-ins:
      WacomNetscape: Version: 2.1.0-1 - SDK 10.8 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 Support
      WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
      Silverlight: Version: 5.1.30214.0 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Flash Player  Support
      Flip4Mac WMV  Support
      MagicPrefs  Support
      PenTablet  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          9% Spotify Helper EH
          4% WindowServer
          3% Spotify
          1% coreaudiod
          1% mds_stores
    Top Processes by Memory:
      2.61 GB Adobe Photoshop CC 2014
      2.34 GB Adobe Illustrator
      1.07 GB firefox
      279 MB PluginProcess
      229 MB WindowServer
    Virtual Memory Information:
      258 MB Free RAM
      6.82 GB Active RAM
      6.96 GB Inactive RAM
      1.40 GB Wired RAM
      19.76 GB Page-ins
      70 MB Page-outs

    Formatted disk. Fresh OS X. The only apps running are Safari (with two tabs opened) and Spotify. Result:
    EtreCheck version: 2.0.6 (91)
    Report generated 19 Oct 2014 21:36:09 GMT+2
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      16 GB RAM Upgradeable
      BANK 0/DIMM0
      8 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      8 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
      DELL U2412M 1920 x 1200
    System Software: ℹ️
      OS X 10.9.5 (13F34) - Uptime: 2:41:15
    Disk Information: ℹ️
      HITACHI HTS725050A7E630 disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      eighty9 (disk0s2) /  [Startup]: 499.25 GB (353.55 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      MATSHITADVD-R  UJ-8A8
    USB Information: ℹ️
      NOVATEK USB Keyboard
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. FaceTime HD Camera (Built-in)
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist Support
      [not loaded] com.spotify.webhelper.plist Support
    User Login Items: ℹ️
      Spotify Application (/Applications/Spotify.app)
    Internet Plug-ins: ℹ️
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      Default Browser: Version: 537 - SDK 10.9
    3rd Party Preference Panes: ℹ️
      None
    Time Machine: ℹ️
      Time Machine not configured!
    Top Processes by CPU: ℹ️
          8% WindowServer
          3% PluginProcess
          2% Spotify
          2% Calculator
          1% hidd
    Top Processes by Memory: ℹ️
      189 MB com.apple.IconServicesAgent
      172 MB ocspd
      155 MB softwareupdated
      137 MB Spotify
      137 MB mds_stores
    Virtual Memory Information: ℹ️
      3.15 GB Free RAM
      3.97 GB Active RAM
      8.48 GB Inactive RAM
      1.58 GB Wired RAM
      6.65 GB Page-ins
      0 B Page-outs
    I'm opening photoshop and my file. My first action is grabbing and moving picture which results in crashing photoshop. I'm speechless....................................

  • System freeze on high memory usage i think.

    Most of the time is using firefox, i have 2gb and Kde. The last freeze give me this on dmesg
    [14755.135887] Initializing USB Mass Storage driver...
    [14755.136540] scsi8 : usb-storage 1-5:1.0
    [14755.136890] usbcore: registered new interface driver usb-storage
    [14755.136896] USB Mass Storage support registered.
    [14756.227829] scsi 8:0:0:0: Direct-Access Kingston DT Mini Fun G2 PMAP PQ: 0 ANSI: 0 CCS
    [14756.883314] sd 8:0:0:0: [sdb] 15636864 512-byte logical blocks: (8.00 GB/7.45 GiB)
    [14756.884301] sd 8:0:0:0: [sdb] Write Protect is off
    [14756.884313] sd 8:0:0:0: [sdb] Mode Sense: 23 00 00 00
    [14756.885393] sd 8:0:0:0: [sdb] No Caching mode page present
    [14756.885404] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [14756.895412] sd 8:0:0:0: [sdb] No Caching mode page present
    [14756.895424] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [14756.908292] sdb: sdb1
    [14756.913297] sd 8:0:0:0: [sdb] No Caching mode page present
    [14756.913301] sd 8:0:0:0: [sdb] Assuming drive cache: write through
    [14756.913305] sd 8:0:0:0: [sdb] Attached SCSI removable disk
    [14807.858794] usb 1-5: reset high-speed USB device number 3 using ehci_hcd
    [15106.351648] X invoked oom-killer: gfp_mask=0x200d2, order=0, oom_adj=0, oom_score_adj=0
    [15106.351660] X cpuset=/ mems_allowed=0
    [15106.351670] Pid: 1417, comm: X Tainted: G O 3.4.6-1-ARCH #1
    [15106.351676] Call Trace:
    [15106.351694] [<c04b05ab>] dump_header.isra.8+0x81/0x1c6
    [15106.351706] [<c04b7155>] ? reschedule_interrupt+0x31/0x38
    [15106.351715] [<c04b6afc>] ? _raw_spin_unlock_irqrestore+0x2c/0x40
    [15106.351725] [<c02e29c9>] ? ___ratelimit+0x89/0x100
    [15106.351735] [<c0140635>] ? has_ns_capability_noaudit+0x35/0x50
    [15106.351745] [<c01e30f8>] oom_kill_process+0x238/0x270
    [15106.351754] [<c01e31c1>] ? select_bad_process.constprop.13+0x91/0x130
    [15106.351763] [<c01e3565>] out_of_memory+0xe5/0x1c0
    [15106.351773] [<c01e6ce6>] __alloc_pages_nodemask+0x766/0x780
    [15106.351799] [<f89126aa>] ttm_alloc_new_pages.isra.7+0x8a/0x190 [ttm]
    [15106.351814] [<f8912c16>] ttm_pool_populate+0x3a6/0x490 [ttm]
    [15106.351850] [<f8c23d8f>] radeon_ttm_tt_populate+0x3f/0x1a0 [radeon]
    [15106.351881] [<f8c23f5e>] ? radeon_ttm_tt_create+0x6e/0xe0 [radeon]
    [15106.351894] [<f890bfd5>] ttm_tt_bind+0x35/0x60 [ttm]
    [15106.351906] [<f890ddca>] ttm_bo_handle_move_mem+0x45a/0x4e0 [ttm]
    [15106.351920] [<f890e9e1>] ? ttm_bo_mem_space+0x2a1/0x330 [ttm]
    [15106.351951] [<f8c22e9d>] ? radeon_fence_unref+0x2d/0x40 [radeon]
    [15106.351965] [<f890e0d9>] ttm_mem_evict_first+0x289/0x4d0 [ttm]
    [15106.351986] [<f88c4a07>] ? drm_mm_kmalloc+0x37/0xb0 [drm]
    [15106.351999] [<f890e9cc>] ttm_bo_mem_space+0x28c/0x330 [ttm]
    [15106.352012] [<f890eb36>] ttm_bo_move_buffer+0xc6/0x130 [ttm]
    [15106.352031] [<f88c4a07>] ? drm_mm_kmalloc+0x37/0xb0 [drm]
    [15106.352044] [<f890ec50>] ttm_bo_validate+0xb0/0x120 [ttm]
    [15106.352057] [<f890ef3e>] ttm_bo_init+0x27e/0x360 [ttm]
    [15106.352088] [<f8c24c1e>] radeon_bo_create+0x16e/0x2c0 [radeon]
    [15106.352119] [<f8c24960>] ? radeon_bo_clear_va+0x80/0x80 [radeon]
    [15106.352128] [<c045b1fa>] ? unix_stream_recvmsg+0x5ea/0x6a0
    [15106.352163] [<f8c3558f>] radeon_gem_object_create+0x4f/0xf0 [radeon]
    [15106.352198] [<f8c35974>] radeon_gem_create_ioctl+0x64/0xf0 [radeon]
    [15106.352207] [<c02e8315>] ? _copy_from_user+0x35/0x50
    [15106.352241] [<f8c35910>] ? radeon_gem_pwrite_ioctl+0x30/0x30 [radeon]
    [15106.352256] [<f88bacd2>] drm_ioctl+0x422/0x480 [drm]
    [15106.352269] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.352303] [<f8c35910>] ? radeon_gem_pwrite_ioctl+0x30/0x30 [radeon]
    [15106.352312] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.352321] [<c022c2a7>] ? do_sync_read+0xb7/0xf0
    [15106.352328] [<c015891b>] ? __hrtimer_start_range_ns+0x19b/0x4c0
    [15106.352344] [<f88ba8b0>] ? drm_copy_field+0x80/0x80 [drm]
    [15106.352353] [<c023c89a>] do_vfs_ioctl+0x7a/0x560
    [15106.352360] [<c013b828>] ? do_setitimer+0x118/0x220
    [15106.352369] [<c017ed83>] ? ktime_get_ts+0xc3/0xf0
    [15106.352377] [<c023cde8>] sys_ioctl+0x68/0x80
    [15106.352385] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.352393] [<c04b791f>] sysenter_do_call+0x12/0x28
    [15106.352401] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.352409] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.352414] Mem-Info:
    [15106.352418] DMA per-cpu:
    [15106.352423] CPU 0: hi: 0, btch: 1 usd: 0
    [15106.352428] CPU 1: hi: 0, btch: 1 usd: 0
    [15106.352432] Normal per-cpu:
    [15106.352437] CPU 0: hi: 186, btch: 31 usd: 0
    [15106.352442] CPU 1: hi: 186, btch: 31 usd: 0
    [15106.352446] HighMem per-cpu:
    [15106.352451] CPU 0: hi: 186, btch: 31 usd: 0
    [15106.352456] CPU 1: hi: 186, btch: 31 usd: 0
    [15106.352467] active_anon:148742 inactive_anon:153810 isolated_anon:0
    [15106.352470] active_file:77 inactive_file:84 isolated_file:0
    [15106.352473] unevictable:33 dirty:0 writeback:0 unstable:0
    [15106.352475] free:22543 slab_reclaimable:4582 slab_unreclaimable:7763
    [15106.352478] mapped:10004 shmem:10291 pagetables:1982 bounce:0
    [15106.352493] DMA free:8832kB min:784kB low:980kB high:1176kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:8kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
    [15106.352506] lowmem_reserve[]: 0 865 2015 2015
    [15106.352526] Normal free:80828kB min:44012kB low:55012kB high:66016kB active_anon:252064kB inactive_anon:265992kB active_file:116kB inactive_file:76kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:885944kB mlocked:0kB dirty:0kB writeback:0kB mapped:1776kB shmem:1764kB slab_reclaimable:18328kB slab_unreclaimable:31044kB kernel_stack:3616kB pagetables:7928kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:809 all_unreclaimable? yes
    [15106.352540] lowmem_reserve[]: 0 0 9204 9204
    [15106.352558] HighMem free:512kB min:512kB low:15144kB high:29776kB active_anon:342904kB inactive_anon:349248kB active_file:192kB inactive_file:260kB unevictable:132kB isolated(anon):0kB isolated(file):128kB present:1178184kB mlocked:132kB dirty:0kB writeback:0kB mapped:38240kB shmem:39400kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:692 all_unreclaimable? no
    [15106.352573] lowmem_reserve[]: 0 0 0 0
    [15106.352580] DMA: 2*4kB 1*8kB 1*16kB 1*32kB 3*64kB 3*128kB 4*256kB 2*512kB 2*1024kB 0*2048kB 1*4096kB = 8832kB
    [15106.352600] Normal: 5000*4kB 3238*8kB 1139*16kB 271*32kB 46*64kB 8*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB = 80864kB
    [15106.352621] HighMem: 141*4kB 2*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 580kB
    [15106.352640] 14519 total pagecache pages
    [15106.352644] 4050 pages in swap cache
    [15106.352649] Swap cache stats: add 42395, delete 38345, find 5211/5983
    [15106.352653] Free swap = 0kB
    [15106.352657] Total swap = 136516kB
    [15106.365855] 524176 pages RAM
    [15106.365860] 296866 pages HighMem
    [15106.365864] 7041 pages reserved
    [15106.365867] 33797 pages shared
    [15106.365870] 482629 pages non-shared
    [15106.365874] [ pid ] uid tgid total_vm rss cpu oom_adj oom_score_adj name
    [15106.365890] [ 179] 0 179 836 95 0 -17 -1000 systemd-udevd
    [15106.365902] [ 385] 0 385 1278 38 0 0 0 mount.ntfs
    [15106.365911] [ 387] 0 387 1278 36 1 0 0 mount.ntfs
    [15106.365920] [ 488] 0 488 1099 7 0 0 0 syslog-ng
    [15106.365928] [ 489] 0 489 1832 67 1 0 0 syslog-ng
    [15106.365937] [ 549] 81 549 868 153 0 0 0 dbus-daemon
    [15106.365945] [ 581] 0 581 2950 91 0 0 0 cupsd
    [15106.365953] [ 614] 0 614 1251 21 1 0 0 crond
    [15106.365961] [ 866] 0 866 1492 11 0 0 0 wpa_supplicant
    [15106.365969] [ 981] 0 981 592 21 0 0 0 dhcpcd
    [15106.365977] [ 1018] 0 1018 7877 830 0 0 0 httpd
    [15106.365985] [ 1051] 0 1051 1353 0 0 0 0 mysqld_safe
    [15106.365993] [ 1320] 89 1320 77965 7320 1 0 0 mysqld
    [15106.366001] [ 1322] 33 1322 5416 619 1 0 0 httpd
    [15106.366010] [ 1339] 33 1339 10337 1134 1 0 0 httpd
    [15106.366017] [ 1340] 33 1340 10543 1381 1 0 0 httpd
    [15106.366025] [ 1341] 33 1341 10309 972 0 0 0 httpd
    [15106.366033] [ 1342] 33 1342 10307 1090 1 0 0 httpd
    [15106.366041] [ 1343] 33 1343 10337 1020 0 0 0 httpd
    [15106.366049] [ 1396] 0 1396 984 10 1 0 0 lircd
    [15106.366056] [ 1403] 0 1403 549 1 1 0 0 agetty
    [15106.366064] [ 1404] 0 1404 549 1 0 0 0 agetty
    [15106.366072] [ 1405] 0 1405 549 1 0 0 0 agetty
    [15106.366079] [ 1406] 0 1406 549 1 0 0 0 agetty
    [15106.366087] [ 1407] 0 1407 549 1 1 0 0 agetty
    [15106.366095] [ 1408] 0 1408 549 1 0 0 0 agetty
    [15106.366103] [ 1409] 0 1409 1061 12 1 0 0 kdm
    [15106.366110] [ 1417] 0 1417 35154 17620 0 0 0 X
    [15106.366118] [ 1420] 0 1420 1238 23 0 0 0 kdm
    [15106.366126] [ 1423] 0 1423 7532 0 0 0 0 console-kit-dae
    [15106.366133] [ 1490] 0 1490 6302 191 0 0 0 polkitd
    [15106.366141] [ 1500] 77 1500 1353 2 0 0 0 startkde
    [15106.366149] [ 1510] 77 1510 908 0 1 0 0 dbus-launch
    [15106.366158] [ 1511] 77 1511 1124 276 1 0 0 dbus-daemon
    [15106.366166] [ 1531] 77 1531 1233 15 0 0 0 gpg-agent
    [15106.366174] [ 1534] 77 1534 1126 1 0 0 0 ssh-agent
    [15106.366182] [ 1548] 77 1548 497 8 0 -4 -300 start_kdeinit
    [15106.366190] [ 1549] 77 1549 29890 335 1 -4 -300 kdeinit4
    [15106.366199] [ 1550] 77 1550 30492 403 1 0 0 klauncher
    [15106.366207] [ 1552] 77 1552 45858 1053 1 0 0 kded4
    [15106.366215] [ 1559] 77 1559 34754 396 1 0 0 kglobalaccel
    [15106.366223] [ 1563] 77 1563 21629 160 1 0 0 kactivitymanage
    [15106.366231] [ 1565] 0 1565 7359 87 0 0 0 upowerd
    [15106.366239] [ 1569] 77 1569 531 0 0 0 0 kwrapper4
    [15106.366247] [ 1570] 77 1570 36947 488 1 0 0 ksmserver
    [15106.366256] [ 1608] 0 1608 6352 1177 0 0 0 udisks-daemon
    [15106.366264] [ 1611] 77 1611 53843 3613 1 0 0 kwin
    [15106.366272] [ 1613] 0 1613 1647 12 1 0 0 udisks-daemon
    [15106.366280] [ 1646] 77 1646 36815 1940 1 0 0 knotify4
    [15106.366288] [ 1649] 77 1649 92190 13370 0 0 0 plasma-desktop
    [15106.366296] [ 1653] 77 1653 21432 221 1 0 0 kuiserver
    [15106.366305] [ 1657] 77 1657 10749 128 0 0 0 akonadi_control
    [15106.366313] [ 1659] 77 1659 48367 206 0 0 0 akonadiserver
    [15106.366321] [ 1662] 77 1662 59982 7383 1 0 0 mysqld
    [15106.366329] [ 1679] 77 1679 34478 334 0 0 0 kaccess
    [15106.366338] [ 1688] 77 1688 32277 355 1 0 0 nepomukserver
    [15106.366346] [ 1689] 77 1689 14907 0 1 0 0 kwrited
    [15106.366354] [ 1691] 77 1691 61245 2712 1 0 0 nepomukservices
    [15106.366362] [ 1694] 77 1694 68584 2316 1 0 0 krunner
    [15106.366370] [ 1713] 77 1713 21418 204 1 0 0 akonadi_agent_l
    [15106.366379] [ 1714] 77 1714 21433 155 1 0 0 akonadi_agent_l
    [15106.366387] [ 1715] 77 1715 21435 167 1 0 0 akonadi_agent_l
    [15106.366396] [ 1716] 77 1716 21481 210 1 0 0 akonadi_agent_l
    [15106.366404] [ 1717] 77 1717 21481 236 1 0 0 akonadi_agent_l
    [15106.366412] [ 1718] 77 1718 21447 200 1 0 0 akonadi_agent_l
    [15106.366421] [ 1719] 77 1719 23622 939 1 0 0 akonadi_maildis
    [15106.366429] [ 1739] 77 1739 35083 1491 1 0 0 akonadi_mailfil
    [15106.366437] [ 1743] 77 1743 21383 751 1 0 0 nepomukcontroll
    [15106.366445] [ 1744] 77 1744 22121 888 1 0 0 akonadi_nepomuk
    [15106.366454] [ 1760] 77 1760 37929 1432 1 0 0 kmix
    [15106.366462] [ 1778] 77 1778 18217 13580 1 0 0 virtuoso-t
    [15106.366470] [ 1782] 77 1782 32400 3719 1 0 0 python2
    [15106.366479] [ 1789] 77 1789 24250 878 0 0 0 polkit-kde-auth
    [15106.366487] [ 1799] 77 1799 35463 1419 0 0 0 klipper
    [15106.366495] [ 1840] 77 1840 18053 734 1 0 0 nepomukservices
    [15106.366504] [ 1841] 77 1841 18382 811 1 0 0 nepomukservices
    [15106.366512] [ 1842] 77 1842 25370 1084 1 0 0 nepomukservices
    [15106.366520] [ 1843] 77 1843 22998 1119 1 0 0 nepomukservices
    [15106.366529] [ 1873] 77 1873 2076 112 1 0 0 gvfsd
    [15106.366537] [ 1875] 77 1875 8623 116 1 0 0 gvfs-fuse-daemo
    [15106.366545] [ 1882] 77 1882 2174 141 1 0 0 gconfd-2
    [15106.366554] [ 2069] 33 2069 10362 1108 1 0 0 httpd
    [15106.366562] [ 2075] 33 2075 10305 950 0 0 0 httpd
    [15106.366570] [ 2076] 33 2076 10352 1182 1 0 0 httpd
    [15106.366578] [ 2077] 33 2077 7951 998 1 0 0 httpd
    [15106.366586] [ 2715] 77 2715 13331 269 0 0 0 gvfs-udisks2-vo
    [15106.366594] [ 2718] 0 2718 10682 1263 1 0 0 udisksd
    [15106.366603] [ 3281] 33 3281 10523 1163 1 0 0 httpd
    [15106.366611] [ 5076] 77 5076 1352 73 0 0 0 idea.sh
    [15106.366620] [ 5101] 77 5101 254057 94725 1 0 0 java
    [15106.366627] [ 5131] 77 5131 1077 545 1 0 0 fsnotifier
    [15106.366636] [ 5309] 77 5309 169374 64224 0 0 0 openshot
    [15106.366645] [ 5420] 77 5420 124234 32716 1 0 0 firefox
    [15106.366653] [ 5453] 77 5453 40191 3473 0 0 0 konsole
    [15106.366661] [ 5455] 77 5455 1392 112 0 0 0 bash
    [15106.366672] [ 5462] 77 5462 1248 76 0 0 0 su
    [15106.366680] [ 5463] 0 5463 1365 103 1 0 0 bash
    [15106.366689] [ 5515] 77 5515 104399 8284 1 0 0 dolphin
    [15106.366697] [ 5520] 77 5520 1366 104 1 0 0 bash
    [15106.366708] [ 5591] 77 5591 40881 5758 0 0 0 plugin-containe
    [15106.366715] Out of memory: Kill process 5101 (java) score 186 or sacrifice child
    [15106.366903] Killed process 5131 (fsnotifier) total-vm:4308kB, anon-rss:2180kB, file-rss:0kB
    [15106.370915] [TTM] Failed allocating swap storage
    [15106.370972] [TTM] Failed allocating swap storage
    [15106.579158] X invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0
    [15106.579170] X cpuset=/ mems_allowed=0
    [15106.579180] Pid: 1417, comm: X Tainted: G O 3.4.6-1-ARCH #1
    [15106.579186] Call Trace:
    [15106.579203] [<c04b05ab>] dump_header.isra.8+0x81/0x1c6
    [15106.579215] [<c01b2efc>] ? __delayacct_freepages_end+0x2c/0x40
    [15106.579226] [<c02e29c9>] ? ___ratelimit+0x89/0x100
    [15106.579236] [<c0140635>] ? has_ns_capability_noaudit+0x35/0x50
    [15106.579246] [<c01e30f8>] oom_kill_process+0x238/0x270
    [15106.579254] [<c01e31c1>] ? select_bad_process.constprop.13+0x91/0x130
    [15106.579262] [<c01e3565>] out_of_memory+0xe5/0x1c0
    [15106.579271] [<c01e6ce6>] __alloc_pages_nodemask+0x766/0x780
    [15106.579281] [<c01e1ed4>] filemap_fault+0x1c4/0x390
    [15106.579288] [<c010c4bb>] ? save_i387_fxsave+0x5b/0x80
    [15106.579296] [<c01fdfca>] __do_fault+0x5a/0x4b0
    [15106.579304] [<c0201088>] handle_pte_fault+0x78/0x890
    [15106.579312] [<c0201996>] handle_mm_fault+0xf6/0x1d0
    [15106.579320] [<c012afd0>] ? vmalloc_sync_all+0x120/0x120
    [15106.579328] [<c012b0e3>] do_page_fault+0x113/0x430
    [15106.579337] [<c0145977>] ? recalc_sigpending+0x17/0x50
    [15106.579344] [<c0146835>] ? __set_task_blocked+0x35/0x80
    [15106.579351] [<c0102a2b>] ? restore_sigcontext+0xdb/0x110
    [15106.579359] [<c01037f8>] ? sys_sigreturn+0x88/0xa0
    [15106.579366] [<c012afd0>] ? vmalloc_sync_all+0x120/0x120
    [15106.579375] [<c04b768f>] error_code+0x67/0x6c
    [15106.579383] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.579391] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.579396] Mem-Info:
    [15106.579400] DMA per-cpu:
    [15106.579405] CPU 0: hi: 0, btch: 1 usd: 0
    [15106.579411] CPU 1: hi: 0, btch: 1 usd: 0
    [15106.579415] Normal per-cpu:
    [15106.579420] CPU 0: hi: 186, btch: 31 usd: 21
    [15106.579425] CPU 1: hi: 186, btch: 31 usd: 30
    [15106.579429] HighMem per-cpu:
    [15106.579433] CPU 0: hi: 186, btch: 31 usd: 30
    [15106.579438] CPU 1: hi: 186, btch: 31 usd: 155
    [15106.579449] active_anon:148279 inactive_anon:153763 isolated_anon:0
    [15106.579452] active_file:94 inactive_file:368 isolated_file:0
    [15106.579455] unevictable:33 dirty:0 writeback:3 unstable:0
    [15106.579457] free:22521 slab_reclaimable:4570 slab_unreclaimable:7767
    [15106.579460] mapped:10021 shmem:10291 pagetables:1977 bounce:0
    [15106.579475] DMA free:8832kB min:784kB low:980kB high:1176kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:8kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
    [15106.579488] lowmem_reserve[]: 0 865 2015 2015
    [15106.579507] Normal free:80800kB min:44012kB low:55012kB high:66016kB active_anon:252140kB inactive_anon:265924kB active_file:120kB inactive_file:372kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:885944kB mlocked:0kB dirty:0kB writeback:0kB mapped:1784kB shmem:1764kB slab_reclaimable:18280kB slab_unreclaimable:31060kB kernel_stack:3608kB pagetables:7908kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:738 all_unreclaimable? yes
    [15106.579521] lowmem_reserve[]: 0 0 9204 9204
    [15106.579540] HighMem free:452kB min:512kB low:15144kB high:29776kB active_anon:340976kB inactive_anon:349128kB active_file:256kB inactive_file:1100kB unevictable:132kB isolated(anon):0kB isolated(file):0kB present:1178184kB mlocked:132kB dirty:0kB writeback:12kB mapped:38300kB shmem:39400kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:2306 all_unreclaimable? yes
    [15106.579554] lowmem_reserve[]: 0 0 0 0
    [15106.579561] DMA: 2*4kB 1*8kB 1*16kB 1*32kB 3*64kB 3*128kB 4*256kB 2*512kB 2*1024kB 0*2048kB 1*4096kB = 8832kB
    [15106.579581] Normal: 4840*4kB 3256*8kB 1162*16kB 273*32kB 46*64kB 8*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB = 80800kB
    [15106.579601] HighMem: 95*4kB 7*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 452kB
    [15106.579619] 14895 total pagecache pages
    [15106.579623] 4066 pages in swap cache
    [15106.579628] Swap cache stats: add 42414, delete 38348, find 5212/5986
    [15106.579632] Free swap = 0kB
    [15106.579635] Total swap = 136516kB
    [15106.592985] 524176 pages RAM
    [15106.592991] 296866 pages HighMem
    [15106.592996] 7041 pages reserved
    [15106.592999] 32989 pages shared
    [15106.593002] 482425 pages non-shared
    [15106.593006] [ pid ] uid tgid total_vm rss cpu oom_adj oom_score_adj name
    [15106.593024] [ 179] 0 179 836 94 0 -17 -1000 systemd-udevd
    [15106.593036] [ 385] 0 385 1278 38 0 0 0 mount.ntfs
    [15106.593045] [ 387] 0 387 1278 36 1 0 0 mount.ntfs
    [15106.593054] [ 488] 0 488 1099 7 0 0 0 syslog-ng
    [15106.593062] [ 489] 0 489 1832 61 1 0 0 syslog-ng
    [15106.593071] [ 549] 81 549 868 152 0 0 0 dbus-daemon
    [15106.593078] [ 581] 0 581 2950 91 0 0 0 cupsd
    [15106.593086] [ 614] 0 614 1251 21 1 0 0 crond
    [15106.593094] [ 866] 0 866 1492 11 0 0 0 wpa_supplicant
    [15106.593103] [ 981] 0 981 592 21 0 0 0 dhcpcd
    [15106.593111] [ 1018] 0 1018 7877 830 0 0 0 httpd
    [15106.593119] [ 1051] 0 1051 1353 0 0 0 0 mysqld_safe
    [15106.593127] [ 1320] 89 1320 77965 7320 1 0 0 mysqld
    [15106.593135] [ 1322] 33 1322 5416 619 1 0 0 httpd
    [15106.593143] [ 1339] 33 1339 10337 1133 1 0 0 httpd
    [15106.593151] [ 1340] 33 1340 10543 1379 1 0 0 httpd
    [15106.593158] [ 1341] 33 1341 10309 971 0 0 0 httpd
    [15106.593166] [ 1342] 33 1342 10307 1089 1 0 0 httpd
    [15106.593174] [ 1343] 33 1343 10337 1019 0 0 0 httpd
    [15106.593182] [ 1396] 0 1396 984 10 1 0 0 lircd
    [15106.593189] [ 1403] 0 1403 549 1 1 0 0 agetty
    [15106.593197] [ 1404] 0 1404 549 1 0 0 0 agetty
    [15106.593204] [ 1405] 0 1405 549 1 0 0 0 agetty
    [15106.593212] [ 1406] 0 1406 549 1 0 0 0 agetty
    [15106.593220] [ 1407] 0 1407 549 1 1 0 0 agetty
    [15106.593227] [ 1408] 0 1408 549 1 0 0 0 agetty
    [15106.593235] [ 1409] 0 1409 1061 12 1 0 0 kdm
    [15106.593243] [ 1417] 0 1417 35154 17618 1 0 0 X
    [15106.593251] [ 1420] 0 1420 1238 10 0 0 0 kdm
    [15106.593259] [ 1423] 0 1423 7532 0 0 0 0 console-kit-dae
    [15106.593266] [ 1490] 0 1490 6302 191 0 0 0 polkitd
    [15106.593275] [ 1500] 77 1500 1353 2 0 0 0 startkde
    [15106.593283] [ 1510] 77 1510 908 0 1 0 0 dbus-launch
    [15106.593291] [ 1511] 77 1511 1124 275 1 0 0 dbus-daemon
    [15106.593299] [ 1531] 77 1531 1233 15 0 0 0 gpg-agent
    [15106.593307] [ 1534] 77 1534 1126 1 0 0 0 ssh-agent
    [15106.593315] [ 1548] 77 1548 497 8 0 -4 -300 start_kdeinit
    [15106.593324] [ 1549] 77 1549 29890 325 1 -4 -300 kdeinit4
    [15106.593332] [ 1550] 77 1550 30492 388 1 0 0 klauncher
    [15106.593340] [ 1552] 77 1552 45858 1053 1 0 0 kded4
    [15106.593347] [ 1559] 77 1559 34754 378 1 0 0 kglobalaccel
    [15106.593356] [ 1563] 77 1563 21629 142 1 0 0 kactivitymanage
    [15106.593364] [ 1565] 0 1565 7359 87 0 0 0 upowerd
    [15106.593372] [ 1569] 77 1569 531 0 0 0 0 kwrapper4
    [15106.593379] [ 1570] 77 1570 36947 475 1 0 0 ksmserver
    [15106.593388] [ 1608] 0 1608 6352 1174 0 0 0 udisks-daemon
    [15106.593396] [ 1611] 77 1611 53843 3609 1 0 0 kwin
    [15106.593404] [ 1613] 0 1613 1647 10 1 0 0 udisks-daemon
    [15106.593412] [ 1646] 77 1646 36815 1922 1 0 0 knotify4
    [15106.593420] [ 1649] 77 1649 92190 13352 0 0 0 plasma-desktop
    [15106.593428] [ 1653] 77 1653 21432 220 1 0 0 kuiserver
    [15106.593436] [ 1657] 77 1657 10749 118 0 0 0 akonadi_control
    [15106.593445] [ 1659] 77 1659 48367 206 0 0 0 akonadiserver
    [15106.593453] [ 1662] 77 1662 59982 7383 1 0 0 mysqld
    [15106.593461] [ 1679] 77 1679 34478 324 0 0 0 kaccess
    [15106.593469] [ 1688] 77 1688 32277 345 1 0 0 nepomukserver
    [15106.593477] [ 1689] 77 1689 14907 0 1 0 0 kwrited
    [15106.593485] [ 1691] 77 1691 61245 2712 1 0 0 nepomukservices
    [15106.593494] [ 1694] 77 1694 68584 2316 1 0 0 krunner
    [15106.593502] [ 1713] 77 1713 21418 190 1 0 0 akonadi_agent_l
    [15106.593510] [ 1714] 77 1714 21433 155 1 0 0 akonadi_agent_l
    [15106.593518] [ 1715] 77 1715 21435 167 1 0 0 akonadi_agent_l
    [15106.593526] [ 1716] 77 1716 21481 209 1 0 0 akonadi_agent_l
    [15106.593534] [ 1717] 77 1717 21481 236 1 0 0 akonadi_agent_l
    [15106.593542] [ 1718] 77 1718 21447 200 1 0 0 akonadi_agent_l
    [15106.593550] [ 1719] 77 1719 23622 939 1 0 0 akonadi_maildis
    [15106.593559] [ 1739] 77 1739 35083 1480 1 0 0 akonadi_mailfil
    [15106.593567] [ 1743] 77 1743 21383 749 1 0 0 nepomukcontroll
    [15106.593575] [ 1744] 77 1744 22121 870 1 0 0 akonadi_nepomuk
    [15106.593583] [ 1760] 77 1760 37929 1414 1 0 0 kmix
    [15106.593591] [ 1778] 77 1778 18217 13580 1 0 0 virtuoso-t
    [15106.593599] [ 1782] 77 1782 32400 3719 1 0 0 python2
    [15106.593607] [ 1789] 77 1789 24250 865 0 0 0 polkit-kde-auth
    [15106.593616] [ 1799] 77 1799 35463 1401 0 0 0 klipper
    [15106.593624] [ 1840] 77 1840 18053 716 1 0 0 nepomukservices
    [15106.593632] [ 1841] 77 1841 18382 793 1 0 0 nepomukservices
    [15106.593640] [ 1842] 77 1842 25370 1078 1 0 0 nepomukservices
    [15106.593648] [ 1843] 77 1843 22998 1101 1 0 0 nepomukservices
    [15106.593657] [ 1873] 77 1873 2076 102 1 0 0 gvfsd
    [15106.593664] [ 1875] 77 1875 8623 116 1 0 0 gvfs-fuse-daemo
    [15106.593673] [ 1882] 77 1882 2174 133 1 0 0 gconfd-2
    [15106.593681] [ 2069] 33 2069 10362 1107 1 0 0 httpd
    [15106.593689] [ 2075] 33 2075 10305 949 0 0 0 httpd
    [15106.593696] [ 2076] 33 2076 10352 1180 1 0 0 httpd
    [15106.593704] [ 2077] 33 2077 7951 997 1 0 0 httpd
    [15106.593712] [ 2715] 77 2715 13331 269 0 0 0 gvfs-udisks2-vo
    [15106.593721] [ 2718] 0 2718 10682 1263 1 0 0 udisksd
    [15106.593729] [ 3281] 33 3281 10523 1161 1 0 0 httpd
    [15106.593737] [ 5076] 77 5076 1352 73 0 0 0 idea.sh
    [15106.593746] [ 5101] 77 5101 254057 94715 1 0 0 java
    [15106.593754] [ 5309] 77 5309 169374 64206 0 0 0 openshot
    [15106.593762] [ 5420] 77 5420 124234 32702 1 0 0 firefox
    [15106.593770] [ 5453] 77 5453 40191 3455 0 0 0 konsole
    [15106.593778] [ 5455] 77 5455 1392 112 0 0 0 bash
    [15106.593786] [ 5462] 77 5462 1248 76 0 0 0 su
    [15106.593793] [ 5463] 0 5463 1365 103 1 0 0 bash
    [15106.593803] [ 5515] 77 5515 104399 8267 1 0 0 dolphin
    [15106.593810] [ 5520] 77 5520 1366 104 1 0 0 bash
    [15106.593819] [ 5591] 77 5591 40881 5740 1 0 0 plugin-containe
    [15106.593827] Out of memory: Kill process 5101 (java) score 186 or sacrifice child
    [15106.594031] Killed process 5101 (java) total-vm:1016228kB, anon-rss:372668kB, file-rss:6192kB
    [15106.598163] X invoked oom-killer: gfp_mask=0x201da, order=0, oom_adj=0, oom_score_adj=0
    [15106.598186] X cpuset=/ mems_allowed=0
    [15106.598195] Pid: 1417, comm: X Tainted: G O 3.4.6-1-ARCH #1
    [15106.598199] Call Trace:
    [15106.598216] [<c04b05ab>] dump_header.isra.8+0x81/0x1c6
    [15106.598228] [<c02e29c9>] ? ___ratelimit+0x89/0x100
    [15106.598238] [<c0140635>] ? has_ns_capability_noaudit+0x35/0x50
    [15106.598247] [<c01e30f8>] oom_kill_process+0x238/0x270
    [15106.598255] [<c01e31c1>] ? select_bad_process.constprop.13+0x91/0x130
    [15106.598263] [<c01e3565>] out_of_memory+0xe5/0x1c0
    [15106.598273] [<c01e6ce6>] __alloc_pages_nodemask+0x766/0x780
    [15106.598282] [<c01e1ed4>] filemap_fault+0x1c4/0x390
    [15106.598300] [<c010c4bb>] ? save_i387_fxsave+0x5b/0x80
    [15106.598307] [<c01fdfca>] __do_fault+0x5a/0x4b0
    [15106.598315] [<c0201088>] handle_pte_fault+0x78/0x890
    [15106.598323] [<c0201996>] handle_mm_fault+0xf6/0x1d0
    [15106.598333] [<c012afd0>] ? vmalloc_sync_all+0x120/0x120
    [15106.598340] [<c012b0e3>] do_page_fault+0x113/0x430
    [15106.598350] [<c0145977>] ? recalc_sigpending+0x17/0x50
    [15106.598357] [<c0146835>] ? __set_task_blocked+0x35/0x80
    [15106.598364] [<c0102a2b>] ? restore_sigcontext+0xdb/0x110
    [15106.598372] [<c01037f8>] ? sys_sigreturn+0x88/0xa0
    [15106.598380] [<c012afd0>] ? vmalloc_sync_all+0x120/0x120
    [15106.598389] [<c04b768f>] error_code+0x67/0x6c
    [15106.598398] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.598406] [<c01c645d>] ? wakeup_print_header+0x1d/0x30
    [15106.598420] Mem-Info:
    [15106.598424] DMA per-cpu:
    [15106.598429] CPU 0: hi: 0, btch: 1 usd: 0
    [15106.598434] CPU 1: hi: 0, btch: 1 usd: 0
    [15106.598438] Normal per-cpu:
    [15106.598443] CPU 0: hi: 186, btch: 31 usd: 63
    [15106.598448] CPU 1: hi: 186, btch: 31 usd: 64
    [15106.598452] HighMem per-cpu:
    [15106.598456] CPU 0: hi: 186, btch: 31 usd: 93
    [15106.598461] CPU 1: hi: 186, btch: 31 usd: 155
    [15106.598473] active_anon:148279 inactive_anon:153763 isolated_anon:0
    [15106.598475] active_file:94 inactive_file:252 isolated_file:0
    [15106.598478] unevictable:33 dirty:0 writeback:3 unstable:0
    [15106.598481] free:22490 slab_reclaimable:4570 slab_unreclaimable:7767
    [15106.598483] mapped:10021 shmem:10291 pagetables:1977 bounce:0
    [15106.598498] DMA free:8832kB min:784kB low:980kB high:1176kB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15804kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:0kB slab_unreclaimable:8kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? yes
    [15106.598511] lowmem_reserve[]: 0 865 2015 2015
    [15106.598531] Normal free:80676kB min:44012kB low:55012kB high:66016kB active_anon:252140kB inactive_anon:265924kB active_file:120kB inactive_file:188kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:885944kB mlocked:0kB dirty:0kB writeback:0kB mapped:1784kB shmem:1764kB slab_reclaimable:18280kB slab_unreclaimable:31060kB kernel_stack:3608kB pagetables:7908kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:994 all_unreclaimable? yes
    [15106.598545] lowmem_reserve[]: 0 0 9204 9204
    [15106.598564] HighMem free:452kB min:512kB low:15144kB high:29776kB active_anon:340976kB inactive_anon:349128kB active_file:256kB inactive_file:820kB unevictable:132kB isolated(anon):0kB isolated(file):0kB present:1178184kB mlocked:132kB dirty:0kB writeback:12kB mapped:38300kB shmem:39400kB slab_reclaimable:0kB slab_unreclaimable:0kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:2562 all_unreclaimable? yes
    [15106.598578] lowmem_reserve[]: 0 0 0 0
    [15106.598586] DMA: 2*4kB 1*8kB 1*16kB 1*32kB 3*64kB 3*128kB 4*256kB 2*512kB 2*1024kB 0*2048kB 1*4096kB = 8832kB
    [15106.598606] Normal: 4827*4kB 3247*8kB 1162*16kB 273*32kB 46*64kB 8*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 1*4096kB = 80676kB
    [15106.598626] HighMem: 95*4kB 7*8kB 1*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 452kB
    [15106.598645] 14808 total pagecache pages
    [15106.598649] 4066 pages in swap cache
    [15106.598654] Swap cache stats: add 42414, delete 38348, find 5212/5986
    [15106.598658] Free swap = 0kB
    [15106.598661] Total swap = 136516kB
    [15106.613591] 524176 pages RAM
    [15106.613599] 296866 pages HighMem
    [15106.613603] 7041 pages reserved
    [15106.613607] 31831 pages shared
    [15106.613610] 477718 pages non-shared
    [15106.613614] [ pid ] uid tgid total_vm rss cpu oom_adj oom_score_adj name
    [15106.613634] [ 179] 0 179 836 94 0 -17 -1000 systemd-udevd
    [15106.613646] [ 385] 0 385 1278 38 0 0 0 mount.ntfs
    [15106.613655] [ 387] 0 387 1278 36 1 0 0 mount.ntfs
    [15106.613663] [ 488] 0 488 1099 7 0 0 0 syslog-ng
    [15106.613671] [ 489] 0 489 1832 61 1 0 0 syslog-ng
    [15106.613680] [ 549] 81 549 868 152 0 0 0 dbus-daemon
    [15106.613688] [ 581] 0 581 2950 91 0 0 0 cupsd
    [15106.613696] [ 614] 0 614 1251 21 1 0 0 crond
    [15106.613704] [ 866] 0 866 1492 11 0 0 0 wpa_supplicant
    [15106.613713] [ 981] 0 981 592 21 0 0 0 dhcpcd
    [15106.613720] [ 1018] 0 1018 7877 830 0 0 0 httpd
    [15106.613728] [ 1051] 0 1051 1353 0 0 0 0 mysqld_safe
    [15106.613736] [ 1320] 89 1320 77965 7320 1 0 0 mysqld
    [15106.613745] [ 1322] 33 1322 5416 619 1 0 0 httpd
    [15106.613753] [ 1339] 33 1339 10337 1133 1 0 0 httpd
    [15106.613760] [ 1340] 33 1340 10543 1379 1 0 0 httpd
    [15106.613768] [ 1341] 33 1341 10309 971 0 0 0 httpd
    [15106.613776] [ 1342] 33 1342 10307 1089 1 0 0 httpd
    [15106.613784] [ 1343] 33 1343 10337 1019 0 0 0 httpd
    [15106.613792] [ 1396] 0 1396 984 10 0 0 0 lircd
    [15106.613800] [ 1403] 0 1403 549 1 1 0 0 agetty
    [15106.613807] [ 1404] 0 1404 549 1 0 0 0 agetty
    [15106.613815] [ 1405] 0 1405 549 1 0 0 0 agetty
    [15106.613822] [ 1406] 0 1406 549 1 0 0 0 agetty
    [15106.613830] [ 1407] 0 1407 549 1 1 0 0 agetty
    [15106.613838] [ 1408] 0 1408 549 1 0 0 0 agetty
    [15106.613846] [ 1409] 0 1409 1061 12 1 0 0 kdm
    [15106.613854] [ 1417] 0 1417 35154 17618 1 0 0 X
    [15106.613861] [ 1420] 0 1420 1238 10 0 0 0 kdm
    [15106.613869] [ 1423] 0 1423 7532 0 0 0 0 console-kit-dae
    [15106.613877] [ 1490] 0 1490 6302 191 0 0 0 polkitd
    [15106.613885] [ 1500] 77 1500 1353 2 0 0 0 startkde
    [15106.613912] [ 1510] 77 1510 908 0 1 0 0 dbus-launch
    [15106.613921] [ 1511] 77 1511 1124 275 1 0 0 dbus-daemon
    [15106.613929] [ 1531] 77 1531 1233 15 0 0 0 gpg-agent
    [15106.613937] [ 1534] 77 1534 1126 1 0 0 0 ssh-agent
    [15106.613946] [ 1548] 77 1548 497 8 0 -4 -300 start_kdeinit
    [15106.613954] [ 1549] 77 1549 29890 325 1 -4 -300 kdeinit4
    [15106.613962] [ 1550] 77 1550 30492 388 1 0 0 klauncher
    [15106.613971] [ 1552] 77 1552 45858 1053 1 0 0 kded4
    [15106.613979] [ 1559] 77 1559 34754 378 1 0 0 kglobalaccel
    [15106.613987] [ 1563] 77 1563 21629 142 1 0 0 kactivitymanage
    [15106.613995] [ 1565] 0 1565 7359 87 0 0 0 upowerd
    [15106.614003] [ 1569] 77 1569 531 0 0 0 0 kwrapper4
    [15106.614011] [ 1570] 77 1570 36947 475 1 0 0 ksmserver
    [15106.614019] [ 1608] 0 1608 6352 1174 0 0 0 udisks-daemon
    [15106.614027] [ 1611] 77 1611 53843 3609 0 0 0 kwin
    [15106.614035] [ 1613] 0 1613 1647 10 1 0 0 udisks-daemon
    [15106.614043] [ 1646] 77 1646 36815 1922 1 0 0 knotify4
    [15106.614052] [ 1649] 77 1649 92190 13352 0 0 0 plasma-desktop
    [15106.614060] [ 1653] 77 1653 21432 220 1 0 0 kuiserver
    [15106.614068] [ 1657] 77 1657 10749 118 0 0 0 akonadi_control
    [15106.614076] [ 1659] 77 1659 48367 202 0 0 0 akonadiserver
    [15106.614085] [ 1662] 77 1662 59982 7383 1 0 0 mysqld
    [15106.614093] [ 1679] 77 1679 34478 324 0 0 0 kaccess
    [15106.614101] [ 1688] 77 1688 32277 345 1 0 0 nepomukserver
    [15106.614109] [ 1689] 77 1689 14907 0 1 0 0 kwrited
    [15106.614117] [ 1691] 77 1691 61245 2712 1 0 0 nepomukservices
    [15106.614125] [ 1694] 77 1694 68584 2316 1 0 0 krunner
    [15106.614133] [ 1713] 77 1713 21418 190 1 0 0 akonadi_agent_l
    [15106.614142] [ 1714] 77 1714 21433 155 1 0 0 akonadi_agent_l
    [15106.614150] [ 1715] 77 1715 21435 167 1 0 0 akonadi_agent_l
    [15106.614158] [ 1716] 77 1716 21481 209 1 0 0 akonadi_agent_l
    [15106.614166] [ 1717] 77 1717 21481 236 1 0 0 akonadi_agent_l
    [15106.614174] [ 1718] 77 1718 21447 200 1 0 0 akonadi_agent_l
    [15106.614182] [ 1719] 77 1719 23622 939 1 0 0 akonadi_maildis
    [15106.614191] [ 1739] 77 1739 35083 1480 1 0 0 akonadi_mailfil
    [15106.614199] [ 1743] 77 1743 21383 684 1 0 0 nepomukcontroll
    [15106.614208] [ 1744] 77 1744 22121 870 1 0 0 akonadi_nepomuk
    [15106.614216] [ 1760] 77 1760 37929 1414 1 0 0 kmix
    [15106.614224] [ 1778] 77 1778 18217 13580 1 0 0 virtuoso-t
    [15106.614232] [ 1782] 77 1782 32400 3719 1 0 0 python2
    [15106.614240] [ 1789] 77 1789 24250 865 0 0 0 polkit-kde-auth
    [15106.614248] [ 1799] 77 1799 35463 1401 0 0 0 klipper
    [15106.614256] [ 1840] 77 1840 18053 716 1 0 0 nepomukservices
    [15106.614265] [ 1841] 77 1841 18382 793 1 0 0 nepomukservices
    [15106.614273] [ 1842] 77 1842 25370 1078 1 0 0 nepomukservices
    [15106.614281] [ 1843] 77 1843 22998 1101 1 0 0 nepomukservices
    [15106.614289] [ 1873] 77 1873 2076 102 1 0 0 gvfsd
    [15106.614297] [ 1875] 77 1875 8623 116 1 0 0 gvfs-fuse-daemo
    [15106.614305] [ 1882] 77 1882 2174 133 1 0 0 gconfd-2
    [15106.614313] [ 2069] 33 2069 10362 1107 1 0 0 httpd
    [15106.614322] [ 2075] 33 2075 10305 949 0 0 0 httpd
    [15106.614329] [ 2076] 33 2076 10352 1180 1 0 0 httpd
    [15106.614337] [ 2077] 33 2077 7951 997 1 0 0 httpd
    [15106.614345] [ 2715] 77 2715 13331 269 0 0 0 gvfs-udisks2-vo
    [15106.614353] [ 2718] 0 2718 10682 1263 1 0 0 udisksd
    [15106.614361] [ 3281] 33 3281 10523 1161 1 0 0 httpd
    [15106.614370] [ 5076] 77 5076 1352 73 0 0 0 idea.sh
    [15106.614380] [ 5309] 77 5309 169374 64206 0 0 0 openshot
    [15106.614391] [ 5420] 77 5420 124234 32702 1 0 0 firefox
    [15106.614403] [ 5453] 77 5453 40191 3455 0 0 0 konsole
    [15106.614412] [ 5455] 77 5455 1392 112 0 0 0 bash
    [15106.614421] [ 5462] 77 5462 1248 76 0 0 0 su
    [15106.614430] [ 5463] 0 5463 1365 103 1 0 0 bash
    [15106.614444] [ 5515] 77 5515 104399 8267 1 0 0 dolphin
    [15106.614453] [ 5520] 77 5520 1366 104 1 0 0 bash
    [15106.614465] [ 5591] 77 5591 40881 5740 0 0 0 plugin-containe
    [15106.614475] Out of memory: Kill process 5309 (openshot) score 116 or sacrifice child
    [15106.614667] Killed process 5309 (openshot) total-vm:677496kB, anon-rss:254088kB, file-rss:2736kB
    [15968.362243] sdb: detected capacity change from 8006074368 to 0
    [15985.177727] usb 1-5: USB disconnect, device number 3

    I can't find any official claim to back this up, but I know that KDE can work with as little as 512 MB RAM, so I think that 2 GB is plenty. At least for desktop stuff.
    OP, do you use swap? Just to rule out any hardware issues, run Memtest86+ from a LiveCD (which you can also find on the Arch install media) for a couple of hours and see if it breaks down.

  • Compressor Cluster problem is memory RAM related?

    Hi guys,
    I was using my quickcluster with 2 instances in my mbp until yesterday. So, today after I upgraded my RAM to 4 gigs, Compressor didn't show the "My disk cluster" in the list anymore. I upgraded to the latest version of everything and it still doesn't work.
    So, has anybody thought that it might be some kind of RAM Memory limit? 2 gigs max?
    Looking forward to hear what you think.
    Eduardo Serrano.

    and my problem is that when I use parallels desktop it, I copy files to external hard memory RAM from 11GB goes to 16-100 mb. Can anyone help me.

  • HT1338 High Kernel_Task memory usage

    I am running a Macbook pro (mid 2012) with mountain lion.
    The Kernel task memory takes between 800mb and 1.4gigs of ram.
    Is this normal?
    Thank you

    Hi William,
    Thank you for your reply. I have 8 gig of ram. I was concerned because i performed a complete restore from time machine from my old mac using the Apple migration assistant and maybe dragged some non-optimum stuff accross. I've checked the kernel extensions etc. and all seems to be in order.
    Thanks again
    Gerry

  • High kernel_task RAM Usage in Yosemite 10.10.1

    Hello All,
    No matter what I'm running, I always have high RAM usage with kernel_task. I've looked around the other threads and never found a definitive solution. I wouldn't call it crippling to my system but I would like to resolve the issue. Below is a screenshot of my activity monitor, and my Etrecheck run. Please let me know anything I can do to reduce the RAM usage of this process.
    Problem description:
    High kernel_task RAM Usage (800MB - 1.5GB)
    EtreCheck version: 2.1.5 (108)
    Report generated December 18, 2014 at 10:49:34 PM EST
    Click the [Support] links for help with non-Apple products.
    Click the [Details] links for more information about that line.
    Click the [Adware] links for help removing adware.
    Hardware Information: ℹ️
      MacBook Pro (15-inch, Late 2011) (Verified)
      MacBook Pro - model: MacBookPro8,2
      1 2.2 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
      Color LCD 1440 x 900
      AMD Radeon HD 6750M - VRAM: 512 MB
    System Software: ℹ️
      OS X 10.10.1 (14B25) - Uptime: 0:36:30
    Disk Information: ℹ️
      WDC WD1001X06X-00SJVT0 disk0 : (1.12 TB)
      EFI (disk0s1) <not mounted> : 210 MB
      SSD (disk0s2) / : 119.69 GB (61.10 GB free)
      Macintosh HD (disk0s3) /Volumes/Macintosh HD : 1.00 TB (529.88 GB free)
      HL-DT-ST DVDRW  GS31N 
      ST1000LM024 HN-M101MBB disk1 : (1 TB)
      disk1s1 (disk1s1) <not mounted> : 32 KB
      HD-PATU3 (disk1s3) /Volumes/HD-PATU3 : 1.00 TB (196.18 GB free)
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      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
      BUFFALO INC. HD-PATU3
    Configuration files: ℹ️
      /etc/hosts - Count: 15
    Gatekeeper: ℹ️
      Anywhere
    Kernel Extensions: ℹ️
      /System/Library/Extensions
      [not loaded] com.rane.driver.sixtyeight.10.6 (1.1.2f4) [Support]
      [not loaded] com.rane.driver.sixtyone.10.6 (1.0.0f1 - SDK 10.6) [Support]
      [not loaded] com.rane.driver.sixtytwo.10.6 (1.0.0f1 - SDK 10.6) [Support]
      [not loaded] com.rane.driver.sl2.10.6 (1.0.1f3) [Support]
      [not loaded] com.rane.driver.sl3.10.6 (1.3.2f6) [Support]
      [not loaded] com.rane.driver.sl4.10.6 (1.0.1f3 - SDK 10.6) [Support]
      [loaded] com.serato.usb.kext (2.3.0) [Support]
      /Volumes/Macintosh HD/Applications/MATLAB_R2015a.app
      [not loaded] com.mathworks.sldrtkrn (5.0.0 - OS X 10.8) [Support]
      /Volumes/Macintosh HD/Applications/SoundTap.app
      [not loaded] com.NCHSoftware.driver.SoundTapVirtualAudioDevice (1.0.0d1) [Support]
      /Volumes/Macintosh HD/Applications/Tunnelblick.app
      [not loaded] net.sf.tuntaposx.tap (1.0) [Support]
      [not loaded] net.sf.tuntaposx.tun (1.0) [Support]
      [not loaded] net.tunnelblick.tap (1.0) [Support]
      [not loaded] net.tunnelblick.tun (1.0) [Support]
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist [Support]
    User Launch Agents: ℹ️
      [loaded] com.adobe.ARM.[...].plist [Support]
      [failed] com.facebook.videochat.[redacted].plist [Support]
      [invalid?] com.valvesoftware.steamclean.plist [Support]
      [loaded] net.tunnelblick.tunnelblick.LaunchAtLogin.plist [Support]
    User Login Items: ℹ️
      MacOS Folder (/Applications/Steam.app/Contents/MacOS)
      Alarm Clock ApplicationHidden (/Applications/Alarm Clock.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
      o1dbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      Unity Web Player: Version: UnityPlayer version 3.5.6f4 - SDK 10.6 [Support]
      Default Browser: Version: 600 - SDK 10.10
      AdobePDFViewerNPAPI: Version: 10.1.13 [Support]
      FlashPlayer-10.6: Version: 16.0.0.235 - SDK 10.6 [Support]
      Silverlight: Version: 5.1.20513.0 - SDK 10.6 [Support]
      Flash Player: Version: 16.0.0.235 - SDK 10.6 [Support]
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.6.0 - SDK 10.8 [Support]
      SharePointBrowserPlugin: Version: 14.4.6 - SDK 10.6 [Support]
      AdobePDFViewer: Version: 10.1.13 [Support]
      DirectorShockwave: Version: 11.6.6r636 [Support]
    Audio Plug-ins: ℹ️
      DVCPROHDAudio: Version: 1.3.2
      SeratoVirtualAudioPlugIn: Version: 1.0.11 [Support]
      Hear: Version: 1.1.1 - SDK 10.5 [Support]
    3rd Party Preference Panes: ℹ️
      Flash Player  [Support]
      Java  [Support]
      SIXTY-EIGHT Audio Control Panel  [Support]
      SL 2 Audio Control Panel  [Support]
      SL 4 Audio Control Panel  [Support]
      TimeMachineScheduler  [Support]
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      SSD: Disk size: 119.69 GB Disk used: 58.59 GB
      Destinations:
      HD-PATU3 [Local]
      Total size: 1.00 TB
      Total number of backups: 44
      Oldest backup: 2013-12-25 21:46:07 +0000
      Last backup: 2014-12-16 21:41:48 +0000
      Size of backup disk: Excellent
      Backup size 1.00 TB > (Disk size 119.69 GB X 3)
    Top Processes by CPU: ℹ️
          12% Google Chrome Canary
          1% WindowServer
          0% fontd
          0% hidd
          0% GoogleTalkPlugin
    Top Processes by Memory: ℹ️
      275 MB Google Chrome Canary
      241 MB iTunes
      172 MB mds_stores
      155 MB Finder
      134 MB Google Chrome Helper
    Virtual Memory Information: ℹ️
      10.95 GB Free RAM
      3.59 GB Active RAM
      777 MB Inactive RAM
      1.85 GB Wired RAM
      2.81 GB Page-ins
      0 B Page-outs
    Diagnostics Information: ℹ️
      Dec 18, 2014, 10:13:38 PM Self test - passed
      Dec 18, 2014, 10:05:52 PM /Library/Logs/DiagnosticReports/backupd_2014-12-18-220552_[redacted].cpu_resour ce.diag [Details]

    The kernel_task memory usage is normal.

  • Occasional video freeze, related to memory usage?

    Hi all,
    I've been experiencing problems playing divx and flv (firefox) videos.
    The image freezes for a second, then keeps playing, then freezes... again and again.
    I have the same problem with VLC, MPlayer OS X, I have tried uninstalling Perian, or Flip4mac...
    Computer updates are ok.
    It looks like a memory usage issue to me but I am not sure.
    Any idea?

    Welcome to Apple Discussions!
    One thing you could try is to go to System Preferences>QuickTime>Streaming and set the bar for a longer delay. I get this a lot with dial up, and I think it's because the download speed is slow. It downloads a little, plays a little, downloads a bit more, plays a bit more...and so on. With really fast internet, I think it downloads faster than it plays, so you don't get this.
    Good luck!

  • Indesign CC freezes and maxes out memory usage in Windows 7

    I'm having a problem where Indesign will freeze and when I check on it in Task Manager I can see the memory usage climbing until it's using all free memory. I have to kill the task to get it to stop. I have 8GB and it maxed out at 6.5gb this morning. I'm on Windows 7 Pro and am using the 64-bit version of Indesign with the most recent update.

    The document I'm working on now is only about 35 pages with 1-3 images per page, nothing too crazy. I don't have any extra plugins from what I recall - how do I check?
    I'm using Photoshop and sometimes Illustrator at the same time, but have plenty of free memory until ID goes nuts.

  • Problem with Firefox and very heavy memory usage

    For several releases now, Firefox has been particularly heavy on memory usage. With its most recent version, with a single browser instance and only one tab, Firefox consumes more memory that any other application running on my Windows PC. The memory footprint grows significantly as I open additional tabs, getting to almost 1GB when there are 7 or 8 tabs open. This is as true with no extensions or pluggins, and with the usual set, (firebug, fire cookie, fireshot, XMarks). Right now, with 2 tabs, the memory is at 217,128K and climbing, CPU is between 0.2 and 1.5%.
    I have read dozens of threads providing "helpful" suggestions, and tried any that seem reasonable. But like most others who experience Firebug's memory problems, none address the issue.
    Firefox is an excellent tool for web developers, and I rely on it heavily, but have now resorted to using Chrome as the default and only open Firefox when I must, in order to test or debug a page.
    Is there no hope of resolving this problem? So far, from responses to other similar threads, the response has been to deny any responsibility and blame extensions and/or pluggins. This is not helpful and not accurate. Will Firefox accept ownership for this problem and try to address it properly, or must we continue to suffer for your failings?

    55%, it's still 1.6Gb....there shouldn't be a problem scanning something that it says will take up 300Mb, then actually only takes up 70Mb.
    And not wrong, it obviously isn't releasing the memory when other applications need it because it doesn't, I have to close PS before it will release it. Yes, it probably is supposed to release it, but it isn't.
    Thank you for your answer (even if it did appear to me to be a bit rude/shouty, perhaps something more polite than "Wrong!" next time) but I'm sitting at my computer, and I can see what is using how much memory and when, you can't.

  • Problem with scanning and memory usage

    I'm running PS CS3 on Vista Home Premium, 1.86Ghz Intel core 2 processor, and 4GB RAM.
    I realise Vista only sees 3.3GB of this RAM, and I know Vista uses about 1GB all the time.
    Question:
    While running PS, and only PS, with no files open, I have 2GB of RAM, why will PS not let me scan a file that it says will take up 300Mb?
    200Mb is about the limit that it will let me scan, but even then, the actual end product ends up being less than 100Mb. (around 70mb in most cases)I'm using a Dell AIO A920, latest drivers etc, and PS is set to use all avaliable RAM.
    Not only will it not let me scan, once a file I've opened has used up "x" amount of RAM, even if I then close that file, "x" amount of RAM will STILL be unavaliable. This means if I scan something, I have to save it, close PS, then open it again before I can scan anything else.
    Surely this isn't normal. Or am I being stupid and missing something obvious?
    I've also monitored the memory usage during scanning using task manager and various other things, it hardly goes up at all, then shoots up to 70-80% once the 70ishMb file is loaded. Something is up because if that were true, I'd actually only have 1Gb of RAM, and running Vista would be nearly impossible.
    It's not a Vista thing either as I had this problem when I had XP. In fact it was worse then, I could hardly scan anything, had to be very low resolution.
    Thanks in advance for any help

    55%, it's still 1.6Gb....there shouldn't be a problem scanning something that it says will take up 300Mb, then actually only takes up 70Mb.
    And not wrong, it obviously isn't releasing the memory when other applications need it because it doesn't, I have to close PS before it will release it. Yes, it probably is supposed to release it, but it isn't.
    Thank you for your answer (even if it did appear to me to be a bit rude/shouty, perhaps something more polite than "Wrong!" next time) but I'm sitting at my computer, and I can see what is using how much memory and when, you can't.

Maybe you are looking for

  • Adobe flash player stopped working 10.5.8.. can not get it to work anymore

    My flash player has not worked for 2 days, i can view some things on Youtube but with no sound so i tried to update my flash player and it doesn't supprt my mac os x version 10.5.8... anyone know what i can do next... Spent over a thousand euro on th

  • Request suggestions for PDF printing of forms such as paychecks, W2's

    This question is on two levels. I see this as an up and coming project at work, and even there I doubt we will be purchasing BI Publisher as we are in cutback mode. More inportantly, for my own clients who want an application on the cheap. I have see

  • Export release build fails with project created by Launchpad

    When I try to export a release build (using Flash Builder 4.5) of a project created in Adobe Air Launchpad (p8_3-0-1_081911) I get the following error message: "error occurred while saving the project settings: 'default' build target cannot be found

  • Unknown Mask relationships appearing in data

    Dear all I have entered some data in MapInfo and then copied the geometries to other rows using Oracle 10.2. Whilst checking the data relationships I came across the following relationship types, amongst others, in my data: UNKNOWN MASK: 001001001 UN

  • Get runtime application server url

    I try to use web.show_document(url,target) and I don't know exactly the runtime url. It will be nice to retrieve it from form. Is it possible to get the runtime application server url inside form? If so how? Thanks!