Free SGA Memory Available is  0 ?

Hi,
We need to increased SGA_TARGET size but in sgainfor showing Free SGA Memory Available is  0
how can we increased SGA_TAGGET?
SQL> select * from v$sgainfo;
NAME BYTES RES
Fixed SGA Size 2059216 No
Redo Buffers 14712832 No
Buffer Cache Size 1929379840 Yes
Shared Pool Size 805306368 Yes
Large Pool Size 16777216 Yes
Java Pool Size 16777216 Yes
Streams Pool Size 50331648 Yes
Granule Size 16777216 No
Maximum SGA Size 2835349504 No
Startup overhead in Shared Pool 251658240 No
Free SGA Memory Available                 0
We have 10GB RAM out of 10 7GB is utilizing.
$ free -m
total used free shared buffers cached
Mem:         10136       7297       2838          0        462       3866
-/+ buffers/cache: 2968 7168
Swap: 5119 0 5119

819136 wrote:
Hi,
We need to increased SGA_TARGET size but in sgainfor showing Free SGA Memory Available is  0
how can we increased SGA_TAGGET?
SQL> select * from v$sgainfo;
NAME BYTES RES
Fixed SGA Size 2059216 No
Redo Buffers 14712832 No
Buffer Cache Size 1929379840 Yes
Shared Pool Size 805306368 Yes
Large Pool Size 16777216 Yes
Java Pool Size 16777216 Yes
Streams Pool Size 50331648 Yes
Granule Size 16777216 No
Maximum SGA Size 2835349504 No
Startup overhead in Shared Pool 251658240 No
Free SGA Memory Available                 0
We have 10GB RAM out of 10 7GB is utilizing.
$ free -m
total used free shared buffers cached
Mem:         10136       7297       2838          0        462       3866
-/+ buffers/cache: 2968 7168
Swap: 5119 0 5119Increase the SGA_MAX_SIZE parameter andthen only you will able to increase the sga_target.
Since sga_max_target is static parameter ,there you have to bounce the db .
SQL> alter system set sga_max_size=xxM scope=spfile;
shut immediate
startup
alter system set sga_target=xxm;
Hope this may help you
--neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • The amount of free SGA memory available in the database

    Hi,
    How can we calculate the amount of free SGA memory available from the instance if the database is not set for Memory management.If the sga_max_size is set for a particular value and the db_cache_size and the shared_pool and all other components are specified,how can one determine whether all the memory allocated for SGA is in use?

    How can we calculate the amount of free SGA memory available from the instance if the database is not set for Memory management.When the SGA is allocated, the memory is fixed, and none of it is "free" really.
    how can one determine whether all the memory allocated for SGA is in use? Are you asking about usage WITHIN the pools? If so, shortly after startup the database buffer and shared_pool will fill-up and stay full . . . . .
    Here is the script that I use to see inside the data buffer contents:
    set pages 999
    set lines 80
    spool blocks.lst
    ttitle 'Contents of Data Buffers'
    drop table t1;
    create table t1 as
    select
    o.object_name object_name,
    o.object_type object_type,
    count(1) num_blocks
    from
    dba_objects o,
    v$bh bh
    where
    o.object_id = bh.objd
    and
    o.owner not in ('SYS','SYSTEM')
    group by
    o.object_name,
    o.object_type
    order by
    count(1) desc
    column c1 heading "Object|Name" format a30
    column c2 heading "Object|Type" format a12
    column c3 heading "Number of|Blocks" format 999,999,999,999
    column c4 heading "Percentage|of object|data blocks|in Buffer" format 999
    select
    object_name c1,
    object_type c2,
    num_blocks c3,
    (num_blocks/decode(sum(blocks), 0, .001, sum(blocks)))*100 c4
    from
    t1,
    dba_segments s
    where
    s.segment_name = t1.object_name
    and
    num_blocks > 10
    group by
    object_name,
    object_type,
    num_blocks
    order by
    num_blocks desc
    Hope this helps. . ..
    Don Burleson
    Oracle Press author

  • I am trying to purchase os x lion from app store. Getting a response saying I need 2GB memory available but I have at least 40GB free space??

    I am trying to purchase os x lion from app store. Getting a response saying I need 2GB memory available but I have at least 40GB free space??

    Memory = Ram, the 40G free space you are referring to is hard drive storage space available, 2 very different things.
    In order to run Lion you MUST have at least a Core 2 Duo processor and 2G of Ram, to find out whether you qualify (and it seems as though you don't) go to
    Apple>About this Mac: you will be able to see the processor type and Ram installed thus
    If you have less than 2G of Ram you can install more, if however you have a Core Duo (instead of Core 2 Duo) you can not run Lion.

  • Free memory available

    Hello All,
    I am getting the following warning message:
    <WebLogicServer> <000334> <"27%" of starting server free memory available.>
    Can anyone suggest me how to handle this problem.
    Thanks
    Sandhya

    Thanks, Karthik
    "Karthik V" <[email protected]> wrote:
    What version of WLS are you using?
    WebLogic logs the low memory warning messages which is configurable using
    admin console.
    Follow this link for more information on tuning the JVM:
    http://e-docs.bea.com/wls/docs70/perform/JVMTuning.html
    /k
    "sandhya" <[email protected]> wrote in message
    news:3f1acf7e$[email protected]..
    Hello All,
    I am getting the following warning message:
    <WebLogicServer> <000334> <"27%" of starting server free memoryavailable.>
    Can anyone suggest me how to handle this problem.
    Thanks
    Sandhya

  • MacPro with10.7.3. running a Python script in terminal I see a : "There is no more application memory available on your startup disk". Python uses 10G of 16G RAM and  VM =238G with 1TB free. Log: macx-swapon FAILED - 12. It only happens with larger inputs

    On my MacPro with10.7.3. while running a Python script in terminal, after a while, in several hours actually,  I see a system message for the Terminal app: "There is no more application memory available on your startup disk". Both RAM and VM appear to be fine at this point, i.e. Python uses only 10G of 16G RAM and  VM =238G with ~1TB free. Log reads: " macx-swapon FAILED - 12" multiple times. Furthermore, other terminal windows can be opened and commands run there. It only happens with larger inputs (text files), but with inputs that are about half the size everything runs smoothly.  So the issue must be the memory indeed, but where to look for the problem/fix?

    http://liulab.dfci.harvard.edu/MACS/README.html
    Have you tried with the --diag flag for diagnostics? Or changing verbose to 3 to show debug messages? Clearly one of three things is happening;
    1. You ARE running out of disk space, but once it errors out the space is reclaimed if the output file is deleted on error. When it fails, does your output have the content generated up to the point of termination?
    2. The application (Terminal) is allocated memory that you are exceeding
    3. The task within Terminal is allocated memory that you are exceeding
    I don't know anything about what this does but is there a way to maybe run a smaller test run of it? Something that takes 10 minutes? Just to see if it works.

  • Sm21 No free memory available in class SHORT. Memory block ID "MEGSAV",

    Hi ,
    in sm21 following message occured
    sm21
    19:56:59 BTC 04 300 SYSTJOB           D01 Transaction Canceled 00 024 ( )
    19:56:59 BTC 04 300 SYSTJOB           E06 Assurance in Too may DB-rows. in Program $Id: //b001 ?????????????????????? Location ??? Not Fulfilled
    19:56:59 BTC 04 300 SYSTJOB           F3O Missng:TSL1TE,F3O):
    19:56:59 BTC 04 300 SYSTJOB           E06 Assurance in Too may DB-rows. in Program $Id: //b001 ?????????????????????? Location ??? Not Fulfilled
    19:56:59 BTC 04 300 SYSTJOB           R38 Error at DB commit, return code 001024
    19:56:59 BTC 04 300 SYSTJOB           E06 Assurance in Too may DB-rows. in Program $Id: //b001 ?????????????????????? Location ??? Not Fulfilled
    19:56:59 BTC 04 300 SYSTJOB           F3O Missng:TSL1TE,F3O):
    19:56:59 BTC 04 300 SYSTJOB           E06 Assurance in Too may DB-rows. in Program $Id: //b001 ?????????????????????? Location ??? Not Fulfilled
    19:56:59 BTC 04 300 SYSTJOB           R38 Error at DB commit, return code 001024
    19:56:59 BTC 04 300 SYSTJOB           ST0 No free memory available in class SHORT. Memory block ID "MEGSAV", 1040 bytes.
    19:56:59 BTC 04 300 SYSTJOB           D01 Transaction Canceled 00 024 ( )
    Regards
    Mohsin
    SAP Basis Mumbai

    Operating system     HP-UX
    Database system      ORACLE
    Release              9.2.0.5.0
    Component version    SAP R/3 Ente
    Regards
    Mohsin

  • Please help, my iMac is running slow and plenty of memory available?

    Please help, my iMac is running slow and plenty of memory available? I tried reading some of these forums to see what to do, I have already deleted all of my downloads that were stored in the downloads file. Not sure what to do next, I ran the etrecheck and here is the following info from the scan:
    EtreCheck version: 2.2 (132)
    Report generated 4/20/15, 2:55 PM
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Click the [Click to remove] links for help removing adware.
    Hardware Information: ℹ️
        iMac (27-inch, Mid 2011) (Technical Specifications)
        iMac - model: iMac12,2
        1 2.7 GHz Intel Core i5 CPU: 4-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 0/DIMM1
                Empty  
            BANK 1/DIMM1
                Empty  
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
        AMD Radeon HD 6770M - VRAM: 512 MB
            iMac 2560 x 1440
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 5:29:18
    Disk Information: ℹ️
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted> : 210 MB
            Macintosh HD (disk0s2) / : 999.35 GB (872.44 GB free)
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
        OPTIARC DVD RW AD-5690H 
    USB Information: ℹ️
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Internal Memory Card Reader
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Adware: ℹ️
        Genieo, InstallMac Adware! [Click to remove]
        More adware files Adware! [Click to remove]
    Problem System Launch Agents: ℹ️
        [killed]    com.apple.CallHistoryPluginHelper.plist
        [killed]    com.apple.CallHistorySyncHelper.plist
        [killed]    com.apple.cloudd.plist
        [killed]    com.apple.cmfsyncagent.plist
        [killed]    com.apple.coreservices.appleid.authentication.plist
        [killed]    com.apple.EscrowSecurityAlert.plist
        [killed]    com.apple.gamed.plist
        [killed]    com.apple.icloud.fmfd.plist
        [killed]    com.apple.Maps.pushdaemon.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.printtool.agent.plist
        [killed]    com.apple.scopedbookmarkagent.xpc.plist
        [killed]    com.apple.security.cloudkeychainproxy.plist
        [killed]    com.apple.spindump_agent.plist
        [killed]    com.apple.telephonyutilities.callservicesd.plist
        15 processes killed due to memory pressure
    Problem System Launch Daemons: ℹ️
        [killed]    com.apple.ctkd.plist
        [killed]    com.apple.icloud.findmydeviced.plist
        [killed]    com.apple.ifdreader.plist
        [killed]    com.apple.nehelper.plist
        [killed]    com.apple.nsurlsessiond.plist
        [killed]    com.apple.spindump.plist
        [killed]    com.apple.wdhelper.plist
        7 processes killed due to memory pressure
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.adobe.AdobeCreativeCloud.plist [Click for support]
        [running]    com.dced8a8837572b7b.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [not loaded]    com.dced8a8837572b7b.daemon.plist [Click for support]
        [running]    com.dced8a8837572b7b.helper.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [failed]    com.citrixonline.GoToMeeting.G2MUpdate.plist [Click for support] [Click for details]
        [loaded]    com.genieo.completer.download.plist  Adware! [Click to remove]
        [loaded]    com.genieo.completer.update.plist  Adware! [Click to remove]
        [running]    com.google.Chrome.framework.plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [failed]    com.webtools.update.agent.plist [Click for support] [Click for details]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
        AdobeResourceSynchronizer    Application  (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Support/AdobeResourceSynchronizer.app)
        Google Chrome    Application Hidden (/Applications/Google Chrome.app)
    Internet Plug-ins: ℹ️
        Default Browser: Version: 600 - SDK 10.10
        Flip4Mac WMV Plugin: Version: 3.0.0.85 BETA  - SDK 10.7 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 [Click for support]
        FlashPlayer-10.6: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        AdobePDFViewerNPAPI: Version: 11.0.10 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        Flash Player: Version: 17.0.0.169 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        iPhotoPhotocast: Version: 7.0
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        AdobePDFViewer: Version: 11.0.10 - SDK 10.6 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 40 Check version
    User internet Plug-ins: ℹ️
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
    Safari Extensions: ℹ️
        Omnibar  Adware! [Click to remove]
        MacMin
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Flip4Mac WMV  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             3%    AddressBookSourceSync
             3%    Google Chrome Helper(10)
             3%    Google Chrome
             2%    mdworker(5)
             1%    WindowServer
    Top Processes by Memory: ℹ️
        729 MB    Google Chrome Helper(10)
        481 MB    kernel_task
        119 MB    Google Chrome
        115 MB    Mail
        74 MB    softwareupdated
    Virtual Memory Information: ℹ️
        58 MB    Free RAM
        3.94 GB    Used RAM
        218 MB    Swap Used
    Diagnostics Information: ℹ️
        Apr 20, 2015, 09:21:25 AM    Self test - passed

    So I looked up the info on OWC as suggested and found the correct memory to upgrade but not sure how much to get and which option? I wanted to know how much space I have available to upgrade so I don't buy something that's more than what can be used. I'm not sure if I need 4GB or 8GB of ram? Also there are two options with every memory choice for instance:
    8.0GB PC3-10600 1333MHZ SO Kit (4GB + 4GB) w/Lifetime Limited Warranty
    Same Day
    $78.79
    8.0GB PC3-10600 SO-DIMM 204 Pin w/Lifetime Limited Warranty
    Same Day
    $82.79
    Not sure what the difference is in the two and which I would need to purchase? Thank you for all your help!

  • No memory available on a SUP720-3BXL with 1GB RAM

    Hi,
    any advices what to do if all RAM of the RP is consumed?
    r1-core#show log
    Sep 17 03:38:13.999 CET: %OSPF-5-ADJCHG: Process 8877, Nbr 10.100.205.246 on Vlan60 from FULL to DOWN, Neighbor Down: Dead timer expired
    Sep 17 03:38:20.715 CET: %OSPF-5-ADJCHG: Process 8877, Nbr 10.100.205.246 on Vlan60 from LOADING to FULL, Loading Done
    Sep 17 03:38:48.451 CET: %SYS-2-MALLOCFAIL: Memory allocation of 65536 bytes failed from 0x434488CC, alignment 0
    Pool: Processor Free: 1107328 Cause: Memory fragmentation
    Alternate Pool: None Free: 0 Cause: No Alternate pool
    -Process= "BGP Task", ipl= 0, pid= 626
    -Traceback= 4340F154z 43428FE4z 4343FDD4z 41C77F70z 41CCB3C4z 41CCD7C0z 41CD0604z 41D3C380z 41D3CB48z 41D24B20z 433FAAC0z 433FAAACz
    Sep 17 03:38:54.683 CET: %SYS-2-CFORKMEM: Process creation of BGP Open failed (no memory). -Process= "BGP Router", ipl= 0, pid= 558
    -Traceback= 43444E34z 43444FDCz 41C8E09Cz 433F52D4z 433F5408z 41C903D0z 41CA22F8z
    r1-core#show version
    Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(1)SY1, RELEASE SOFTWARE (fc5)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Wed 01-May-13 13:16 by prod_rel_team
    ROM: System Bootstrap, Version 12.2(17r)SX7, RELEASE SOFTWARE (fc1)
    BOOTLDR: Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(1)SY1, RELEASE SOFTWARE (fc5)
    r1-core-inn uptime is 16 weeks, 4 days, 4 hours, 16 minutes
    Uptime for this control processor is 16 weeks, 4 days, 4 hours, 6 minutes
    System returned to ROM by reload at 04:14:47 CET Wed Jan 12 2000 (SP by reload)
    System restarted at 18:34:19 CET Sun May 25 2014
    System image file is "disk0:s72033-adventerprisek9-mz.151-1.SY1.bin"
    Last reload reason: Reload Command
    cisco WS-C6509-E (R7000) processor (revision 1.3) with 983008K/65536K bytes of memory.
    Processor board ID SMC11140074
    SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache
    Last reset from s/w reset
    16 Virtual Ethernet interfaces
    122 Gigabit Ethernet interfaces
    1917K bytes of non-volatile configuration memory.
    65536K bytes of Flash internal SIMM (Sector size 512K).
    Configuration register is 0x2102
    r1-core#show module
    Mod Ports Card Type Model Serial No.
    1 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX SAL1301F7T8
    3 48 CEF720 48 port 10/100/1000mb Ethernet WS-X6748-GE-TX SAL1108HB7S
    5 2 Supervisor Engine 720 (Active) WS-SUP720-BASE SAD08340D87
    8 24 CEF720 24 port 1000mb SFP WS-X6724-SFP SAL1338Z0SV
    Mod MAC addresses Hw Fw Sw Status
    1 0024.1469.ccb0 to 0024.1469.ccdf 3.0 12.2(18r)S1 15.1(1)SY1 Ok
    3 001a.e27a.3840 to 001a.e27a.386f 2.5 12.2(18r)S1 15.1(1)SY1 Ok
    5 0011.21b9.9928 to 0011.21b9.992b 3.2 8.5(4) 15.1(1)SY1 Ok
    8 0027.0d34.ed50 to 0027.0d34.ed67 4.1 12.2(18r)S1 15.1(1)SY1 Ok
    Mod Sub-Module Model Serial Hw Status
    1 Distributed Forwarding Card WS-F6700-DFC3BXL SAL11370Q8C 5.3 Ok
    3 Distributed Forwarding Card WS-F6700-DFC3BXL SAL1333W4V1 5.6 Ok
    5 Policy Feature Card 3 WS-F6K-PFC3BXL SAL1040X3AU 1.8 Ok
    5 MSFC3 Daughterboard WS-SUP720 SAL1040Z0JL 2.2 Ok
    8 Distributed Forwarding Card WS-F6700-DFC3BXL SAL1439UQVP 5.6 Ok
    Mod Online Diag Status
    1 Pass
    3 Pass
    5 Pass
    8 Pass
    r1-core#show memory summary
    Head Total(b) Used(b) Free(b) Lowest(b) Largest(b)
    Processor 4732E520 885824224 873473292 12350932 1107328 556184
    I/O 8000000 67108864 21641732 45467132 45467132 45465404
    Critical 537DCDE0 475940 44 475896 475896 475896
    Critical 949A940 36084 44 36040 36040 36040
    Processor memory
    Address Bytes Prev Next Ref PrevF NextF Alloc PC what
    4732E520 0016853976 00000000 48341124 001 -------- -------- 433EB834 *Init*
    48341124 0000012800 4732E520 48344350 001 -------- -------- 43FAE89C *Init*
    48344350 0000005000 48341124 48345704 001 -------- -------- 433F9578 List Headers
    48345704 0000000160 48344350 483457D0 001 -------- -------- 43FAAFA0 *Init*
    483457D0 0000000160 48345704 4834589C 001 -------- -------- 43FAAFA0 *Init*
    4834589C 0000000160 483457D0 48345968 001 -------- -------- 43FAAFA0 *Init*
    48345968 0000000160 4834589C 48345A34 001 -------- -------- 43FAAFA0 *Init*
    48345A34 0000000160 48345968 48345B00 001 -------- -------- 43FAAFA0 *Init*
    48345B00 0000001500 48345A34 48346108 001 -------- -------- 43452288 messages
    48346108 0000010000 48345B00 48348844 001 -------- -------- 434522E4 Watched Queue
    48348844 0000010000 48346108 4834AF80 001 -------- -------- 4345233C Watched Bitfield
    4834AF80 0000005000 48348844 4834C334 001 -------- -------- 43452394 Watcher Info
    4834C334 0000001500 4834AF80 4834C93C 001 -------- -------- 434523EC Watcher Message Queue
    4834C93C 0000004288 4834C334 4834DA28 001 -------- -------- 4073CD0C TTY data
    4834DA28 0000000512 4834C93C 4834DC54 001 -------- -------- 4073E668 TTY Output Buf
    4834DC54 0000000160 4834DA28 4834DD20 001 -------- -------- 43FAAFA0 *Init*
    4834DD20 0000026000 4834DC54 483542DC 001 -------- -------- 41481DFC Process Stack
    483542DC 0000000184 4834DD20 483543C0 001 -------- -------- 4344FDC8 Process Events
    483543C0 0000000160 483542DC 4835448C 001 -------- -------- 43FAAFA0 *Init*
    4835448C 0000000648 483543C0 48354740 001 -------- -------- 4344D754 Process
    48354740 0000000124 4835448C 483547E8 001 -------- -------- 41485478 *Init*
    483547E8 0000010000 48354740 48356F24 001 -------- -------- 433F82E0 List Elements
    48356F24 0000010000 483547E8 48359660 001 -------- -------- 433F82E0 List Elements
    48359660 0000010000 48356F24 4835BD9C 001 -------- -------- 433F82E0 List Elements
    4835BD9C 0000010000 48359660 4835E4D8 001 -------- -------- 433F82E0 List Elements
    4835E4D8 0000010000 4835BD9C 48360C14 001 -------- -------- 433F82E0 List Elements
    48360C14 0000000220 4835E4D8 48360D1C 001 -------- -------- 408658C8 Env action
    48360D1C 0000000184 48360C14 48360E00 001 -------- -------- 408658C8 Env action
    48360E00 0000000184 48360D1C 48360EE4 001 -------- -------- 408658C8 Env action
    48360EE4 0000000148 48360E00 48360FA4 001 -------- -------- 43782A4C Crypto CA
    48360FA4 0000000184 48360EE4 48361088 001 -------- -------- 408657C4 Env action
    48361088 0000000184 48360FA4 4836116C 001 -------- -------- 408658C8 Env action
    4836116C 0000000184 48361088 48361250 001 -------- -------- 408657C4 Env action
    48361250 0000000184 4836116C 48361334 001 -------- -------- 408658C8 Env action
    48361334 0000000832 48361250 483616A0 001 -------- -------- 40D9BF10 FM_HA_RDT_INDEX_LIST
    483616A0 0000000832 48361334 48361A0C 001 -------- -------- 40D9BF10 FM_HA_RDT_INDEX_LIST
    48361A0C 0000000128 483616A0 48361AB8 001 -------- -------- 40D29F90 FM core
    48361AB8 0000000240 48361A0C 48361BD4 001 -------- -------- 437BAABC Crypto CA
    48361BD4 0000000028 48361AB8 48361C1C 001 -------- -------- 437A3F88 Crypto CA
    48361C1C 0000000184 48361BD4 48361D00 001 -------- -------- 408657C4 Env action
    48361D00 0000000184 48361C1C 48361DE4 001 -------- -------- 408657C4 Env action
    48361DE4 0000000184 48361D00 48361EC8 001 -------- -------- 408658C8 Env action
    48361EC8 0000000032 48361DE4 48361F14 001 -------- -------- 40C106E8 draco-oir-process:slot 1
    48361F14 0000000032 48361EC8 48361F60 001 -------- -------- 42269CFC Entity MIB C6k Private Process
    48361F60 0000000032 48361F14 48361FAC 001 -------- -------- 420D4CB4 Bitfield pool
    48361FAC 0000000512 48361F60 483621D8 001 -------- -------- 425779B4 IPC Rx Win Table
    483621D8 0000000512 48361FAC 48362404 001 -------- -------- 425779B4 IPC Rx Win Table
    48362404 0000000648 483621D8 483626B8 001 -------- -------- 407B4094 XDR: Peer cblk
    483626B8 0000000320 48362404 48362824 001 -------- -------- 407BA6C8 XDR: stats array
    48362824 0000000300 483626B8 4836297C 001 -------- -------- 407BA6C8 XDR: stats array
    4836297C 0000000280 48362824 48362AC0 001 -------- -------- 407BA6C8 XDR: stats array
    48362AC0 0000002420 4836297C 48363460 001 -------- -------- 407BA6C8 XDR: stats array
    48363460 0000000460 48362AC0 48363658 001 -------- -------- 407BA6C8 XDR: stats array
    48363658 0000000560 48363460 483638B4 001 -------- -------- 407BA6C8 XDR: stats array
    483638B4 0000000320 48363658 48363A20 001 -------- -------- 407BA6C8 XDR: stats array
    48363A20 0000000280 483638B4 48363B64 001 -------- -------- 407BA6C8 XDR: stats array
    48363B64 0000000120 48363A20 48363C08 001 -------- -------- 407BA6C8 XDR: stats array
    48363C08 0000000156 48363B64 48363CD0 001 -------- -------- 407BA6C8 XDR: stats array
    48363CD0 0000001500 48363C08 483642D8 001 -------- -------- 434040C4 Reg Function Seq List
    483642D8 0000001500 48363CD0 483648E0 001 -------- -------- 4340411C Reg Function iList
    483648E0 0000001500 483642D8 48364EE8 001 -------- -------- 43404174 Reg Function Caselist
    48364EE8 0000000032 483648E0 48364F34 001 -------- -------- 42075A40 Init
    48364F34 0000000184 48364EE8 48365018 001 -------- -------- 408658C8 Env action
    48365018 0000000184 48364F34 483650FC 001 -------- -------- 4124C56C QM-SB
    483650FC 0000000060 48365018 48365164 001 -------- -------- 40B237E0 IPC Seat Manager
    48365164 0000000088 483650FC 483651E8 001 -------- -------- 4133A234 SIP10GQM-SB
    483651E8 0000000032 48365164 48365234 001 -------- -------- 41D08250 BGP Router
    48365234 0000000048 483651E8 48365290 001 -------- -------- 43222694 Entity MIB API
    48365290 0000000112 48365234 4836532C 001 -------- -------- 4227D18C *Init*
    4836532C 0000000032 48365290 48365378 001 -------- -------- 4203E7F0 Parser Linkage
    48365378 0000000032 4836532C 483653C4 001 -------- -------- 4203E7F0 Parser Linkage
    483653C4 0000000032 48365378 48365410 001 -------- -------- 4203E7F0 Parser Linkage
    48365410 0000000032 483653C4 4836545C 001 -------- -------- 42075A40 Init
    4836545C 0000000072 48365410 483654D0 001 -------- -------- 43404C54 *Init*
    483654D0 0000000072 4836545C 48365544 001 -------- -------- 43404C54 *Init*
    48365544 0000000052 483654D0 483655A4 001 -------- -------- 43404C54 *Init*
    483655A4 0000000204 48365544 4836569C 001 -------- -------- 43404C54 *Init*
    4836569C 0000000112 483655A4 48365738 001 -------- -------- 43404C54 *Init*
    48365738 0000000024 4836569C 4836577C 001 -------- -------- 43404C54 *Init*
    4836577C 0000001552 48365738 48365DB8 001 -------- -------- 404F4FB0 *Init*
    48365DB8 0000003000 4836577C 4836699C 001 -------- -------- 40500E7C Transport ERP id cb chunk
    4836699C 0000000032 48365DB8 483669E8 001 -------- -------- 42075A40 Init
    483669E8 0000000032 4836699C 48366A34 001 -------- -------- 4203E7F0 Parser Linkage
    48366A34 0000000032 483669E8 48366A80 001 -------- -------- 4203E7F0 Parser Linkage
    48366A80 0000000032 48366A34 48366ACC 001 -------- -------- 42075A40 Init
    48366ACC 0000000024 48366A80 48366B10 001 -------- -------- 43F76708 *Init*
    48366B10 0000000024 48366ACC 48366B54 001 -------- -------- 43F766F4 *Init*
    48366B54 0000000024 48366B10 48366B98 001 -------- -------- 43F76728 *Init*
    48366B98 0000000024 48366B54 48366BDC 001 -------- -------- 43F76708 *Init*
    48366BDC 0000000024 48366B98 48366C20 001 -------- -------- 43F766F4 *Init*
    48366C20 0000000024 48366BDC 48366C64 001 -------- -------- 43F76728 *Init*
    48366C64 0000000024 48366C20 48366CA8 001 -------- -------- 43F76708 *Init*
    48366CA8 0000000024 48366C64 48366CEC 001 -------- -------- 43F766F4 *Init*
    48366CEC 0000000024 48366CA8 48366D30 001 -------- -------- 43F76728 *Init*
    48366D30 0000000024 48366CEC 48366D74 001 -------- -------- 43F76708 *Init*
    48366D74 0000000024 48366D30 48366DB8 001 -------- -------- 43F766F4 *Init*
    48366DB8 0000000024 48366D74 48366DFC 001 -------- -------- 43F76728 *Init*
    48366DFC 0000000024 48366DB8 48366E40 001 -------- -------- 43F76708 *Init*
    48366E40 0000000024 48366DFC 48366E84 001 -------- -------- 43F766F4 *Init*
    48366E84 0000000024 48366E40 48366EC8 001 -------- -------- 43F76728 *Init*
    48366EC8 0000000024 48366E84 48366F0C 001 -------- -------- 43F76708 *Init*
    48366F0C 0000000024 48366EC8 48366F50 001 -------- -------- 43F766F4 *Init*
    48366F50 0000000024 48366F0C 48366F94 001 -------- -------- 43F76728 *Init*
    48366F94 0000000024 48366F50 48366FD8 001 -------- -------- 43F76708 *Init*
    48366FD8 0000000024 48366F94 4836701C 001 -------- -------- 43F766F4 *Init*
    4836701C 0000000024 48366FD8 48367060 001 -------- -------- 43F76728 *Init*
    48367060 0000000024 4836701C 483670A4 001 -------- -------- 43F76708 *Init*
    483670A4 0000000024 48367060 483670E8 001 -------- -------- 43F766F4 *Init*
    483670E8 0000000024 483670A4 4836712C 001 -------- -------- 43F76728 *Init*
    4836712C 0000000024 483670E8 48367170 001 -------- -------- 43F76708 *Init*
    48367170 0000000024 4836712C 483671B4 001 -------- -------- 43F766F4 *Init*
    483671B4 0000000024 48367170 483671F8 001 -------- -------- 43F76728 *Init*
    483671F8 0000000024 483671B4 4836723C 001 -------- -------- 43F76708 *Init*
    4836723C 0000000024 483671F8 48367280 001 -------- -------- 43F766F4 *Init*
    48367280 0000000024 4836723C 483672C4 001 -------- -------- 43F76728 *Init*
    483672C4 0000000024 48367280 48367308 001 -------- -------- 43F76708 *Init*
    48367308 0000000024 483672C4 4836734C 001 -------- -------- 43F766F4 *Init*
    4836734C 0000000024 48367308 48367390 001 -------- -------- 43F76728 *Init*
    48367390 0000000024 4836734C 483673D4 001 -------- -------- 43F76708 *Init*
    483673D4 0000000024 48367390 48367418 001 -------- -------- 43F766F4 *Init*
    48367418 0000000024 483673D4 4836745C 001 -------- -------- 43F76728 *Init*
    4836745C 0000000024 48367418 483674A0 001 -------- -------- 43F76708 *Init*
    483674A0 0000000024 4836745C 483674E4 001 -------- -------- 43F766F4 *Init*
    483674E4 0000000024 483674A0 48367528 001 -------- -------- 43F76728 *Init*
    48367528 0000000024 483674E4 4836756C 001 -------- -------- 43F76708 *Init*
    4836756C 0000000024 48367528 483675B0 001 -------- -------- 43F766F4 *Init*
    483675B0 0000000024 4836756C 483675F4 001 -------- -------- 43F76728 *Init*
    483675F4 0000000024 483675B0 48367638 001 -------- -------- 43F76708 *Init*
    48367638 0000000024 483675F4 4836767C 001 -------- -------- 43F766F4 *Init*
    4836767C 0000000024 48367638 483676C0 001 -------- -------- 43F76728 *Init*
    483676C0 0000000024 4836767C 48367704 001 -------- -------- 43F76708 *Init*
    48367704 0000000024 483676C0 48367748 001 -------- -------- 43F766F4 *Init*
    48367748 0000000024 48367704 4836778C 001 -------- -------- 43F76728 *Init*
    4836778C 0000000024 48367748 483677D0 001 -------- -------- 43F76708 *Init*
    483677D0 0000000024 4836778C 48367814 001 -------- -------- 43F766F4 *Init*
    48367814 0000000024 483677D0 48367858 001 -------- -------- 43F76728 *Init*
    48367858 0000000024 48367814 4836789C 001 -------- -------- 43F76708 *Init*
    4836789C 0000000024 48367858 483678E0 001 -------- -------- 43F766F4 *Init*
    483678E0 0000000024 4836789C 48367924 001 -------- -------- 43F76728 *Init*
    48367924 0000000024 483678E0 48367968 001 -------- -------- 43F76708 *Init*
    48367968 0000000024 48367924 483679AC 001 -------- -------- 43F766F4 *Init*
    483679AC 0000000024 48367968 483679F0 001 -------- -------- 43F76728 *Init*
    483679F0 0000000024 483679AC 48367A34 001 -------- -------- 43F76708 *Init*
    48367A34 0000000024 483679F0 48367A78 001 -------- -------- 43F766F4 *Init*
    48367A78 0000000024 48367A34 48367ABC 001 -------- -------- 43F76728 *Init*
    48367ABC 0000000024 48367A78 48367B00 001 -------- -------- 43F76708 *Init*
    48367B00 0000000024 48367ABC 48367B44 001 -------- -------- 43F766F4 *Init*
    48367B44 0000000024 48367B00 48367B88 001 -------- -------- 43F76728 *Init*
    48367B88 0000000024 48367B44 48367BCC 001 -------- -------- 43F76708 *Init*
    48367BCC 0000000024 48367B88 48367C10 001 -------- -------- 43F766F4 *Init*
    48367C10 0000000024 48367BCC 48367C54 001 -------- -------- 43F76728 *Init*
    48367C54 0000000024 48367C10 48367C98 001 -------- -------- 43F76708 *Init*
    48367C98 0000000024 48367C54 48367CDC 001 -------- -------- 43F766F4 *Init*
    48367CDC 0000000024 48367C98 48367D20 001 -------- -------- 43F76728 *Init*
    48367D20 0000000024 48367CDC 48367D64 001 -------- -------- 43F76708 *Init*
    48367D64 0000000024 48367D20 48367DA8 001 -------- -------- 43F766F4 *Init*
    48367DA8 0000000024 48367D64 48367DEC 001 -------- -------- 43F76728 *Init*
    48367DEC 0000000024 48367DA8 48367E30 001 -------- -------- 43F76708 *Init*
    48367E30 0000000024 48367DEC 48367E74 001 -------- -------- 43F766F4 *Init*
    48367E74 0000000024 48367E30 48367EB8 001 -------- -------- 43F76728 *Init*
    48367EB8 0000000024 48367E74 48367EFC 001 -------- -------- 43F76708 *Init*
    48367EFC 0000000024 48367EB8 48367F40 001 -------- -------- 43F766F4 *Init*
    48367F40 0000000024 48367EFC 48367F84 001 -------- -------- 43F76728 *Init*
    48367F84 0000000024 48367F40 48367FC8 001 -------- -------- 43F76708 *Init*
    48367FC8 0000000024 48367F84 4836800C 001 -------- -------- 43F766F4 *Init*
    4836800C 0000000024 48367FC8 48368050 001 -------- -------- 43F76728 *Init*
    48368050 0000000024 4836800C 48368094 001 -------- -------- 43F76708 *Init*
    48368094 0000000024 48368050 483680D8 001 -------- -------- 43F766F4 *Init*
    483680D8 0000000024 48368094 4836811C 001 -------- -------- 43F76728 *Init*
    4836811C 0000000024 483680D8 48368160 001 -------- -------- 43F76708 *Init*
    48368160 0000000024 4836811C 483681A4 001 -------- -------- 43F766F4 *Init*
    483681A4 0000000024 48368160 483681E8 001 -------- -------- 43F76728 *Init*
    Bug in IOS Version? More RAM is not possible in SUP720-3BXL.
    Thanks,
    Thomas

    > Tracebacks and BGP flapping are not necessarily related.
    BGP flapps because there was no more RAM available. (according to the log "ip cef was disabled" because of low memory) After reactivating "ip cef distributed" the BGP sessions becomes stable.
    > After the IOS upgrade, did you see any more Tracebacks?
    I did not see any tracebacks in the log. Because of having much lower memory available with the new image (only 10-15MB RAM after booting) I decide to downgrade and boot with the previous version.

  • Could not Purchase (desired tune). There is not enough memory available.

    There's nothing wrong with the 1 gig of memory in my G4 Powerbook, and I've made no system changes in the last 6 months, but today when I tried to purchase a tune from the iTunes Store, instead of working normally like it has always worked in the past, iTunes 7.6.1 gave this cryptic error message:
    "Could not purchase (the tune I selected). There is not enough memory available. There was an error in the iTunes Store. Please try again later."
    What gives? This is truly bizarre; no other apps running; fresh reboot; has the iTunes online store's server at Cupertino lost its memory? Bizarre

    Thanks Mike; I'm not interested in upgrading beyond 10.3.9, either. I'll wait and see if they fix it. It would seem logical that they would not want that defect to cause lost sales worldwide.
    If they don't fix it, I'll just stop buying music online. If a system upgrade is necessary to use the new itunes in order to buy music, the system upgrade ought to be free.

  • How to get the amount of memory available programmatically?

    Hello,
    Out of memory is a very common situation occures in most applications. I was wondering if there is a way to find the amount of free memory available programmatically, it can atleast help a little. There are System class's functions but are not very full-proof. So can there be any other way?
    THanks

    Out of memory is a very common situation occures in most applications.Really? ;)

  • I have been coping my cds.  Now I get this message:  The iTunes Library file cannot be saved.  There is not enough memory available.  How can I proceed?

    I have been copying my cds into my iTunes library.  I lost all my folders 2 years ago when I replaced my laptop and just now have the time to do this.  Right in the middle of copying my christmas cds I get a message that the iTunes Library cannot be saved. There is not enough memory available.  Help  How can I proceed?

    trash stuff form your computers hard drive to free up space.

  • When I delete files on a USB, it doesn't free up memory on the stik. I find I have to empty the entire stik, use Disk Utility to 'erase' it, then transfer back the files I removed to free up all the space on the stik. Is this the best practice?

    It frustrates me that if I delete a file from a USB, it doesn't free up the memory on the stik. I have been removing all the files from the stik, opening Disk Utility and erasing the empty USB. That frees up the entire stik. Then I have been transferring back the files I removed from the stik. The result is that I have memory available to use again. It seems to me this is an unnecessarily complicated and time consuming way to get the result. Is there a shorter way to do this?

    Hello Horst,
    Thank you for the question.  Have you been emptying your trash after deleting the items?  For the item to be removed from your USB device, you will need to empty the trash on your MacBook Pro after you delete the items, as described in the featured discussion below.  Your USB device will still need to be connected when you do this:
    Choose Empty Trash from the Finder menu. Unlike Windows, the trash needs to be emptied manually for any drive other than one mounted through the network.
    Can't delete off my USB drive
    https://discussions.apple.com/thread/1946841
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have a lot of movies on my computer and need to free up memory.  What is the best solution, if I think I may need these movies in the future?

    I'm an elementary music teacher and my students perform regularly so I have a lot of their performances on my computer.  Now I need to free up memory so am wondering what the best solution would be, given that I may need access to these movies again in the future.
    I do have an external hard drive, but have never been able to figure out if you can store movies on it, instead of on the computer hard drive.
    Thanks so much!

    Good evening,
    I see you have another post about deleting movies and iDVD projects.  Wanting the video to be available in the future is a significant criteria because video files are very large and are very compressed to fit on a DVD.   If you want the video to be available in the future for additional editing (eg, highlights of the year), ideally you'd want to save the video in a format which will easily allow this.   To me, this suggests you delete the iDVD projects but keep the iMovie files for future editing.  This accomplishes the easy editing objective but keeps a lot of large files on your hard drive (each iMovie/iDVD project will be about 20% smaller -- assuming a 4 to 1 compression).
    If you are willing to accept some additional work in the future and are okay with some reduction in video quality, you can pull sections from an existing DVD and use iMovie to combine them.  The extra work is required to decompress the DVD, and this is also the reason for loss of some sharpness.  This strategy reduces the file size of your combined projects by about 80% if you save disc images (virtual DVDs), or if you save the physical  DVDs, you save 100% of the space.
    I'd decide about the tradeoffs before jumping into action.
    John

  • No memory available while committing the changes in Cisco ASA

    Hi All,
    Recently i have come across an issue that i am unable to do "write mem" shows
    No memory available
    Error executing command
    [FAILED]
    Command output of "show flash"
    Cisco_ASA# sh flash
    --#--  --length--  -----date/time------  path
       87  4181246     Jan 01 2003 05:36:00  securedesktop-asa-3.2.1.103-k9.pkg
       88  398305      Jan 01 2003 05:36:16  sslclient-win-1.1.0.154.pkg
       10  8192        Jan 09 2010 17:27:14  crypto_archive
       91  15243264    Sep 08 2011 22:41:58  asa823-k8.bin
        3  8192        Sep 09 2011 00:05:38  log
       13  8192        Sep 09 2011 00:06:14  coredumpinfo
       14  43          Sep 09 2011 00:06:14  coredumpinfo/coredump.cfg
       11  8192        Nov 05 2012 14:49:20  snmp
       12  4           Oct 26 2014 07:27:27  snmp/single_vf
    255426560 bytes total (235053056 bytes free)
    Command output of "show memory"
    ------------------ show memory ------------------
    Free memory:        53553752 bytes (20%)
    Used memory:       214881704 bytes (80%)
    Total memory:      268435456 bytes (100%)
    Workaround i found but tried:
    1. fsck disk0:
    2. del NVRAM
    3. Reboot the appliance
    4. Checks the command output "show proc mem" and removes the process consumes more memory.
    Please suggest.

    Hi,
    I ran the command "show proc mem" and output as below
    sh proc mem
    Allocs   Allocated       Frees         Freed           Process
              (bytes)                      (bytes)
    0        0               0             0               *System Main*
    2624     18160168        34            9590            Init Thread
    0        0               0             0               PTHREAD-559
    0        0               0             0               PTHREAD-560
    0        0               0             0               PTHREAD-561
    50       1834            4             1098            DATAPATH-0-562
    4        4208            0             0               RADIUS Proxy Listener
    22       11774           14            2738            rpc_server
    1        24              1             24             
    1        24              1             24              õ–Ñ
    1        24              1             24              õ–Ñ
    1        24              1             24             
    1        256             1             256             õ–Ñ
    1        128             1             128            
    œ1B
    1        128             1             128             õ–Ñ
    1        128             1             128             #¡$
    1        24              1             24              õ–Ñ
    184555   49957870        267318        314509656       Dispatch Unit
    0        0               0             0               pci_nt_bridge
    <--- More --->
    0        0               0             0               RADIUS Proxy Time Keeper
    252      5556233         87            2968910         rtcli async executor process
    7        14163           0             0               Integrity FW Task
    721      11536           5556          133344          npshim_thread
    2        152             0             0               CF OIR
    0        0               0             0               TLS Proxy Inspector
    1535239  300889297       1544464       296722085       ci/console
    1        24              0             0               EAPoUDP-sock
    0        0               0             0               netfs_vnode_reclaim
    0        0               0             0               lina_int
    0        0               0             0               Chunk Manager
    0        0               0             0               emweb/cifs_timer
    46       308840          0             0               fover_thread
    0        0               0             0               EAPoUDP
    1        163884          0             0               PIX Garbage Collector
    3        8356            0             0               netfs_mount_handler
    8        1424854         0             0               lu_ctl
    4011     112436          5874          106260          tacplus_get
    0        0               0             0               IP Address Assign
    2        32              33            91916           arp_timer
    0        0               0             0               update_cpu_usage
    24638    8120064         5756          2545836         tacplus_snd
    1        640             0             0               Reload Control Thread
    0        0               0             0               QoS Support Module
    <--- More --->
    0        0               0             0               arp_forward_thread
    0        0               0             0               health_check
    266171   2146572         532062        4256496         emweb/https
    1931     72317           5793          180476          aaa
    0        0               0             0               Client Update Task
    0        0               0             0               Lic TMR
    266031   2128248         0             0               Timekeeper
    6136     199656          5334          190820          ssh/timer
    26       1713791         1             32864           UserFromCert Thread
    0        0               2             29              Checkheaps
    0        0               3             8356            tcp_fast
    134      19592           35            36976           NIC status poll
    532141   22093933        532117        20499470        Unicorn Proxy Thread
    4        1601            0             0               Boot Message Proxy Process
    0        0               0             0               tcp_slow
    0        0               0             0               vPif_stats_cleaner
    104      471734          52            5894            CMGR Server Process
    0        0               0             0               udp_timer
    94953294 6627914418      94100795      6311417370      snmp
    0        0               0             0               CMGR Timer Process
    4        1472            0             0               Quack process
    0        0               0             0               CTCP Timer process
    0        0               0             0               fover_rx
    0        0               0             0               Session Manager
    <--- More --->
    0        0               0             0               L2TP data daemon
    0        0               0             0               fover_tx
    0        0               0             0               DHCPD Timer
    53182    2506750         47747         2408882         ssh
    0        0               0             0               L2TP mgmt daemon
    0        0               0             0               fover_ip
    1        44              0             0               dhcp_daemon
    3        330543          0             0               uauth
    0        0               0             0               ppp_timer_thread
    0        0               0             0               fover_rep
    6        940             1             204             NTP
    0        0               0             0               Uauth_Proxy
    0        0               0             0               vpnlb_timer_thread
    0        0               3             32932           fover_parse
    1158     3225416         415           6640            listen/ssh
    0        0               0             0               dbgtrace
    2        641084          0             0               IPsec message handler
    0        0               0             0               fover_ifc_test
    0        0               0             0               vpnfol_thread_msg
    7478     1053822         6869          866536          CTM message handler
    0        0               0             0               fover_health_monitoring_thread
    0        0               0             0               vpnfol_thread_timer
    0        0               0             0               SSL
    0        0               0             0               NAT security-level reconfiguration
    <--- More --->
    0        0               0             0               ha_trans_ctl_tx
    0        0               0             0               vpnfol_thread_sync
    0        0               0             0               SMTP
    0        0               0             0               ICMP event handler
    0        0               0             0               ha_trans_data_tx
    0        0               0             0               vpnfol_thread_unsent
    0        0               0             0               557mcfix
    11644672311334183472     6             8736            Logger
    0        0               0             0               Dynamic Filter VC Housekeeper
    0        0               3             8356            fover_FSM_thread
    0        0               0             0               Integrity Fw Timer Thread
    0        0               0             0               557statspoll
    0        0               0             0                Syslog Retry Thread
    49       8172            25            3468            IP Background
    0        0               0             0               lu_rx
    2        80              0             0               CP Client Process
    0        0               0             0               Thread Logger
    69658    36029476        6968          16683564        tmatch compile thread
    0        0               0             0               lu_dynamic_sync
    0        0               0             0               Crypto PKI RECV
    0        0               0             0               IP Thread
    0        0               0             0               Crypto CA
    2        160             1             168             ARP Thread
    0        0               0             0               CERT API
    <--- More --->
    0        0               1             168             icmp_thread
    0        0               0             0               uauth_urlb clean
    0        0               0             0               udp_thread
    0        0               0             0               pm_timer_thread
    0        0               0             0               tcp_thread
    0        0               0             0               IKE Timekeeper
    3182863864172565779055    3299309960    183899839935    SNMP Notify Thread
    3        8356            0             0               vpnlb_thread
    0        0               0             0               IKE Daemon
    4        8404            15            41780           cppoll
    2        5664            0             0               block_diag
    30       908491          0             0               netfs_thread_init
    0        0               0             0               RADIUS Proxy Event Daemon
    2        32              0             0               CP Server Process
    "show logging " output below
    Syslog logging: disabled
        Facility: 20
        Timestamp logging: enabled
        Standby logging: disabled
        Debug-trace logging: disabled
        Console logging: disabled
        Monitor logging: disabled
        Buffer logging: level informational, 38815406 messages logged
        Trap logging: level informational, facility 20, 38815406 messages logged
            Logging to WTBB *.*.*.* errors: 220061  dropped: 2606885
            Logging to WTBB *.*.*.* errors: 160  dropped: 1875
            Logging to WTBB *.*.*.*
            Logging to WTBB *.*.*.*
            Logging to WTBB *.*.*.*
        History logging: level informational, 38815406 messages logged
        Device ID: disabled
        Mail logging: disabled
        ASDM logging: level informational, 38815406 messages logged
    I suspect the process SNMP Notify Thread consumes more memory. Can I reduce trap logging level or disable it for sometime. suggest on this.

  • "...There is not enough memory available."

    I'm running the most recent version of iTunes. I've got quite a bit of purchased music.
    So, I'm coming home from college. Just before I leave, I download and install the newest update. I come home, fire up iTunes, and I am told I need to authorize.
    I enter my password in. It works! (I had to deauth all comps first, but the point is I could log in)
    Having logged in, I get a new error message:
    "We could not complete your Music Store request. There is not enough memory available. There was an error in the Music Store. Please try again later."
    I've emailed the iTunes support people and they were basically useless, telling me to make sure I was updated and that I had free authorization slots.
    The problem seems similar to this old thread - http://discussions.apple.com/message.jspa?messageID=785786 - but it is locked. And the person didn't mention which cache files he deleted.
    Could anyone offer any advice?
    Thanks.

    Please help...I have the exact same problem...iTunes support is totally useless as well as applecare, they just keep resetting my password. Every time I try to authorize I add another computer to the maximum of five and then I get the too many computers authorized message. Before I reach that point I get the not enough memory message. I am desperate.

Maybe you are looking for