Operating system uses too much ram

My operating system uses too much ram I don't know why?

as shown in the picture...

I just open chrome bt still its with 1.2 GB of ram of 2 GB...

I don't know what the problem...

I quit also all unnecessary applications to windows startup...

the problem persists...

Help, please...

Thanks in advance...

Say hello to new parthcool.

It is a normal behavior of a browser like Chrome or Firefox.  You run several tabs in Chrome?  Chrome treats each tab as a separate instance of the browser and for this purpose a separate process.  It is a good feature because it means that a hanging web page will not (usually) bring down the browser everything.  However, this means that Chrome uses a lot of RAM.

Using intensive plugins memory within these tabs, like Adobe Flash, will greatly increase the amount of memory used.

Here is a screencap of my own memory used within Chrome.  I did open Chrome before that and I currently have seven tabs.  This represents about 400 MB with pages containing the text for most.

Unfortunately, because this is a consequence of the features of the browser itself, there are only a few options to solve the problem.  You can try to minimize the amount of memory that Chrome uses by following the instructions in this article.

Your second option is to upgrade your laptop to include more memory.  You also extend the usefulness of your laptop.  If you want to go this route, I need your product number to locate the appropriate parts and information.  Follow this document to locate the product number.

Finally, and this is probably the most effective solution, is to use the Ready Boost of the window function.  Ready Boost allows you to use Flash memory, such as a USB key, as secondary memory for your computer.  Here's a great thread in which explains how to use Ready Boost.

I hope you find this useful parthcool; have a great day!

Tags: Notebooks

