[Memory] Need Statements of Volatility

Can you help me? Possibly point me in the right direction? We are looking for a Statement of Volatility for UCS 2100, 5100, 6100, B-series Blade and Nexus switches. Who handles Federal security concerns for Cisco UCS and Nexus?
The SoV contains information covering the type, size, memory purpose/function, whether it's removable, write protected, and sanitation procedure(s).

Chris,
Let me reach out to our Product Management team and get back to you.
Stay tuned.
Robert

Similar Messages

  • Need a Statement of Volatility for HP Switch JE006A

    Need a Statement of Volatility for HP Switch JE006A

    Hi:
    This is a consumer to consumer forum.
    HP only monitors this forum for compliance with the forum rules of conduct.
    I recommend you post your question on the HP Business support forum -- Switching section (maybe an end user there knows how you get what you need), or call HP technical support for the country you live in to obtain the info you need.
    http://h30499.www3.hp.com/t5/Switching-and-Routing/ct-p/switching

  • Limit for EXPORT TO MEMORY ID statement

    Hi All,
    I would like to know whether is any limit to the size of the data(size of <int_tab> below) which we can export to ABAP memory using statement -
    EXPORT <int_tab> TO MEMORY ID 'XXXX'.
    I have read the F1 help of export, there size 30000 bytes is mentioned if we export to shared memory but for export to ABAP memory it is mentioned anything like that.
    Can someone help me out in finding this, or there is no limitations for exporting to ABAP memory?
    Regards
    Munish Garg

    I supposed that the abap code hasn't limits, but the admin has certain parameters for limit users memory or something else. Overcharging system memory  get that machines are slower than usual.

  • Memory Limit for "IMPORT/EXPORT from MEMORY ID" statement

    Hi All,
    Can anyone tell me whether there is any memory limit exists for "IMPORT/EXPORT from MEMORY ID" statement.
    Like may be we can transfer xx MB of data via this......or it is open, we can transfer any amount of data to ABAP memory via this.
    Regards
    Munish Garg

    1. Each user sessions have external sessions and each external sessions have internal sessions.
    2. The programs being executed in the internal sessions can access ABAP memory
    3.ABAP memory is a storage area for internal program variables like fields, structures, internal tables,,They can be passed  between internal sessions of an external session.
    4. you can transfer data through ABAp memory using IMPORT and EXPORT statements
    5. after IMPORT FROM MEMORY ID <id> , you can use sy-subrc to check the existance of the cluster ID. here sy-subrc is not used to check whether the Import was successful or not.

  • Runnable Class doubles memory need of application

    Hi
    I use a class called DisplayTimer to throw an event every second. This class is Runnable and runs as an own thread. Then I have OrientedText2D Object in a java3d environment that listen to these events and update their caption (countdown time) every time they receive an event. So far so good, the solution works. BUT the memory need of my application doubles when i .start() the Runnable DisplayTimer class to start the event-throwing for the countdown captions...
    Here is the DisplayTimer class:
    import java.util.*;
    import de.qtobe.events.*;
    import de.qtobe.tools.*;
    public class DisplayTimer implements Runnable {
        private List _listeners = new ArrayList();
        Thread t;
        public DisplayTimer() {
            t = new Thread(this);
            t.start();
        public void run() {
            while (true) {
                _fireUpdateNotificationEvent();
                //Runtime r = Runtime.getRuntime();
                //System.out.println("before: " + r.freeMemory());
                //r.gc();
                //System.out.println("after: " + r.freeMemory());
                try {
                    Thread.currentThread().sleep(900);
                } catch (java.lang.InterruptedException e) {
                    Log.log("Error in DisplayTimer occured.");
        public synchronized void addUpdateNotificationListener(UpdateNotificationListener l) {
            _listeners.add(l);
        public synchronized void removeMoodListener(UpdateNotificationListener l) {
            _listeners.remove(l);
        private synchronized void _fireUpdateNotificationEvent() {
            UpdateNotificationEvent updateNotification = new UpdateNotificationEvent(this, false);
            Iterator listeners = _listeners.iterator();
            while (listeners.hasNext()) {
                ((UpdateNotificationListener) listeners.next()).updateNotificationReceived(updateNotification);
            updateNotification = null;
            listeners = null;
    }This is how the listeners react:
        public void updateNotificationReceived(UpdateNotificationEvent event) {
                if (this.impactInfo != null) {
                    //Ausgabe kommt in die "Machine"
                    //String caption = "Remaining service time: " + this.impactInfo.getFormattedRemainingServiceTime();
                    //caption += ", Countdown to breach of contract: " + this.impactInfo.getFormattedCountdown();
                    String caption = "" + this.impactInfo.getFormattedCountdown();
                    caption += " (remaining fullfill time: " + this.impactInfo.getFormattedRemainingServiceTime() + ")";
                    this.setCaption(caption);
                    if (impactInfo.getCountdownBreachContract() <= 0) {
                        this.setCaptionColor(Def.COLOR_RED);
                    } else {
                        this.setCaptionColor(Def.COLOR_HOTRED);
                    caption = null;
                }The events transport no information or data btw.
    Does anyone have an idea how I can optimize this solution?
    Thanks in advance!

    The common understanding is that the swf is loaded into memory at once and in full, and so embedded assets take up initial memory based on how much they contribute to the SWF size even before any of them get instantiated into their runtime class form.  This is certainly the case for Android or desktops that use the SWF, it isn't clear if the native iOS compiling ends up treating the embedded assets memory footprint in the same way or not, but possible.
    There is a compiler flag which you can add called -size-report=report.xml that can give you a complete breakdown of how  each type of data within the SWF contributes to the size in compressed form. It is most likely this memory footprint that contributes to loading the SWF (independent of actually instantiating or hydrating any of the embedded assets).
    http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf67110-7ff4.html#WS19 f279b149e7481c45454d9412c561d3223-8000
    There most likely are others here that know more details or might even want to correct some of these assumptions, but that is why most mobile developers choose to load assets from the filesystem if possible as opposed to embedding assets to avoid the extra memory hit on the initial SWF loading into memory.

  • My MacBook pro 2012 Mountain Loin 8.2 don't clear the inactive memory automatically when memory needed for other program so I get page outs.

    My MacBook Pro 2012 Mountain Loin 8.2 doesn't clear the inactive memory automatically when memory needed for other program so I get page outs. There are much inactive memory when page outs. Why my mac does this?

    That's completely normal. If other programs require memory then the system will reallocate Inactive RAM as needed. Page Outs don't mean anything.
    About OS X Memory Management and Usage
    Reading system memory usage in Activity Monitor
    Memory Management in Mac OS X
    Performance Guidelines- Memory Management in Mac OS X
    A detailed look at memory usage in OS X
    Understanding top output in the Terminal
    The amount of available RAM for applications is the sum of Free RAM and Inactive RAM. This will change as applications are opened and closed or change from active to inactive status. The Swap figure represents an estimate of the total amount of swap space required for VM if used, but does not necessarily indicate the actual size of the existing swap file. If you are really in need of more RAM that would be indicated by how frequently the system uses VM. If you open the Terminal and run the top command at the prompt you will find information reported on Pageins () and Pageouts (). Pageouts () is the important figure. If the value in the parentheses is 0 (zero) then OS X is not making instantaneous use of VM which means you have adequate physical RAM for the system with the applications you have loaded. If the figure in parentheses is running positive and your hard drive is constantly being used (thrashing) then you need more physical RAM.
    Adding RAM only makes it possible to run more programs concurrently.  It doesn't speed up the computer nor make games run faster.  What it can do is prevent the system from having to use disk-based VM when it runs out of RAM because you are trying to run too many applications concurrently or using applications that are extremely RAM dependent.  It will improve the performance of applications that run mostly in RAM or when loading programs.

  • Memory problem - state saving?

    Hi,
    We've been having some serious memory leak problems with our application, and is seems like we've narrowed down the symptoms :
    Objects referenced by af:table components (i.e. The classes that the rows of the table are based on) continually have their counts increase when viewed in the memory profiler.
    e.g. If a page containing a table that has 1 row, based on object A, then the count of class A increases by 1 each time the page is loaded.
    This continues to happen, until after loading the page approximately 25-30 times, the number remains relatively steady (fluctuating a little).
    If the javax.faces.STATE_SAVING_METHOD is set to "server", the same thing occurs, except that the number only continues to grow for the first 5 or so times.
    I've tried setting the CLIENT_STATE_MAX_TOKENS variable, but this seemed to have absolutely no effect.
    Is there a way to stop these created objects from persisting?
    (I'm not sure if it is related at all, but a new ProcessScopeMap object is being added on every action - i.e. the count is increasing also)
    Message was edited by:
    lturner

    Did you create an SR for this? I'm reading about lots of problems regarding the state and session management of JSF applications and I didn't find a solution yet.
    Maybe we need to make sure this is picked up by the Development Team so somebody is looking into these issues.
    We're having performance issues as well, and we would like to narrow down the issues. We're looking at the STATE_SAVINGS_METHOD as well, and connection pooling to know what causes these issues.
    If someone can give usefull tips & tricks this would be very welcome to everybody on this forum.

  • When is more memory needed?

    The article http://docs.info.apple.com/article.html?artnum=107918 is very helpful explaining the different kinds memory shown in the Activity Monitor. The article states, "If the combination of Free and Inactive is very low, then you might need more memory." I am wondering how to decide when more memory would be called for. What is the threshold at which I should consider adding more memory? Is there a per cent of total memory? Something to do with performance? Number of apps I typically run simultaneously?
    Current statistics for my PB are
    Total memory: 768 MB
    Free memory: 114 MB
    Inactive memory: 243 MB
    With MS Word, Safari, Entourage, Foxfire, MS messenger currently running
    -- stephen
    PowerBook G4 12-inch   Mac OS X (10.4.6)  

    stephen
    Another way to judge if you're running out of memory is to look at the Activity Monitor's "System Memory" tab. Notice the statistic about "Page in/outs". If the second number if very large, and especially if it grows steadily while you're using your computer, you should think about adding RAM.
    That number growing quickly and steadily is a sign that you're using your hard drive as RAM (the disk thrashing mentioned by another poster).
    charlie

  • Find EXPORT to an IMPORT ... FROM MEMORY ID statement

    Hi!
    I would like to ask you, if you know an easy way to find the EXPORT command for an IMPORT ... FROM MEMORY ID ... statement.
    For example in the program LWDTMO01, there is the following codepart (in a SAP 4.6c):
        IMPORT DYNP_INFO FROM MEMORY ID 'mcx_dynp_info'.
        IMPORT SHLP_TOP  FROM MEMORY ID 'mcx_shlp_top'.
        IMPORT SHLP_CURR FROM MEMORY ID 'mcx_shlp_curr'.
        IMPORT SHLP_TAB  FROM MEMORY ID 'mcx_shlp_tab'.
        IMPORT RECORD_TAB  FROM MEMORY ID 'mcx_record_tab'.
        IMPORT OCXINTERFACE FROM MEMORY ID 'mcx_ocxinterface'.
        IMPORT CALLCONTROL FROM MEMORY ID 'mcx_callcontrol'.
        IMPORT FLDS_OUT_TAB FROM MEMORY ID 'mcx_flds_out_tab'.
    How can I find the code, where these tables are filled with data and EXPORTed to the memory?
    Thank you
    Tamá

    hi tamas
    go to debugging mode by using the internal command /h
    then click the goto menu->sytem areas->abap memory.
    in the abap memory the datas are stored ..
    regards
    surender.s

  • More Memory Needed???

    I have recently upgraded to Leopard on my iMac G5 with 512 MB Ram. Since the upgrade my Mac has been running slowly. If I try to run several programs, it sometimes takes a very long time for a program to come up. Also, often the fans will run very loudly.
    I suspect that I might (?) need more RAM. What are your experiences running Leopard with 512MB? Should I buy more RAM?
    Thanks for your help.

    512MB is rather tight for memory these days.
    Try starting an Applications -> Utility -> Terminal session and run the following command:
    sar -g 60 100
    This will give you pageout information every 60 seconds for 100 minutes.
    Now use your Mac as normal. After using it for a while, go back to Terminal and check the pageout numbers.
    If a 60 second interval is too long, then change the command to
    sar -g 10 600
    which will give you pageout information every 10 seconds.
    Now if you have low pageout numbers or mostly zeros, then this is noise.
    If you have consistant large numbers, then this is a strong indication that you could benefit from more memory.
    And it my guess that with only 512MB you could use more memory, but sar will give you more concrete information to base a decision upon.

  • Upgrading Server Memory - Need to adjust Oracle DB Memory?

    I have created a test database under Windows Server 2003 with 1GB of RAM. Now, we are planning to increase Server memory to 4GB. My question is, do I need to configure something on the Oracle DB? I am running Oracle 10G

    If it is non tunable memory there is nothing much you can do..the code may consume a lot of memory....This has nothing to do with increasing the server memory
    If you hit a insifficient-memory error a with pl/sql block with 1GB of memory, then you might not hit if the memory of the server in increased...
    IF you want to say this as impact then i tend to agree it can impact ....Not realy flt most of the times...

  • If allowed, to: "BGreg" who touched upon Memory needs for "Lion" ... since mine has a mechanical maximum of (3000) even though I have physically-installed (4) does that suggest that I can't ever get "LION?"

    Hi ..
    Apparently, since my Imac only 'sees' 3,000 even though 4,000 Memory {physical maximum} has been installed - -  it would appear that I can Never Install "LION"  in ths Unit?? - - e.g. - need to remain w/ "Snow Leopard, 10.6" only, w/ all of it's updates??
    Thank you!...  Eli1938

    "this tip is ready for consideration"

  • R12 Memory needs

    Hi all,
    I'm installing R12 on my OEL4 box for learning purposes. My motherboard will only support 2gb of RAM. I see that kernel.shmmax needs to be set to half the size of physical memory, and at least 2gb. This would lead me to believe that I MUST have at least 4gb of RAM. Is this a cast-in-stone rule? This machine will have a max of 1 concurrent user, will only run what is needed for R12, and performance is not a real concern.
    Thanks!
    Scott

    Hi Scott,
    I've accidentally created a single-node R12 instance on a server with only 2GB of RAM available. :-) It ran fine, if a bit slowly, for a single user.
    Michael Taylor (mdtaylor) offers a quick description of how he dialed down the memory consumption of an R12 instance to squeeze onto a laptop with 2GB RAM: Re: R12 Install under Linux
    Regards,
    John P.

  • More RAM or memory needed to run Windows-- AutoCAD 2010 on my mac?

    Hi all,
    I have researched for days and have still not been able to find an answer, last time I was here I was thoroughly impressed with the help, so I'm back!
    I have a MacBook 5,1, basic model 2 Ghz, 2GB, 65.7 GB free on my hard drive. I run parallels to use Windows XP to use AutoCAD 2010. I borrowed a friends Mac, a larger "better" model and was instantly jealous at the speed his computer was able to do the same tasks my computer takes when I have Windows/AutoCAD running.
    So my question is.. would more RAM help with the speed and overall function of my computer? Would more memory help? A combo of both? Also where is a reliable place to purchase what I may need? The best (and most cost effective) advice for my computer would be GREATLY appreciated!
    oh, would upgrading to Snow Leopard help as well? I am currently running just Leopard as far as I can tell (10.5.8). Also would this require me to reinstall all programs on my computer?
    Thanks in advance,
    Laura

    The short answer to your question is a resounding YES! RAM and memory are the same thing, but having more of that would most definitely improve your performance at almost everything.
    Upgrading to SL may help a little, but not nearly as much as more RAM. I'm not positive, but I think that model maxes out at 4GB, so that should be your goal. If it's 8GB, even better. The more RAM you have, the better things will be with a memory hungry app like AutoCAD.

  • Why we need State?

    Hi, dear all,  I am reading what's new in flex4 these days, and found the states has some big changes in flex4 rather then flex3, but I can not realize what is the benefits with use states? actually all state does is to add/remove some components, or make some changes on a compnent, but I can even do that with turn on/off the component's visible settings, or change some other properties, so why state?  I know there must be the reason that flex provide the states, and make it more easy to use. can some body give me some prompt abouth this?  Regards, Mike.

    Thanks for your response EvyatarBH and Kumar Pratik.
    I think in the case EvyatarBH said, yes, it was much easier to set propertie values on differents states.
    If there are lot of state, and the controls always to be different size, then this may replace dozened of if...else..(s)
    For the example Kumar gave out, actually I understood what was the point.
    But I think that may only works when the "general" and "admin" page looks very similar.
    Otherwise we may need to maintains a lot of controls and logics in one component, that will be much difficult I think.
    Not sure if my understanding 100% correct, welcome for more replies.
    Again, thanks for your answers, any better suggestions, please keep on.
    Regards,
    Mike

Maybe you are looking for

  • HT1655 My computer is not recognizing my 4th generation Ipod shuffle

    My computer is not recognizing my new 4th generation IPOD Shuffle

  • Problems when updating to 3.1.2 firmware causes it to stick in reovery mode

    Hi, I have been trying to update my 3G phone from 3.0.1 to to 3.1.2, each time I do this it hangs right at the end of the update and gives and error code of 1002. The result being the phone is stuck in recovery mode loop. The only way to bring the ph

  • Error in http-jdbc

    with reference to blog /people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step i completed http to jdbc scenerio but in moni i got this error com.sap.aii.af.ra.ms.api.DeliveryException: Error processing req

  • Apple care registration

    Hi! I have bought a Macbook in New York on september 22. I have Apple Care for it. The instruction says, that I have to register it via internet to activate. Go to apple.com, etc...Select the link Register your apple care agreement. Entering my Apple

  • Custom StyledEditorKit: simple example/tutorial?

    I'm trying to write a simple EditorKit to color specific parts of a text (and later different fonts). I extended StyledEditorKit for this, but can't get any text to be colored in my JTextPane. The Java Tutorial and also what I've found in this forum