IDSM-2 using lots of memory

Hello.
I have question obout IDSM-2 which is using 98% of the memory.
Output from sh ver:
Using 1944629248 out of 1979682816 bytes of available memory (98% usage)
Using 4.3G out of 17G bytes of available disk space (27% usage)
It is normal that it is using 98% of memory durning normal operation or it is a problem ??
If it is not normal please tell me how i can trobuleshoot what is wrong with it.

This message is misleading because it includes the memory allocated to system processes as well as memory allocated to the cache. Because cache
memory is really "free" memory; it is available for allocation at any time.
This is actually a cosmetic bug that you're running into.
If you want to check during periods of what you believe to be high memory usage, you can login as the service user
(if you have not created a service user you can do so via:
1. Log in to using the "cisco" account, the prompt will look like:
sensor#
2. Enter configure terminal mode:
sensor# configure terminal
3. Create the service account:
sensor(config)# username service privilege service password xxx
Then login to the sensor as the service user, and run the 'free' command. What 'sh ver' reports is the 'used' column.
The "Mem:" row, "used" column is the amount of memory (in kilobytes) that the "show version" command reports. However, this total includes the "cached" amount.
The formula for calculating the actual memory being used is:
((used - cached) / total) * 100 = percent of actual memory used.

Similar Messages

  • Why are the following processes always using lots of memory?

    Can someone tell me why the following processes are always using lots of memory and are always running?
    kernel_task 280MB
    java 300MB
    clamd 120MB
    mds 100MB
    WindowServer 100MB
    coreservicesd 60MB

    Because they require that much memory and because the processes are always in use.
    This is one reason why the minimum system memory requirement is 1 GB.
    Now, you have one third-party process listed, clamd, which is used by ClamXAV anti-virus software. If you can uninstall it you will recover the memory needed by clamd.

  • Object tables/associative arrays are using lots of memory what is alternate

    I'm using mostly object tables/associative arrays in my package and it is using lots of server memorey so i want to use a different technicque to save momorey .
    like using create global temporary table or nested Table Store as or creating table run time at the start and droping it in the end .
    do have any suggestion for this ?
    for this package i'm retriving data from different table into object tables and do calculation in memorey before i send data to front end for reporting using reference cursor .
    give me your suggetion or if you know any example code for this type of process using different technique please let us know .
    thank you very much
    regards
    shailen Patel

    You can create a global temporary table like this:
    CREATE GLOBAL TEMPORARY TABLE AR_TRIAL_RCPT(
      LOC_ACCT_ID NUMBER(12),  
      ACCT_ID NUMBER(12),  
      CURRENCY_ID NUMBER(12),  
      AMT NUMBER(13,   4),  
      AMT_PRIMARY NUMBER(13,   4)
    [ON COMMIT PRESERVE ROWS]
    ;If you want the table truncated on COMMITs leave out the part in brackets other wise leave off the brackets and the table won't be truncated until your session terminates or you explicitly truncate the table.
    You can also define indexes, primary keys, foreign keys, check constraints, etc. on your temporary table if need be to improve processing.
    Now when it comes to inserting into your newly minted global temporary table, you should be able to use one of insert statements from the following anonymous PL/SQL block:
    CREATE GLOBAL TEMPORARY TABLE AR_TRIAL_RCPT(
      LOC_ACCT_ID NUMBER(12),  
      ACCT_ID NUMBER(12),  
      CURRENCY_ID NUMBER(12),  
      AMT NUMBER(13,   4),  
      AMT_PRIMARY NUMBER(13,   4)
    --[ON COMMIT PRESERVE ROWS]
    CREATE GLOBAL succeeded.
    declare
    l_open_receipt_select_1 varchar2(4000) :=
        'select 1, 1, 1, 12.05, 12.05 from dual';
    l_open_receipt_select_2 varchar2(4000) :=
        'select 2, 2, 1, 17.05, 17.05 from dual';
    l_open_receipt_select_3 varchar2(4000) :=
        'select 3 loc_acct_id,
      1 currency_id,
      27.05 amt,
      3 acct_id,
      27.05 amt_primary
      from dual';
    l_open_receipt_select_4 varchar2(4000) :=
        'select 4 loc_acct_id,
      1 currency_id,
      24.35 amt,
      4 acct_id,
      24.35 amt_primary
      from dual';
    l_ins_stmt varchar2(4000);
    begin
      -- If the column order is known ahead of time and is consistent
      -- You can use this form:
      l_ins_stmt :=
        'insert into ar_trial_rcpt (
      loc_acct_id, acct_id, currency_id, amt, amt_primary
      ) '||l_open_receipt_select_1||
      ' union all '||
      l_open_receipt_select_2;
      execute immediate l_ins_stmt;
      -- If the column order is NOT known ahead of time or is INconsistent
      -- You can use this form:
      l_ins_stmt :=
        'insert into ar_trial_rcpt (
      loc_acct_id, acct_id, currency_id, amt, amt_primary
      select loc_acct_id
      , acct_id
      , currency_id
      , amt
      , amt_primary
      from ('||l_open_receipt_select_3||')
      union all
      select loc_acct_id
      , acct_id
      , currency_id
      , amt
      , amt_primary
      from ('||l_open_receipt_select_4||')';
      execute immediate l_ins_stmt;
    end;
    anonymous block completed
    select * from ar_trial_rcpt
    LOC_ACCT_ID ACCT_ID  CURRENCY_ID AMT    AMT_PRIMARY
    1           1        1           12.05  12.05      
    2           2        1           17.05  17.05      
    3           3        1           27.05  27.05      
    4           4        1           24.35  24.35      
    4 rows selected

  • Adobe Reader 8 open pdf very slow and used lots of memory

    I use the Adobe Reader 8 to open a pdf(the pdf size not bigger than 100k)
    but when i open it, it take long time to load it and use so many memory,
    also, i do not have this problem on using adobe reader 7, would any one know the reason?
    Thx for everyone.

    Alright, i know, you can't bare to part with it, you need it, etc.etc...
    try here, its an adobe reader speed up program
    http://software.bootblock.co.uk/?id=adobereaderspeedup
    It's a bit old though.
    Also, do you have the stupid adobe startup program for reader running? This speeds up the loading of adobe reader while simultaneously slowing down your whole system. Great tradeoff.
    Get foxit!
    Adobe sucks!

  • Firefox using lot of memory

    when I am on site with flash game or site with lot of images , or run youtube firefox use 3 GB of memory and crash , i reinstalled ff , run it in safe mode disabled every addonds and problem still remains .

    I do not have a ComObjects folder under C:\Program Files (x86)\Common Files. That is not part of Firefox.
    wscript.exe is a utility included with Windows to run scripts at the system level. It generally is not used by major programs. If update.exe is starting up with Windows, you may be able to find the script that wscript.exe is running using [http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx Autoruns].
    It definitely sounds viral. I suggest deleting the update.exe file, although Windows might prevent you from doing that until you kill all related processes. And if you have a persistent infection, the file may be restored or re-downloaded.
    It might be easiest to seek assistance from a forum more dedicated to malware cleanups such as the following:
    * [http://www.bleepingcomputer.com/forums/forum22.html Virus, Trojan, Spyware, and Malware Removal Logs - BleepingComputer.com]
    * [http://forums.majorgeeks.com/forumdisplay.php?f=35 Malware Removal - MajorGeeks Support Forums]
    Hope you get it removed.

  • OSX Mail App uses lots of memory with Exchange change

    A couple weeks back, we switched from exchange 2007 to exchange 2010.   The only change required on the OSX mail client was to change the server address.   I have two macbook pros, one is a 2GB early vintage intel, and the other a more recent 4GB model.   Both of them are configured for access to the exchange server.   Both are running 10.6.  
    Once the change was made, both clients started using huge amounts of memory.   This isn't a leak, as is reported in some Lion threads, because it eventually comes back down again.   When you start the client, it might use about 150MB of RAM.   After a while I have seen as much as 1.6GB of RAM usage on the 4GB machine.   If you take the exchange account out of the mix (disable it in preferences) the client consistently stays at about 75MB of RAM.  The peak isn't limited by the client as far as I can tell -- it basically uses up all free memory and drives the system completly nuts.   Many of the applications no longer perform well once they are subjected to memory starvation, and this includes the mail client itself.  
    I am now running the activity window with Mail to see if I can spot a pattern, but in one case I watched Mail's memory usage grow in Activity Monitor with nothing in the Activity screen.  
    I aso tried creating a new account instance on the 4GB machine, but without any cached data the behavior was far worse.  It very quickly consumes the entire machine and doesn't seem to return to normal. 
    I am firmly convinced this is a side effect of changing the exchange service or one of the exchange settings, if for no other reason than the behavior is new on two systems.   It's still unforgivable for the Mail client to do this -- if it can consume all available memory then it needs to monitor itself and defer or break up what it is trying to do.   I am a great fan of this mail client but this is so unusable that it might force me back to outlook running in a VM.
    Any suggestions?

    I did not get a solution from the community, but I can provide one.   However, mine was not a leak.   It would use over 2GB of RAM at times, but eventually return to 150MB or so for a while, then back up again.   I shouldn't have taken it to the genius bar, rather I should have just filed a bug.   I have not done that yet because I have resolved it.   I eventually just bit the bullet and deleted absolutely everything associated with the account.  Every cache, every plist, everything I could find.   I did not capture the specifics unfortunately, because at the time I wasn't even convinced it would work, but I had no other option.   Starting with a totally new account after that, it went through a period of about 24 hours where it would still use a lot of RAM, but then settled in.   It's been well behaved now for a number of weeks. 
    I would be curious if your RAM usage ever decreases, and if you try the same solution if it works for you.  
    Good luck. 
    -Jeff

  • Ore program makes my Java Program crash, which uses lots of memory (Urgent

    I use a very huge HashMap to calculate something, and the HashMap size
    may be increased dynamically.
    And I start the program with -Xms300M -Xmx300M (The OS is Win2000).
    When I start some programs which may use more memory , My program shows
    that the free memory is absolutely enough , but suddenly, The thread to
    handle the HashMap seems to be hanged, and the free memory is shown to be
    reduced continuously.
    At this time, I can't stop the program, Sometimes I can't kill it by the
    Task Management Manager.
    It seems that my java program is robbed with physical memory, and
    encounter memory problem, and can't restore from it?
    Would you please tell me how to fix this problem?
    Thank you very much!
    Sincerely,
    Fang Jing
    [email protected]

    Looks more like an endless loop to me.
    Can you post the code where the problem occurs?

  • Bridge CS5 using lots of memory and give out-of-memory errors

    Hi,
    I'm using Bridge CS5 with the latest updates on Vista 32bit 4GB RAM on quad core machine.
    Bridge memory seems to keep raising during the usage, browsing a new folder seems to raise it a bit and previewing files raise it alot, mainly when I preview a large 18MP files.  (Bridge seems to not freeing the memory and re-use it...  leaking(?) )
    Very quickly the Bridge RAM usage is reaching about 1GB and at this point Bridge gives warnings that it can't generate 100% previews.
    When I restart Bridge, it works fine for a while until the memory start raising again.
    (It takes about 5-6 100% previews of 18MP files to reach that RAM usage - so the problem occurs rather quickly)
    I've tried limiting the cache in the preferences and disable caching of 100% previews -- didn't help.
    Any ideas?
    Thanks.

    I've tried
    a larger page file - no change.
    (I doubt it will help as 32bit OS can't accessthat much memory anyways)
    I'm not sure why you think it's a HD/page file problem?  like I said, I don't have a speed problem of an issue with files not being cached.
    My problem is that Bridge memory usage keep growing without any reason I can see - and at some point Bridge stops functioning correctly cause of it.
    I deleted all my cache, and browsed a folder with under 1000 files, and after previewing about 5-6 files in 100% - bridge memory usage was close to 1GB.
    currently my cache is set to 10000 files and not caching 100% previews.
    Where did you find other peoping reporting on such a problem?  I mostly find people reporting out-of-storag errors and crashes -- I have neither of those.
    Thanks!

  • Itunes uses lots of memory in Vista

    Hey, I don't know if any of you out there have the same problem with itunes and vista but when I run itunes it uses 300MB to 1.2GB of RAM at any given time. I am confused why Itunes would take soo much memory just to play songs. If anyone knows how to solve this problem it would be greatly appreciated.
    EVGA 680i   Other OS   2.6GHZ DC, 2GB, SLI 512MB, 600GB raid 0, Windows Vista

    Never mind, I figured it out by myself. On this particular machine I had a 3rd party plug-in installed (SRS iWow 1.1.8). Removing that brought the CPU usage down to 0.1%. Usually I don't install 3rd party add-ons. This would seem to be a good policy.
    Steve

  • Safari 2.0.4 - Uses a lot of memory  ??

    Hello,
    I own an Intel iMac MA200.
    I noticed after Safari's 2.0.4 update that it uses a lot of memory, sometimes even as much as 200MB
    The cure I found is to restart Safari.
    Sometimes, I need to even Force Quit it.
    When I finish using my iMac, and close the Safari windows but let it keep running (red button), go to sleep, and in the morning check how much memory it takes, it's more then 100MB,
    I suspect there is a memory leak with Safari 2.0.4
    My OS X version is 10.4.8.
    I wonder if there is a known problem with Safari, and if there will be a new update released soon (2.0.5 ?) that will solve this problem, because I didn't have this problem with 2.0.3 .
    Thanks in advance,
    Idan Mashaal.
    iMac MA200 (Intel 20")   Mac OS X (10.4.8)   1GB single Dimm RAM

    Hey !
    Thanks for the post!
    Sience the Gmail upgrade, Safari stopped being my default browser.
    I'm using JCraig's optimized nightly builds for Camino (1.2+)
    They seem very memory friendly and Intel Optimized.
    http://homepage.mac.com/WebObjects/FileSharing.woa/wa/default?user=joelcraig23&t emplatefn=FileSharing2.html&xmlfn=TKDocument.2.xml&sitefn=RootSite.xml&aff=consu mer&cty=US〈=en
    I really hope Apple will fix the memory leak and Gmail fix there new interface (the little option button next to the new reply deosn't work - even with WebKit nightly) ASAP - sience SafariBlock and Saft doesn't work well with WebKit Nightly.
    I miss my Safari
    Idan.
    iMac MA200 (Intel 20")   Mac OS X (10.4.8)   1GB single Dimm RAM

  • When I regist function to lua,use a lot of memory

    when I regist c++ class and function to lua,the class or funtion may use templete.It use a lot of memory.
    Just registed about 1000 functions,The memory of running swf is about 1.8G.
    Then the swf exit without any exceptions.The same code run at win7,just need 100M.
    Can any give any suggestion?
    Thanks.

    I'm not sure what you mean by registering classes and functions. Have you tried running Adobe Scout on the SWF, it might give more info about what is taking up so much memory: http://gaming.adobe.com/technologies/scout/

  • Flash player 11.3.300.262 is using a lot of memory

    Since updating flash a few days ago the plugin has been using a lot more memory than usual. Normally it uses between 150MB to 200MB, but now i have seen it use up to 900MB.
    I've noticed that memory use increases by 5MB or more when navigating through a video until i have to terminate the plugin because of the ridiculous amount of memory used.

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • My saved messages are using a lot of memory.  How do I free up the memory?

    My saved imessages are using a lot of memory (3.1GB) on my iphone.  How can I free up the memory?

    This is when I go to "usage" and it lists all of the memory used by certain apps.  Messages is the largest, and I swipe to the left to open it and it says that "saved messages" are using all of it.  There is no option to do anything at this screen.

  • My ituneshelper.exe is using a lot of memory.

    My ituneshelper.exe is using a lot of memory. I-tunes is not running and my I-pod is not attached.
    Is there anything I can do about this? Can I stop this from loading at start-up and only load when I open I-tunes?
    If so .. how???

    The best thing to do is uninstall iTunes and install turn to him, but another look from thedownload page do not you reinstall the exe you have already installed ahy maybe youriTunes installer is in bug

  • ScanToPCActivationApp.exe is using a lot of memory even though the printer is off.

    ScanToPCActivationApp.exe is using a lot of memory even though the printer is off. 
    Upon computer boot up, Task Manager shows it is using 45mb, and after researching this topic using IE, 10 minutes later it now shows it is using 74 mg, although it did go down to 33 mg a few minutes later, then back up to 51 mg a few minutes after that. 
    Is there a way to keep it from using so much memory when the printer is turned off?. 
    I am running Windows 7 on a Samsung Series 7 laptop and my printer is an HP 8600 All-in-one.  I do use ePrintCenter occasionally, and also have a MacBook Pro (running Mountain Lion), and iPhone 4 (running the latest IOSupdate) and all devices connect to the printer wirelessly. 
    Please let me know if there is more info that you require.  Thank you in advance!

    The best thing to do is uninstall iTunes and install turn to him, but another look from thedownload page do not you reinstall the exe you have already installed ahy maybe youriTunes installer is in bug

Maybe you are looking for

  • Satellite C855D-12G SM bus driver needed Windows 7 64bit

    Hi to all. Can anyone please help me find driver for SM BUS Controller for Toshiba Satellite C855D-12G Windows 7 64 bit i searched everywhere and im just out of ideas..

  • Automatic packing not happening

    Hi All, Im doing outbound delivery auto packing for std sales as well as STO cycles auto packing happening for std cycle but not happening fot STO i have done as fallows.. maintained pop1,popf1 and all delivery type activated for auto pack but not ha

  • Crystal Report (Question ???)

    Post Author: DubweiserTM CA Forum: General Hi everybody !As per the two pictures below...In the second pictures, why I can't use the space left by the Page Footer a section to put other things ? When I put some additionnals lines in the Details b sec

  • The new Import Sequence feature causes Premiere Pro CC to CRASH!

    *** This was happening before the update, and the update to 7.01 has not fixed this issue.*** I have a series of intros and end slates for a YouTube series.  I (kind of) love the new Import Sequence from Project feature, new in PPr CC.  But more ofte

  • Dust under the screen of my 7373

    I have had my 7373 for under three months, i have had specs of dust from the third week( typical) and the dust is getting worse. Carphone warehouse are saying that removal of this is not covered by nokia's warrentee, but surely then its a manufacture