Similar Questions

  • Svchost.exe file LocalSystemNetworkRestricted using too much RAM

    The file svchost.exe (LocalSystemNetworkRestricted) uses too much RAM, almost 1/2 of it.  There are also several svchost.exe files (no limit) and the indexer uses a lot of RAM too. I have already associated the indexer return. I suspect that it is the cause of my favorite right-click with windows Explorer.  I have 4 GB of RAM, small basic programs, file clean constantly and the computer is still slow.  How can I fix it?  Test/scan etc. ?  HELP.............................

    2computercrazy

    Hello

    Follow the steps below and check if that helps.

    Method: Scan the System File Checker.

    http://support.Microsoft.com/kb/929833

    Method 2: I suggest you to check the boot issue.

    1. click on start, type msconfig in the search box and press ENTER.
    The user account control permission.
    If you are prompted for an administrator password or confirmation, type
    password, or click on continue.
    2. in the general tab, click Selective startup.
    3. under Selective startup, clear the check box load starting points.
    4. click on the Services tab, select the hide all Microsoft Services check box, and then click Disable all.
    5. click on OK.
    6. When you are prompted, click on restart.
    7. after the computer starts, check if the problem is resolved.
     
    If the problem is resolved, make sure what third-party program is at the origin of the problem, referring to the link given below:
    http://support.Microsoft.com/kb/929135
     
    Reset the computer to start as usual.
    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
    Click Start, type msconfig.exe in the start search box and press ENTER.
    If you are prompted for an administrator password or for confirmation, type your password, or click on continue. On the general tab, click the Normal startup option, and then click OK.
    When you are prompted to restart the computer, click on restart.

    Method 3:Follow the steps below to solve the problem

     1. click on start-> in start search, type "services.msc" (without the quotation marks) in the Open box and click OK.
    2. double-click on the service "Windows Update".
    3. click on the tab to open a session, please make sure that the option "Local System account" is selected and the option "Allow service to interact with desktop" is unchecked.

    4. check if this function has been activated on the hardware profile listed. If this isn't the case, please click the Enable button to enable it.
    5. click on the "Général" tab Make sure the "Startup Type" is "automatic". Then please click the button "Start" under "Status of Service" to start the service.
    6. repeat the above steps with the other service: (BITS) Background Intelligent Transfer Service

    Method 4: I suggest that you want to run a virus scan on your computer.

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    I suggest you to provide us with the information from the event log.

    http://Windows.Microsoft.com/en-us/Windows-Vista/open-Event-Viewer

  • FF using too much RAM and slow down

    FF uses too much RAM
    After I started FF, like 5 minutes later, use as a 1 GB of ram, and if I don't restart it, I push up to 3 GB ~ 4 GB of RAM used

    the article above has not helped
    updated to version beta and resolved

  • Iconia b1 using too much ram

    Hi yesterday I bought my Acer b1... but it seems the Tablet using 70% of ram or more! Can someone help me?

    Thank you

    Normal.

    Many applications call the system and ask:

    -"Hey, mate, let me come in.

    If the system has enough memory, it responds:

    -"OK, but don't take too much place.

    If the system is out of memory, he responds:

    -"Rest in peace, friend and let others do the work.

    End of demo...

  • Report on events uses too much RAM

    I run a report for the events of multiple vCenter servers.  Since get-vieventplus can run against a vCenter at a time, I am cycling through a list of the vCenters of a foreach statement.  However, the report is using 98% of 24 GB of RAM and wedging on.

    He opposed the first vCenter without problem and went to the second.  But when it goes on the second he had exhausted all of the RAM on the virtual computer running the report.

    Are there errors in my code?  I don't get all the errors on the screen - if there are no errors - how can I make this report to operate more efficiently, so that it does not use a lot of RAM on the virtual machine, I'm running from?

    $vcenters = "vcenter1", "vcenter2", "vcenter3", "vcenter4".

    $now = get-Date-time-Minute 0 - 0 - 0 second

    $daysBack = - $now. Day + 1

    $Start = $now. AddMonths(-1). AddDays ($daysBack)

    $DaysInMonth = [DateTime]: DaysInMonth($Start.Year,$Start.Month)

    $Finish = $Start.AddDays ($DaysInMonth)

    $report = @)

    {foreach ($vcenter to $vcenters)

    Connect-VIServer-Server $vCenter - universal_service_account of the username-password password

    $report += get-VIEventPlus-start $start - finishing $finish |

    Where-Object {"VmCreatedEvent", "VmClonedEvent", "VmDeployedEvent" - contains $_.} GetType(). Name} | %{

    $evtThisNewVMEvent = $_

    Try {}

    $vm = get-VM-Id $_. Vm.VM - ErrorAction Stop

    }

    Catch {}

    return

    }

    $vm | Select «-»,

    @{N = 'The virtual computer name'; {E = {$_.name}},

    @{N = "vCPUCount"; E={$_. NumCPU}},

    @{N = "MemoryGB"; E={$_. MemoryGB}},

    @{N = "guest operating system"; E={$_. Guest.ToString (). "Split(":") [1]}},"

    @{N = "ProvisionedSpaceGB"; E = {[math]: Round (($_.))} {{(ProvisionedSpaceGB), 1)}}.

    @{N = "UsedSpaceGB"; E = {[math]: Round (($_.))} {{(UsedSpaceGB), 1)}}.

    @{N = "FreeSpaceGB"; E = {[math]: Round (($_.))} ProvisionedSpaceGB - $_. {{(UsedSpaceGB), 1)}}.

    @{N = "Current host ESXi"; E = {$_.vmhost.} Name.Split(".") [0]}},

    @{N = "vCenter Server"; E={$_. "Uid.Split(":") [0]." {{Split("@") [1]}},

    @{N = "Createduserid"; {E = {$evtThisNewVMEvent.createdTime}}.

    @{N = "created by";} {E = {$evtThisNewVMEvent.UserName}}.

    @{N = 'VMID'; E = {$_.vm.} VM}},

    @{N = "Original ESXi host"; E={$_. VMHost.Name.Split(".") [0]}}

    }

    {Disconnect-VIServer-Server $vCenter - confirm: $false}

    Try something like the script attached.

    I did all the variables, but you should get the idea.

    Note that you can use the EventType parameter on the Get-VIEventPlus function, this avoids having to return all the events, and that should be a filter on the customer.

    This should also save a memory.

  • First Pro CC2015 using too much RAM?

    Use CC2015 for a few days now and notice that it uses more RAM than it should, according to the settings in preferences. After a few minutes of reading material SD, it is used by almost all the RAM in my system making it practically unable to operate. Ranging from Blackmagic 480i/p notice to Blackmagic 1080 p AVI, XDCAM EX files and AVID DNxHD/Meridian QuickTimes. If anyone notices anything similar?

    See you soon!

    Here are my settings:

    premiere settings.JPG

    And my task manager:

    Taskmgr.JPG

    Specifications are the following:

    Win7 Pro 64-bit SP1

    HP Z800 dual Xeon X 5680 @ 3.33 GHz

    48 GB DDR3 RAM

    SAS 300 GB drive system

    32 TB SAS RAID on 16 x 2 TB hard drives

    4 GB Geforce GTX 970

    Premiere Pro CC2015

    In fact, someone on reddit pointed out that the leak of memory seems to come from Luminatri Scopes. I can confirm that. Whenever I have the extended window open, my usuage RAM begins to climb without stopping. As soon as I close, the use of the RAM returns to normal.

  • Firefox uses too much RAM

    After the update to Firefox 23 I had a lot of problems. The major problem I had is that Firefox uses up to the amount of memory RAM (from 2 GB for less than 5 tabs assets/load) and ends up crashing. After a few tests, I found that when I closed the tabs that about 2 to 3% of what Firefox started using when I opened the tab is unloaded. Using the about command: memory, I discovered that xpcom uses the more this 1 GB RAM passes after awhile of navigation.

    a user here reported ghostery as a source for leaking memory - you can keep this option disabled for a while and watch the use of resources...

  • Processes and specific Services take up too much RAM

    Hello there, Microsoft agents

    Recently, I had trouble finding a solution for this > _< over="" 40%="" of="" my="" memory="" is="" used,="" don't="" know="" why,="" and="" i="" can't="" continue="" playing="" games,="" they="" crash="" after="" a="" while="" saying="" "the="" game="" has="" ran="" out="" of="" memory"="" don't="" go="" too="" deep="" and="" ask="" about="" what="" are="" these="" games...="" anyway,="" i="" opened="" resource="" monitor="" to="" find="" what's="" eating="" up="" my="" ram..="" and="" found="" these="" in="" the="" top:="" msmpeng.exe="" ~60,000kb="" |="" svchost.exe="" (localsystemnetworkrestricted)="" ~110,000kb="">
    In addition, svchost.exe (netsvcs) changes from time to time and usually is of ~ 45, 000 KB and at some point he will + 300, 000 KB. Craaazy!

    If you think I have a virus so don ' t bother asking me to download some applications because I already did and found 0 threats or malware, also I have not installed any ANTI-VIRUS except Microsoft Security Essentials, so far. Any help would be really appreciated!

    System information:

    Name of the operating system Microsoft Windows 7 Ultimate
    Version 6.1.7601 Service Pack 1 Build 7601
    Another Description of the OS is not available
    Manufacturer of operating system Microsoft Corporation
    System manufacturer Gigabyte Technology Co., Ltd.
    Z97 - D3H system model
    System Type x 64-based PC
    Intel Core processor i5-4690 CPU @ 3.50 GHz, 3501 Mhz, 4 Lossnay, 4 logical processors
    Version/Date BIOS American Megatrends Inc. F4, 2014-04-25
    SMBIOS Version 2.7
    Windows directory C:\Windows
    System directory C:\Windows\system32
    Boot Device \Device\HarddiskVolume1
    Hardware Abstraction Layer Version = "6.1.7601.17514".
    Physical memory (RAM) installed 4.00 GB
    3.87 GB total physical memory
    2.22 GB available physical memory
    7.74 GB total virtual memory
    6.14 GB available virtual memory
    Page file space 3.87 GB
    Paging file C:\pagefile.sys

    DirectX Diagnostic information:

    Time of this report: 07 29, 2014, 16:12:16
    Operating system: Windows 7 Ultimate 64 - bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.140303) - 2144
    Language: English (regional setting: English)
    Manufacturer: Gigabyte Technology Co., Ltd..
    System model: Z97 - D3H
    BIOS: BIOS Date: 25/04/14 08:59 Ver: 04.06.05
    Processor: Intel Core i5-4690 CPU @ 3.50 GHz (4 CPUs), ~3.5GHz
    Memory: 4096 MB RAM
    Available OS memory: 3964MB RAM
    Page file: 1626MB used, 6300 MB of available space
    Windows Dir: C:\Windows
    DirectX version: DirectX 11
    DX setup parameters: not found
    DPI setting: Using System DPI
    System DPI setting: 96 DPI (100%)
    DWM DPI Scaling: disabled
    DxDiag Version: 6.01.7601.17514 32 bit Unicode

    Another question would be why these processes take too much RAM?
    Please find me a solution to this!
    Thank you

    Ahmad0703... _

    None of this seems unusual.

    MsMpEng.exe is Microsoft Security Essentials.

    Svchost.exe (netsvcs) hosts Windows Update. The memory usage goes up to approximately 1 MB if possible during the verification of the update or install updates the definitions of MSE.

    A vacation message memory when there is available RAM is caused by the paging file is too small. Windows ensures that it is able to provide virtual memory that programs have asked even if they don't have not used them. If the allocated memory was greater than the amount of RAM and paging file space, Windows starts to reject requests for memory allocation.

  • My Safari is using too much memory

    I use Safari 9.1.1 on my iMac (OS X 10.9.5)...) Last week, Safari uses too much memory causing my computer to slow down and own memory has automatically free up space.  I use the same sites in multiple windows.  But it will bring my RAM available to a dangerous level of 2 MB...

    Memory will make things worse. The amount of RAM is installed?

  • Firefox using too much memory

    Hello

    I had this problem a weakness there, I made any suggestion that this link said and it did not help:

    https://support.mozilla.org/ar/kb/firefox-uses-too-much-memory-ram#w_disabling-memory-consuming-plugins
    

    I have no many taps oppened taps only 47.
    My firefox now usiing 2 GB ram, can someone help me how to fix it?
    Thank you

    I tried 'back of ram' add and activate acceleration on my GPU and it worked, it did not use more than 200 MB with the same number of notches before

    Thank you very much

  • Explorer.exe and svchost.exe using too much memory

    I have disabled the automatic updates after the last round of updates, and now, all of a sudden, explorer.exe and svchost.exe use too much memory... enough to interfere with other programs, I try to use.

    Help?

    Windows XP Professional - Svc Pack 3 processor: Intel (r) Pentium (r) D CPU 2.80GHz CPU speed: 2.73 GHz memory: 512 MB

    Why you turn off automatic updates?

    There are between the two options. I just set it to notify. When it is practical, I go to the Microsoft Update slte and use the custom (not Express) option. This gives the user full control of the update of trial.

    You will have a better idea of the cause of the problem using Process Explorer.

    Download Process Explorer.
    For more information about Process Explorer, see here:
    http://www.Microsoft.com/technet/sysinternals/SystemInformation/ProcessExplorer.mspx

    With svchost.exe provide us a list of services using the process. There are number of processes that are using svchost.exe, so we need to know that we provide more targeted assistance. Right click on the process, click on properties and look at the Services tab.

    Solution Explorer. exe has a number of subprocesses. Select the sub-process, click Properties and check the Services tab.

    Have you recently changed all types of starting any service. This often leads to the problem. Users often disable a reflection of service to speed up the system performance. In practice what is done is of one or several programs to malfunction.

    Hope this helps, Gerry Cornell

    Hello

    I inadvertly solves the problem by changing my default from iTunes media player to Media Player.

    Hope this helps someone else!

    Thanks for the link to Process Explorer :)

    Windows XP Professional - Svc Pack 3 processor: Intel (r) Pentium (r) D CPU 2.80GHz CPU speed: 2.73 GHz memory: 512 MB

  • How to stop sharing folder Windows Media Player executable because it uses too much CPU?

    How can I disable the network share (wmp.share) because he is constantly using too much CPU? Any help will be greatly appreciated!

    Hello
    • This happens while Windows running media player?
    • What were the changes made before the problem occurred?
    You can view these methods:
    Method 1:
    I recommend you perform the clean boot.

    Configuration of your system in a clean boot state helps determine if third-party applications or startup items are causing the problem. If so, you need to maybe contact the manufacturer of the program for updates or uninstall and reinstall the program.

    See the following article in the Microsoft KB for more information on how to solve a problem by performing a clean boot in Windows Vista or Windows 7:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After troubleshooting, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:
    I suggest that you try to reset the media library. Note firstly reset the library will make you lose all play counts and ratings too. Then, follow these steps:

    -Restart the PC.
    -Click Start, type services.msc in the search field and press ENTER. In Services, locate the Windows Media Player Network Sharing Service . If its status is started , double-click the service, and then click stop .
    -Click Start, type %LOCALAPPDATA%\Microsoft in the search field and press ENTER. This folder opens in Windows Explorer.
    -In this folder, rename the folder Media Player as Old Media Player . If you do not see the folder, then it is probably hidden. Set Explorer to view the hidden files and folders and show protected system files.
    -Launch WMP, your library will have been reset and will be rebuilt. Check if the problem persists.

     
    Method 3:
     
    Ways to improve your computer's performance
  • Explorer.exe uses too much CPU

    My explorer.exe uses too much CPU (almost 100%). Then an error message appears-

    Microsoft Visual C++ Runtime Library
    This application has requested the execution to terminate in an unusual way.
    For more information, contact the application support team.
    If I click on OK, or simply close the dialog box explorer.exe ends and restarts. After awhile, it starts to use full CPU again, and the same dialog box appears again. I have installed new software and tried almost every other way, this forum as restart explorer.exe etc...
    Help, please

    Hello Rahul,

    Thanks for posting your question in the Microsoft Community forum.

    I understand that explorer.exe is using too many CPU resources. I'll help you with this problem.

    1. What is the brand and model of the computer?

    2. what security software is installed?

    3. don't you make changes to the computer before the show?

    To resolve this issue, let us try these methods:

    Method 1.

    Advanced startup options (including safe mode): http://windows.microsoft.com/en-US/windows7/Advanced-startup-options-including-safe-mode

    Run a full scan of the computer with the Microsoft Safety Scanner to make sure that the computer is virus-free.

    Microsoft safety scanner: http://www.microsoft.com/security/scanner/en-us/default.aspx

    Warning of Security Scanner: there could be a loss of data while performing an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    Method 2.

    You can run the system maintenance Troubleshooter and check.

    Open the troubleshooting of System Maintenance Utility: http://windows.microsoft.com/en-us/windows7/open-the-system-maintenance-troubleshooter

    See these articles for more information.

    Ways to improve your computer's performance: http://windows.microsoft.com/en-us/windows7/ways-to-improve-your-computers-performance

    Optimize Windows 7 for better performance: http://windows.microsoft.com/en-us/windows7/optimize-windows-7-for-better-performance

    Warning of Security Scanner: there could be a loss of data while performing an analysis using the Microsoft safety scanner to eliminate viruses as appropriate.

    Important: while performing the check disk on the hard disk, if bad sectors can be found, then check disk will try to repair this sector. All the data available in this area may be lost.

    For any question related to Windows, please do not hesitate to contact us and we will be happy to help you.

  • AVG says using too much memory because multiple firefox is open, but I only see one.

    AVG regularly analyzes in the background. Lately he has demonstrated a popup window that says multiple applications of Firefox are running and using too much memory, so I should close some. But I can only see 1. Tried CTRL ALT DEL to see if I could find the answer, but only showed 1 firefox, and that he used more than 28 000. So I think that AVG is correct, but does not know how to see what who or where they are. They DO NOT display in the lower menu on the main screen, so I guess they are in the background. Do not have the virus, and Firefox, regularly updates itself. What should I do to fix?

    Hi cmich80220.
    It is true, that you should only be able to run only one instance of Firefox at the same time. I searched but could not find someone else with a similar problem. If the problem comes back to Firefox running slowly, you can consult this article for troubleshooting:

    [Firefox is slow]]

    Hope that helps.

  • I can't watch Flash videos because Firefox uses too much CPU.

    Firefox has become untenable because it uses too much CPU and disrupts the Flash videos.

    I tried to disable or change the values of the plugins. Install older versions. Nothing helps. It just sucks. Makes me want to get out the lungs of someone.

    Updated to Firefox 8.0.1 - http://www.mozilla.com/en-US/firefox/

Maybe you are looking for