use of the RAM to 97% all the time

My ram usage is still 97%, is this normal?

It is normal that the available RAM to use for implementing caching to improve performance. The RAM will be freed up if necessary. What you should look for, is if the swap is used. If the system is by exchanging a lot that would indicate a problem.

Tags: Netgear

Similar Questions

  • by default the currency used at the time of the creation of opportunity

    Hello

    How default currency used at the time of the creation of the opportunity. At the time conversion of lead it is set by default according to the currency of lead, but when creating a new it does not work very well.

    Thank you
    Olivier

    Dominique,
    You can default currency by using the function of join field at the level of the currency of the opportunity.
    Choose the currency of the user.
    Default post that he will record it as the currency of the USER.
    I hope this helps.

    Thank you and best regards.,.
    Chaouche

  • difference between deletion archive using until the time and completed before

    Hello

    Can someone please let me know what is the difference between the following commands below.

    DELETE ARCHIVELOG UNTIL ' SYSDATE - 1';

    and

    DELETE ARCHIVELOG ALL COMPLETED BEFORE ' SYSDATE - 1';

    Thank you

    The UNTIL clause specifies a Recovery Point.

    The COMPLETED clause indicates the time of creation of the journal.

    So until ' SYSDATE-1' specifies ' all archivelogs needed to recover the database from 24 hours ago. " If it is 09:00 28 - Jun and ArchiveLog Seq # 1001 was created 08:45 27 - Jun and Seq # 1002 was created at 09:10 27 - Jun, then Seq #1002 is required for recovery as at 09:00 27 - Jun.

    Hemant K Collette

  • find the right backup of cloning using up the time option

    Hello

    I'm trying to create a script to find out what files to backup (backup rman, rman backup control file and archivelogs) are needed to create a clone of production data base lets say for 1 month ago or two weeks ago.

    My backups are marked, performed on the disk, but a night job takes the disk backup files and moves them to tape.
    So, before I can restore correct correct tape files, I need to know what files to backup should I restore a band.

    I could start the clone and she'll tell me it cannot find the files of backup that is named xxx, yyy and it will eventually error and output, but I find the files.
    The idea is to find the files before the script (script clone) could not find the right files.

    I tried to use the v$ element_sauvegarde, v$ backup_files equivalent rc_ view (s) and tried to join them, but I couldn't find the join columns. I tried stamp column. This gives me some information so I can find the files, but I need to know the approximate duration of the backup.

    So my question is: how RMAN queries it sees? (v$ backup %) I couldn't find a link to foreign key between tables.
    Here is the result of what I managed to find, but I have to give the approximation of 1 hour (1 hour before NMR files have been generated and 1 h after) so I could find the controlfile files and the archivelogs rman backup files.


    'BACKUP' 'BS_TYPE' 'PKEY' 'STAMP' 'RMNFILE' 'STATUS' 'TAG.
    "BACKUP SET" "ARCHIVED LOG" 2568 751143608 ' / bckploc/514_2576.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "ARCHIVED LOG" 2566 751143608 ' / bckploc/514_2575.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "ARCHIVED LOG" 2567 751143607 ' / bckploc/514_2574.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "ARCHIVED LOG" 2569 751143607 ' / bckploc/514_2573.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "ARCHIVED LOG" 2570 751143633 ' / bckploc/514_2577.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "DATA file" 2571 751143635 ' / bckploc/514_2581.rmn "'AVAILABLE'"DB_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "DATA file" 2572 751143635 ' / bckploc/514_2580.rmn "'AVAILABLE'"DB_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "DATA file" 2573 751143635 ' / bckploc/514_2579.rmn "'AVAILABLE'"DB_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "DATA file" 2574 751143635 ' / bckploc/514_2578.rmn "'AVAILABLE'"DB_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "ARCHIVED LOG" 2575 751143711 ' / bckploc/514_2582.rmn "'AVAILABLE'"ARCH_DAILY_BACKUP_14052011_1900 ".
    "BACKUP SET" "DATA file" 2576 751143715 ' / bckploc/c-3567074004-20110514-00 '"AVAILABLE" ' TAG20110514T190155' ".

    Any suggestions are appreciated.
    Thank you
    Daniel

    Hello

    I tried to use the v$ element_sauvegarde, v$ backup_files equivalent rc_ view (s) and tried to join them, but I couldn't find the join columns. I tried stamp column. This gives me some information so I can find the files, but I need to know the approximate duration of the backup.
    So my question is: how RMAN queries it sees? (v$ backup %) I couldn't find a link to foreign key between tables.

    If your question is only to reach the point of view.
    Then a tip: you should always join columns (STAMP and COUNTY)

    for example

    bs_stamp
    bs_count 
    
    SET_STAMP
    SET_COUNT
    
    SELECT BP.RECID,
      BP.STAMP,
      BP.RECID,
      BS.RECID,
      BP.SET_STAMP,
      BP.SET_COUNT,
      PIECE#,
      COPY#,
      STATUS,
      BP.COMPLETION_TIME,
      HANDLE,
      BS.CONTROLFILE_INCLUDED,
      BS.BACKUP_TYPE,
      TAG,
      DEVICE_TYPE,
      MEDIA,
      BYTES,
      COMPRESSED
    FROM V$BACKUP_PIECE BP,
      V$BACKUP_SET BS
    WHERE HANDLE IS NOT NULL
    AND BS.SET_STAMP   = BP.SET_STAMP
    AND BS.SET_COUNT   = BP.SET_COUNT;
    
    SET_STAMP  SET_COUNT  COMPLETION_TIME           HANDLE                                                                            CONTROLFILE_INCLUDED TAG
    ---------  ------     ------------------------- --------------------------------------------------------------------------------- --------------------  -------------------
    751030325  109        13/05/11                  +FRA/db10g/backupset/2011_05_13/annnf0_backup_full_0.379.751030327                NO                   BACKUP_FULL         
    
    SELECT FILE_TYPE, FILE_TYPE, STATUS, F_NAME
    FROM V$BACKUP_FILES
    WHERE BS_STAMP = 751030325  AND BS_COUNT= 109;
    
    FILE_TYPE                        STATUS           FNAME
    -------------------------------- ---------------- ------------------------------------------------------------------
    ARCHIVED LOG
    ARCHIVED LOG
    ARCHIVED LOG
    ARCHIVED LOG
    PIECE                            AVAILABLE        +FRA/db10g/backupset/2011_05_13/annnf0_backup_full_0.379.751030327   
    

    In this example, I have 4 archivelogs in the backuppiece.

    I hope this can help you

    See you soon,.
    Levi Pereira

  • get sounds (mp3) to stop using the timer

    I am able to get the sound to trigger the use of the timer:

    import flash.media.SoundChannel;

    Stop();

    var mySound:Sound = new Sound();

    var myChannel:SoundChannel = new SoundChannel();

    mySound.load (new URLRequest ("iphone2.mp3"));

    import flash.events.TimerEvent;

    import flash.utils.Timer;

    var timer1:Timer = new Timer(1000, 16);

    Timer1.addEventListener (TimerEvent.TIMER, timerListener1);

    Timer1.start ();

    function timerListener1(event:TimerEvent):void

    {

    if(Timer1.CurrentCount ==4)

    {

    myChannel = mySound.play ();

    }

    if(Timer1.CurrentCount ==16)

    {

    myChannel = mySound.stop ();

    }

    }

    but myChannle = mySound.stop (); is not liked by as3.  Any ideas on how to solve this problem?  Thank you

    The Sound class does not have a stop() method.  This is where the SoundChannel comes into play.

    Use:

    myChannel.stop ();

  • How always to display the time on the start screen

    Hello

    I am so accustomed to the use of the time and the date displayed in the lower right, on the old taskbar. Is there anyway on, at least, always display the date and time on the start screen. I tried the app, the more obvious answer but does.

    Hello

    Thanks for posting your question in the Microsoft Community.

    I understand that you want to display the date and time on the start screen. Correct me if I'm wrong.

    I'm sorry to tell you that it is not possible to display the date and time on the start screen and can be seen in the bottom right of the taskbar.

    I hope tha information above helps you.

    In the future if you fall on any question relating to Windows, please do not hesitate to post your request here on Microsoft Community, we will be more than happy to help you.

  • By comparing the time of datetime objects part in my form

    Hello. I'm trying to compare some datetime objects on my form. In my form, these elements are formatted as HH12:MIPM, even if they contain a datetime value. I believe that my statement is a failure because the part of date for datetime values is different.
         if :cc_call_lists.NBT_LOCALDATETIME between :nbt_best_call_tm_start and :NBT_BEST_CALL_TM_END then
    Is there a way to make this comparison using only the time portion of the datetime value?

    So I need my IF statement to fire anyway: cc_call_lists. Is NBT_LOCALDATETIME 01/05/2013 14:00, and: nbt_best_call_tm_start is 15/05/2013 12:00 and: is NBT_BEST_CALL_TM_END 15/05/2013 16:00.

    Any help would be greatly appreciated. Thank you.

    You will need to remove the date part for two items, maybe something like this:

    -- check if first time is smaller second time
    IF (:THEFIRSTDATE-TRUNC(:THEFIRSTDATE)) < (:THESECONDDATE-TRUNC(:THESECONDDATE)) THEN
    
  • New on Apple computers - Question on the use of the memory (RAM)

    Hello

    I recently bought a rMBP 13 "with 8 GB of RAM. This is only my third time (I started for the first time last night). Here is a screenshot I took of the memory usage after starting it on for the first time. My question is: is it normal to see that most of the memory is in use, even if I only have Safari (1 inactive tablet on the homepage of Google) and open the activity monitor? I'm afraid that this is rare and not have a lot of wrong answers online.

    Second question, if someone has knowledge: 8 GB of RAM is good enough to run software such as MATLAB, AutoCAD and SolidWorks? Or 16 GB would be better? I still have time to exchange the rMBP.

    ElCapitan is designed to use as much RAM as possible at all times for efficient operation.  She will move to a video buffer, operations of common files, etc. in the RAM and the y keep in case he should run again.  CBS will move embusked operations out of RAM if new operations is displayed.

    As for "enough RAM for your planned tasks", 8 GB might be enough, given the fast read/write of the SSD and the very fast moving data in the SWAP file on the SSD.  But if you have any doubt, you have 14 days to return without any doubt and re - buy a Go 156 system.

  • Great use of the RAM in the new MacBook Air?

    It's the first time I've owned a Mac and it is currently a week. I use every day since it arrived (watching videos, using the word and research). Recently, I found my way on activity monitor, 7.5 GB of physical memory to 8 GB was in use - 3 GB of this was kernel_task. I stopped all open windows, so it is now 1.11 GB, but it still seems way too high. That said, I know nothing of what it should be, so I would like to know if this is normal? If this is not the case, what I can do to lower the kernel_task? (In addition, the kernel_task is GB 25,42 disk tab, should I worry?)

    Set apart this, nearly half of the RAM is still in use and I would like to know if it's too normal - for such a new mac.

    The system was not slowed down at all, while I use it, but if there is a problem, I would like to know before it becomes a problem. If the problem comes from the manufacturer and not how I use the mac, I of the ofc as contact with Apple.

    Features: 8 GB of RAM, Intel Core i5, 256SSD

    Captain El in OS X, version 10.11.4

    Thank you!

    PROCHLOR wrote:

    Set apart this, nearly half of the RAM is still in use and I would like to know if it's too normal - for such a new mac.

    Yes, it's normal.  On operating systems newer, the OSX tries to use as much RAM is available for maximum efficiency.

    The new setting is the PRESSURE.  If it's Green, everything is good.  If she turns to orange or red, then there may be issues that need to be addressed.

    Ciao.

    Addendum: You can find this informative Apple support article:

    https://support.Apple.com/en-us/HT201464

  • How to check the use of the ram?

    I have 3 GB of ram on my pc, and I want to know how to check the use of the ram in xp pro? is the use of FP in taskmanager? or (k) of the kernel memory?

    I have 3 GB of ram on my pc, and I want to know how to check the use of the ram in xp pro? is the use of FP in taskmanager? or (k) of the kernel memory?

    Yes, Yes... and no. All applications on your computer uses RAM, not only the pagefile or system (kernel).

    What are you really trying to do?

    See http://www.petri.co.il/pagefile_optimization.htm , especially the part under "How Pagefile your system use?"

  • Scchose.exe use of the high ram and RAM ghost.

    I recently updated my 12GB to 16GB ram then I noticed Svchost .exe raised usuage (389 848 KB) RAM, the process is bound to Wlansvc UxSms, TrkWks, SysMain, PcaSvc, Netman, hidserv, AudioEndpointBuilder. All with PID 1480.

    Also the use of the ram in the task manager must be wrong, since the use of the ram is not were close to 55% of total ram installed (8 GB).

    The system seems clean so scanned by McAfee and Windows Security Essentials.

    Well actually, after I done things as checked all disks and reinstalled the MacAfee and a few other drivers. Use you RAM has improved somewhat (30% off), since there is not much question now and running while trying to save the settings actually used resources more CPU and RAM I wanted (can not play LoL and slow navigation on IE). So I guess for now I'll put that aside until I have again RAM RAM (16 GB is maximum, you can get on a laptop I think).

    However I discovered that when I hit F8 and try to repair windows. It will slide in to bluescreen says unmountable_boot_volume... I guess I'm going to have to look into that one.

  • Use of the RAM mounted fast

    I noticed that my computer suffered a ridiculous amount of lag and saw that my memory usage was close to 98%. I cut all my open programs, other than the Task Manager, and only, it dropped to 80%. (is usually around 40-50% usage) With each program closed, the memory started increasing (1% about every five seconds) until I stop the laptop when he reached 94%.

    Just before stopping, I noticed there were a couple of process in Task Manager which seemed to raise more than 1 100 000 K of memory, but I can't remember what programs they were. I will update if I find out what programs are those that have been, unless a solution is found first.
    What processes would all suddenly eat upward of a lot of RAM?
    PC Info:
    Samsung R580, over 3 years, recently replaced hard drive two months ago.
    I don't know if this helps, but I got Vuze installed before shutdown and removed since the restart. It is the latest software that I had installed.
    If you need additional information, feel free to ask. Thanks in advance!
    Note: 1% every five seconds may not be remarkably fast, but given that it is generally stable and a much lower percentage, and considering also that I have little or no knowledge of the use of the RAM, it is extremely fast for me.

    The problem is PC-specific and can be caused by viruses and malware.

    If you usually download from torrent sites you can choose to analyze both a decent AV and malicious software utilities - everything is free

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

    http://www.Malwarebytes.org/free/

  • Whenever I have use Bridge to edit photos in camera raw it works incredibly slow and crashes all the time

    Why does Adobe Bridge work so slowly? And why it crash all the time? I have Windows 8.1 and use Photoshop 2015.

    Provide relevant information to get faster answers

    More information you provide about your situation, the better equipped with other community members will answer. Consider including the following in your question:

    • Product number and the version of Adobe
    • Operating system and version number
    • The full text of all error messages
    • What you were doing when the problem occurred
    • Screenshots of the problem
    • Computer hardware, such as CPU; GPU; amount of RAM; etc.
  • Why Lightroom keeps using 30% of CPU power all the time?

    Hi all

    I'm relatively new to LIghtRoom.

    I started working on a new series of photos (400 app.). I opened it to the new directory.

    Since then, all the time I'm working on theses images Lightroom guard using about 30% of the time processor.

    More all the time, I spent on these photos is estimated at over 30 hours, then (Yes, I'm slow and open each one in Photoshop while Lightroom is still open). So I guess that Lightroom has completed all rendering, they wish to do.

    My question is why and what she maintains the calculation and is there a way to stop it?

    The system configuration:

    Single core Intel Pentium 4 CPU, 3.6 GHz (Hyper Threading allowed)

    2 GB OF RAM

    Graphics based NVidia 6600 (256 MB)

    2.3 LightRoom and PhotoShop CS4 are open

    Please help - the system is slow anyway. He can really use these additional CPU power.

    Utzly

    Check your preferences and make sure that the option to write metadata are automatically disabled.

    With your set to the top, I would not go PS and LR simultaneously for a long time.

    Select all the photos and made them LR average Previews might help a bit. Make sure that the task is completed before doing anything else.

  • with these changes, I can only print a page of print preview ability has been removed I use it all the time when you want to print something on a Web site

    When I was on a website and I tried to print a page, it allows to be a tab that says "FIREFOX" in the upper left corner of my screen, I could click on that tab and I had several options, one was "print" and "print preview". All the time, I use the Preview button before printing to see how the page would look like when I was feeling and how many pages there are. I could then choose to print all or part of an article and adjust it to what I wanted to print. I don't have this tab in the upper right corner. A tab for "open menu" is now in the upper right corner, however, in this menu is only a button 'print '. There is no option for "print preview" and so I can't address that I want to print. I could also adjust margins, etc. of a tab from the view, I can not find too. I really hope there are always options and how I find, where are they located?

    Print this button in Firefox 29 opens in print preview mode first.

  • I used to be able to 'restore' all my browsers open tabs (about 20 in each browser) and Firefox (about 30), but now the browsers have disappeared. Help?

    Hello

    I like Mozilla Firefox and have used the browser for years.

    I would like to have another Firefox browser for each main subject (for example, every future trip). I have about 30 Firefox browsers open at the same time in my memory of the computer. Each of these 30 browsers has about 20 different tabs open in my memory of the computer. So in total, I have about 30 x 20 = 600 open different tabs (Web sites) at any time. I often refer to them. Given that I spent the time to search for and find those sites, I want to read them easily in the future. I have also about 100 Favorites, but bookmarks are not as organized as browsers and tabs. At night, I put my computer to sleep. In the morning, I turn on the computer, and all browsers and tabs are there. If I had to reboot my computer, (for example after the installation of Windows updates), and then Firefox used to ask if I want to restore the previous session, I did, and I got all the tabs of 30 x 20 = 600 back legs without problem browsers.

    But recently I can't restore all these browsers; they are gone. How to restore all the browsers that I had to open previously? I see the tabs under "History", but they are not organised in all the browsers that I had opened. I have reset Firefox to the factory default, but which did not help.

    Thank you
    Craig
    Seattle, Washington, USA.

    Hi craigfmiller,

    A reliable restoration is to have all 600 tabs open and have options set to "remember tabs from last time", in you, Firefox preferences.
    If restore previous session on the current on: home page, has not all tabs that open upwards I recommend also having an add that manages sessions. Session manager can be a good idea to check.

    I hope this helps.

Maybe you are looking for