Restriction on memory scope for UI components binding

Hello
I'm using JDeveloper 11g 10.1.1.3
I found in the Fusion Developer's Guide for Oracle ADF (14 Getting Started with ADF Task Flows) next thing:
<i>
Restrict the scope of the managed bean that you reference through a UI component's binding attribute to backingBean or request scope. Instances of UI components cannot be serialized. Objects in scopes other than backingBean and request are expected to be serializable. For this reason, you should not bind UI components to managed beans that have a scope other than backingBean or request. Note that JDeveloper defaults the binding attribute for UI components and region fragments to use the backingBean scope.
</i>
By now I often have binded UI components to the managed beans with pageFlowScope or viewScope, but I have not got problem with that.
So, question is: what is the case that managedBean with view or pageFlow (even or session) memory scope will be needed to be serialized?
When could I get the problems with that?
Anatolii

For more details you may have a look at section 20.4.3 here:
http://download.oracle.com/docs/cd/E17904_01/web.1111/b31974/web_getstarted.htm#CACCFIII
http://download.oracle.com/docs/cd/E17904_01/web.1111/b31973/gs_jdev.htm#ADFUI11666
Dimitar

Similar Messages

  • Accessing memory scope attributes using Java

    hello guys, am wondering if there is anyway to access a memory scope attribute dynamically using java,
    lets say i have a value stored in application scope, #{applicationScope.MemberId}
    can i get that value in a java class directly without binding the value to a hidden UI component ??
    thanks in advance
    Saidi.

    ADFContext.getCurrent().getApplicationScope()
    Check ADFContext (Oracle Fusion Middleware Java API Reference for Oracle ADF Share)
    Dario

  • How to find out CPU and memory usage for an instance?

    Hi DBA Gurus,
    How to find out CPU usage and memory usage for an instance?
    Any information is appreciated!
    Thank you!
    Robert

    you can calculate cpu usage by adding fallowing three factors which you can get from v$sysstat
    1. Parse CPU time : This represents the percentage of CPU time spent parsing SQL statements. Parse time CPU can be a strong indication that an application has not been well tuned. High parse time CPU usually indicates that the application may be spending too much time opening and closing cursors or is not using bind variables.
    2. Recursive CPU time : Sometimes, to execute a SQL statement issued by a user, the Oracle Server must issue additional statements. Such statements are called recursive calls or recursive SQL statements. For example, if you insert a row into a table that does not have enough space to hold that row, the Oracle Server makes recursive calls to allocate the space dynamically if dictionary managed tablespaces are being used.
    Recursive calls are also generated due to the inavailability of dictionary info in the dictionary cache, firing of database triggers, execution of DDL, execution of SQL within PL/SQL blocks, functions or stored procedures and enforcement of referential integrity constraints
    3. Other CPU time : This represents the percentage of time spent looking for buffers, fetching rows or index keys, etc. Generally, \"Other\" CPU should represent the highest percentage of CPU time out of the total CPU time used.
    total memory used you can calculate adding
    total_agrigate_area+sga
    memory usage on os level you can know by fallowing commands
    vmstat 5 20 depending upon os

  • Which scope for a UIManager?

    Hello,
    I want to use a UIManager to save persistance of some of my UIComponents.
    The idea is to bind UIcomponents (which are present in many jsff fragments) with a "RichComponent" attribute in a Bean (UIManager).
    For exemple :
    in the first fragment :
    <af:query id="qryId1" headerText="Search"
                                  value="#{bindings.XnCliVOCriteriaQuery.queryDescriptor}"
                                  model="#{bindings.XnCliVOCriteriaQuery.queryModel}"
                                  queryListener="#{pageFlowScope.rm00100Bean.onQuery}"
                                  queryOperationListener="#{bindings.XnCliVOCriteriaQuery.processQueryOperation}"
                                  binding="#{pageFlowScope.uiManager.searchAfQuery}"/>*binding="#{pageFlowScope.uiManager.searchAfQuery}"*
    In the second fragment, a similar af:query with the same binding.
    So if user disclose the af:query in the first fragment then navigate to the second fragments, He will found the af:query disclosed too.
    My question is, which scope for the UIManager? PageFlowScope seems to be the right scope for what I want to do. But I'm not sure I am on the right way, so maybe you have some recommandations for me?
    Thanks.

    Did you design your app as per this ? https://blogs.oracle.com/groundside/entry/the_uimanager_pattern
    That should answer your questions

  • Print memory scope variables value

    All,
    How do i print all the memory scope variable and their values that are set via the MB or the taskflow or the UI page using setAction/PropertyListener ?
    I mean where should i write the code ?
    thnks
    Jdev11.1.1.5
    Edited by: in the line of fire on Oct 13, 2011 9:50 AM

    @Frank
    if you can detail this +"If the managed bean uses a HashMap to store values then the bean itself can be used to expose an interface for all of what you want it to do. So its an architecture decision to make (which you should do when designing the application)"+
    As of now what i am doing is
        public void printMemoryVariables(){
            logger.info("inside printMemoryVariables");
            AdfFacesContext adfFacesCtx = AdfFacesContext.getCurrentInstance();
            // get the PageFlowScope Params
            Map<String, Object> scopePageFlowScopeVar= adfFacesCtx.getPageFlowScope();
            // get the requestScope Params
            Map<String, Object> scopeRequestScopeVar= adfFacesCtx.getViewScope();
            Collection scopePageFlowScopeVarValues = scopePageFlowScopeVar.values();
            Collection scopePageFlowScopeVarKeys = scopePageFlowScopeVar.keySet();
            //obtain an Iterator for Collection
            Iterator itrValues = scopePageFlowScopeVarValues.iterator();
            Iterator itrKeys = scopePageFlowScopeVarKeys.iterator();
            //iterate through HashMap values iterator
            while(itrValues.hasNext() && itrKeys.hasNext()){
                logger.info("Key : " + itrKeys.next() +  "Values: " + itrValues.next());
        }And calling this in the initializer of the taskflow. But is it possible to get the values during the task flow execution

  • Security Scopes for Antimalware Policy

    A few others and myself have begun discussing our problems with security permissions on Antimalware Policies in a previous thread: http://social.technet.microsoft.com/Forums/en-US/ee5baed5-095b-4a02-8e60-cbe3e32b5b3c/security-scopes-and-antimalware-policies?forum=configmanagersecurity
    We require the ability to limit administrators permission "by policy". As it currently stands, the only option is to grant Administrators Full permissions which gives them the ability to modify
    every Antimalware Policy.
    This is a request to enable the ability to use Security Scopes for Antimalware Policies.
    Thank you.

    Judochunk: thanks for opening a new thread.  Here are my thoughts (previously posted in the original thread).
    This is a serious problem for our site. We have 15 sub-organizations where each organization administers its own policies with its own admin personnel (a total of approximately 50 people). We have had incidents where an admin for one org accidentally modified
    the policy of another org; we need the ability to restrict access to the Antimalware policies as it was prior to SCCM 2012 SP1 or any equivalent mechanism that can be implemented.
    This has been an issue for over a year. Posts (March 5, 2013) in the previous thread indicated that a hotfix would be available and later (July 15, 2013) indicated that the fix would be available in SCCM 2012 R2.
    Could someone from Microsoft provide a definitive answer as to whether/when this will be fixed? 
    Thanks,
    Larry

  • Field restrictions set in SWEC for BUS2012.

    Hi Gurus,
    The field restrictions have been set for fields (ekpo-menge, ekpo-netpr etc..). But this doesnot seem to work. The workflow triggers if there is any change in the PO. This should not happen. Please help in this regards.
    Thanks,
    Sathish.

    Please find below the code for the same.
    FUNCTION ZTMP_CHECK_po_workflow.
    *"*"Local Interface:
    *"  IMPORTING
    *"     REFERENCE(EVENT) LIKE  SWETYPECOU-EVENT
    *"     REFERENCE(RECTYPE) LIKE  SWETYPECOU-RECTYPE
    *"     REFERENCE(OBJTYPE) LIKE  SWETYPECOU-OBJTYPE
    *"     REFERENCE(OBJKEY) LIKE  SWEINSTCOU-OBJKEY
    *"  TABLES
    *"      EVENT_CONTAINER STRUCTURE  SWCONT
    *"  EXCEPTIONS
    *"      ANY_EXCEPTION
      TYPES:BEGIN OF ity_awkey,
              awkey TYPE awkey,
            END OF ity_awkey.
    * Local internal table declaration
      DATA:it_cdpos TYPE STANDARD TABLE OF cdpos INITIAL SIZE 0,
            it_rseg TYPE STANDARD TABLE OF rseg INITIAL SIZE 0,
            it_bseg TYPE STANDARD TABLE OF bseg INITIAL SIZE 0,
            it_bkpf TYPE STANDARD TABLE OF bkpf INITIAL SIZE 0,
            it_rbkp TYPE STANDARD TABLE OF rbkp INITIAL SIZE 0,
            it_awkey TYPE STANDARD TABLE OF ity_awkey INITIAL SIZE 0 .
      DATA: wa_cont TYPE swr_cont,
    it_cont TYPE STANDARD TABLE OF swr_cont.
    * Local work area declaration
      DATA:wa_cdpos TYPE cdpos,
            wa_swcont TYPE swcont,
            wa_bkpf TYPE bkpf,
            wa_bseg TYPE bseg,
            wa_ekko TYPE ekko,
            wa_awkey TYPE ity_awkey,
            wa_rseg TYPE rseg,
            wa_rbkp TYPE rbkp.
    * Local variable declaration
      DATA: lv_flag     TYPE i,
            lv_changenr TYPE cdchangenr,
            lv_change   TYPE char1,
            lv_po_change TYPE char1,
            lv_objtype TYPE swetypecou-objtype,
            lv_objkey TYPE sweinstcou-objkey.
    * Get header data of PO
      SELECT SINGLE *
        FROM ekko
        INTO wa_ekko
        WHERE ebeln EQ objkey.
    * If revised PO approved
      IF wa_ekko-frgke  EQ 'A' AND wa_ekko-procstat EQ '05'.
        SELECT *
          FROM rseg
          INTO TABLE it_rseg
          WHERE ebeln EQ wa_ekko-ebeln.
        IF sy-subrc EQ 0.
          SORT it_rseg BY belnr.
          DELETE ADJACENT DUPLICATES FROM it_rseg COMPARING belnr.
          LOOP AT it_rseg INTO wa_rseg.
            CONCATENATE wa_rseg-belnr wa_rseg-gjahr INTO wa_awkey-awkey.
            APPEND wa_awkey TO it_awkey.
          ENDLOOP.
          SORT it_awkey BY awkey.
          DELETE ADJACENT DUPLICATES FROM it_awkey.
    *     Get invcoice document
          SELECT *
            FROM bkpf
            INTO TABLE it_bkpf
            FOR ALL ENTRIES IN it_awkey
            WHERE awkey EQ it_awkey-awkey.
          IF sy-subrc EQ 0.
            SELECT *
              FROM bseg
              INTO TABLE it_bseg
              FOR ALL ENTRIES IN it_bkpf
              WHERE bukrs EQ it_bkpf-bukrs
                AND belnr EQ it_bkpf-belnr
                AND gjahr EQ it_bkpf-gjahr.
          ENDIF.
        ENDIF.
    *   Check if any invoice is blocked
        LOOP AT it_bseg INTO wa_bseg WHERE zlspr IS NOT INITIAL. "WHERE zlspr IS NOT INITIAL.
          READ TABLE it_bkpf
                INTO wa_bkpf
                WITH KEY bukrs = wa_bseg-bukrs
                         belnr = wa_bseg-belnr
                         gjahr = wa_bseg-gjahr.
          IF sy-subrc EQ 0.
            lv_objtype = 'BUS2081'.
            lv_objkey = wa_bkpf-awkey.
            CALL FUNCTION 'SAP_WAPI_CREATE_EVENT'
              EXPORTING
                object_type = lv_objtype
                object_key  = lv_objkey
                event       = 'ZPO_CHANGE'
                commit_work = ''.
          ENDIF.
        ENDLOOP.
    * If revised PO changed and it has invoices pending for approvals.
      ELSE.
    * Read change object document number
        READ TABLE  event_container
              INTO wa_swcont
              WITH KEY element = 'CD_CHANGENR'.
        IF sy-subrc EQ 0.
          lv_changenr = wa_swcont-value.
          CLEAR wa_swcont.
          SELECT *
            FROM cdpos
            INTO TABLE it_cdpos
            WHERE objectclas EQ 'EINKBELEG'
              AND objectid   EQ objkey
              AND changenr   EQ lv_changenr.
          IF sy-subrc EQ 0.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKKO'
                           fname   = 'RLWRT'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKPO'
                           fname   = 'MENGE'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
    *   Check if PO Value is changed.
            READ TABLE it_cdpos
                  INTO wa_cdpos
                  WITH KEY tabname = 'EKPO'
                           fname   = 'NETWR'.
            IF sy-subrc EQ 0.
              lv_po_change = 'X'.
            ENDIF.
            IF lv_po_change EQ 'X'..
    * Get header data of PO
              SELECT SINGLE *
                FROM ekko
                INTO wa_ekko
                WHERE ebeln EQ objkey.
    * If revised PO approved
              IF sy-subrc EQ 0.
                SELECT *
                  FROM rseg
                  INTO TABLE it_rseg
                  WHERE ebeln EQ wa_ekko-ebeln.
                IF sy-subrc EQ 0.
                  SORT it_rseg BY belnr.
                  DELETE ADJACENT DUPLICATES FROM it_rseg COMPARING belnr.
                  LOOP AT it_rseg INTO wa_rseg.
                    CONCATENATE wa_rseg-belnr wa_rseg-gjahr INTO wa_awkey-awkey.
                    APPEND wa_awkey TO it_awkey.
                  ENDLOOP.
                  SORT it_awkey BY awkey.
                  DELETE ADJACENT DUPLICATES FROM it_awkey.
    *     Get invcoice document
                  SELECT *
                    FROM bkpf
                    INTO TABLE it_bkpf
                    FOR ALL ENTRIES IN it_awkey
                    WHERE awkey EQ it_awkey-awkey.
                  IF sy-subrc EQ 0.
                    SELECT *
                      FROM bseg
                      INTO TABLE it_bseg
                      FOR ALL ENTRIES IN it_bkpf
                      WHERE bukrs EQ it_bkpf-bukrs
                        AND belnr EQ it_bkpf-belnr
                        AND gjahr EQ it_bkpf-gjahr.
                  ENDIF.
                ENDIF.
    *   Check if any invoice is blocked
                LOOP AT it_bseg INTO wa_bseg WHERE zlspr IS NOT INITIAL. "WHERE zlspr IS NOT INITIAL.
                  READ TABLE it_bkpf
                        INTO wa_bkpf
                        WITH KEY bukrs = wa_bseg-bukrs
                                 belnr = wa_bseg-belnr
                                 gjahr = wa_bseg-gjahr.
                  IF sy-subrc EQ 0.
    *                wa_cont-element = 'GV_CONFIRM_FLAG'.
    *                wa_cont-value = 'X'.
    *                APPEND wa_cont TO it_cont.
                    lv_objtype = 'BUS2081'.
                    lv_objkey = wa_bkpf-awkey.
                    CALL FUNCTION 'SWE_EVENT_CREATE'
                      EXPORTING
                        objtype = lv_objtype
                        objkey  = lv_objkey
                        event   = 'ZPO_CHANGE2'.
                    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
                    ENDIF.
                  ENDIF.
                ENDLOOP.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDIF.
      CLEAR lv_po_change.
    * Read change object document number
      READ TABLE  event_container
            INTO wa_swcont
            WITH KEY element = 'CD_CHANGENR'.
      IF sy-subrc EQ 0.
        lv_changenr = wa_swcont-value.
        CLEAR wa_swcont.
        SELECT *
          FROM cdpos
          INTO TABLE it_cdpos
          WHERE objectclas EQ 'EINKBELEG'
            AND objectid   EQ objkey
            AND changenr   EQ lv_changenr.
        IF sy-subrc EQ 0.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                       INTO wa_cdpos
                       WITH KEY tabname = 'EKKO'
                                fname   = 'RLWRT'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                INTO wa_cdpos
                WITH KEY tabname = 'EKPO'
                         fname   = 'MENGE'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
    *   Check if PO Value is changed.
          READ TABLE it_cdpos
                INTO wa_cdpos
                WITH KEY tabname = 'EKPO'
                         fname   = 'NETWR'.
          IF sy-subrc EQ 0.
            lv_po_change = 'X'.
          ENDIF.
          IF lv_po_change EQ 'X'.
            lv_change = 'X'.
            EXPORT ex_change FROM lv_change TO  MEMORY ID 'ZTMPANGE'.
            EXPORT ex_change FROM lv_change TO  MEMORY ID 'ZTMPANGE1'.
            lv_flag = 1.
          ELSE.
          ENDIF.
          IF lv_flag NE 1.
            RAISE any_exception.
          ENDIF.
        ENDIF."    IF sy-subrc EQ 0. CDPOS
      ENDIF."  IF sy-subrc EQ 0.
      IF objtype EQ 'BUS2012'.
        READ TABLE  event_container
              INTO wa_swcont
              WITH KEY element = 'RELEASECODE'.
        IF wa_swcont-value IS INITIAL AND sy-subrc EQ 0.
          RAISE any_exception.
        ENDIF.
        IF sy-subrc NE 0.
          RAISE any_exception.
        ENDIF.
      ENDIF.
    ENDFUNCTION.

  • [svn:fx-3.x] 10899: Same fix as 10898, just for halo components.

    Revision: 10899
    Author:   [email protected]
    Date:     2009-10-06 14:11:50 -0700 (Tue, 06 Oct 2009)
    Log Message:
    Same fix as 10898, just for halo components.
    QE notes: -
    Doc notes: -
    Bugs:  SDK-23263
    Reviewer: Darrell
    Tests run: checkintests, rob ran mustella tests for Window/WindowedApplication in the trunk version of this checkin
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-23263
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/airframework/src/mx/core/Window.as
        flex/sdk/branches/3.x/frameworks/projects/airframework/src/mx/core/WindowedApplication.as

    Quote
    Originally posted by Assaf
    Why use 3D Mark as a measure memory preformance ?
    3D Mark 2003 isn't affected by the system anyway, it's a pure GPU test.
    It resaults the same on a PII350 and on a P43.0 with the same VGA card.
    Use SANDRA memory bandwidth to test memory bandwidth, your RAM should be running at 333MHz dual channel giving a mak bandwidth of 5333MB/S.
    It should be pretty close to that on the FX/opteron because of the efficient memory controller, but not exactly 5333. Anything above 2666MB/S (~2700) means your in dual channel - as it should be with 4 sticks.
    Actually, that's not true.  People tend to call it "dual channel" because the performance scales to twice as the memory bus data width has been increased to 128 bits wide.  Just like you used to have to put 2 32 bit dimms in a Pentium board, you do the same thing for an Opteron.  But since we're better programmers now (joke), you can opt to leave a dimm out and fall back to 64 bit wide mode for easier user compatibility.
    Trust me, I've got datasheets, and it doesn't say dual channel anywhere.  AMD doesn't even us the term "channel."

  • What is the best heap memory setting for JBoss?

    I am running a Windows 2003 server and JBoss is running as service.  The current heap configurations is 1024, but I am having some problems with the service failing.  What is the optimal heap memory setting?  Thank you,

    There is no optimal memory setting for LiveCycle.
    It depends on the components you have chosen to deploy.  If Content Services ES2 is deployed, your heap size settings should be about 2 GB, otherwise 1.0 - 1.7 GB might suffice.
    http://blogs.adobe.com/livecycle/2010/01/optimal_livecycle_es2_jboss_ru.html

  • How to disable memory cache for SL410?

    Hi,
    My lenovo thinkpad SL410 has Windows 7 prof edition as its OS.  But in the last few months it frequently crashes.  Many times when I use Chrome browser status would indicate AppCache, and that's an evil OMEN for its usually the prelude of crash.  Other browser may or may not have such issue, however, Chrome is really my preferred web browser.
    Some research seems to suggest disabling memory cache via BIO setup would resolve it.  And here's my lenovo's BIO info:
    Version: 1.23
    Date: 2009-10-19
    but it does not have any info as to who's its maker or the like.  And I don't see any option in the BIO setup that would allow me to disable cache.  So, two questions, 
    a) Is it possible to disable memory cache for SL410?
    b) if so how?
    Thanks.

    Hi mujno,
    As I know currently there is no programmatically way to clean cache for WebView, see Matt's blog:How to clear the WebView cache
    However if you are developing an enterprise app, you should be able to invoke some scripts to clean for you, see this for more information:Brokered
    Windows Runtime Components for side-loaded Windows Store apps
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Memory modules for Msi Big Bang trinergy

    Hey forum,
    i want to buy some memory modules for my trinergy mobo because the ones i had earlier also proved to be incompatible. I would like to ask you if there are any memory modules besides the ones recommended from the MSI site concerning my mobo. I am looking for a 2x2 gb ram kit with a heat dispenser so it can work around 1600mHz. Thank you in advance 
    P.S Is the list on the site the only one? i mean are there any updated versions of it with more high end memory modules tested?

    Ideally you would provide us with your fullsystem specs first >>Posting Guide<<
    From a memory perspective, the reason these modules have heatspreaders is mostly due to marketing and to impress the potential buyers. The secondary reason is that most manufacturers sell you overvolted and overclocked 1066 or 1333 chips on a 1600 marketed module that needs 1,65V instead of the standard 1,5V. Your memory controller is part of the CPU and natively only supports 1333 at 1,5V.
    If you really insist, then at least get yourself a 1600 kit that does this speed at 1,5V. One of the modules that seem to work well are the CMZ4GX3M2A1600C9 from Corsair. From a user perspective, the mem modules from Crucial that you see in my signature come highly recommended as they have been proven to work on the P55 platform whenever used.

  • Memory upgrade for KM3M-V mobo (aka MS 7061-01S)

    Hi, this is my first post. I've read the guidelines and searched for an existing topic but can't find one that quite matches what I want to ask, so I'm posting a new topic - please forgive me I have erred!
    I have a TIME Computers desktop (please don't ask why), mobo being a MSI KM3M-V (also known as MS7061-01S), which is based on VIA KM266 chipset.  CPU = Sempron 2400+. 
    I've just installed a new graphics card, an ATI All-in-Wonder 9200SE, with associated drivers and software including Catalyst (which menat I had to instal MS .net framework too).  This seems to be working OK but overall speed not great. (Also, for some reason I don't seem to be getting any sound at all, but I expect I can fix that with a bit of trail and error.)
    My next step is to increase the memory. Existing memory installed is one 256MB UDIMM module, but I'm aiming to remove it and instal 2 x 1GB UDIMM modules, which I know the mobo can take.  Naturally I'm looking to get the maximum available performance (subject to stability considerations), so I'm looking to go for the highest bandwidth/speed the system can take.  This is where it gets tricky.  Having searched Crucial, Kingston and other memory configurators plus various other tech articles and indeed MSI's own website, I've reached the conclusion that I can select memory in PC2100/ 2700/ etc up to 4000 or even higher provided that the maximum memory chip size (density) does not exceed 128MB. 
    But I'm not sure about the speed limitation: is there any point in buying DIMMs capable of DDR333 or 400 - will my chipset limit the speed to 266MHz anyway?  I'll be grateful for any expert views.
    Operating System: Windows XP Home Edition (5.1, Build 2600) Service Pack 2 (2600.xpsp_sp2_rtm.040803-2158)
               Language: English (Regional Setting: English)
    System Manufacturer: Time Computers
           System Model: KM266-8237
                   BIOS: Phoenix - AwardBIOS v6.00PG
              Processor: AMD Sempron(tm)   2400+,  MMX,  3DNow, ~1.7GHz
                 Memory: 192MB RAM
              Page File: 135MB used, 331MB available
            Windows Dir: C:\WINDOWS
        DirectX Version: DirectX 9.0c (4.09.0000.0904)
    DX Setup Parameters: None
         DxDiag Version: 5.03.2600.2180 32bit Unicode

    Thanks for the quick reply, Exo.  I agree with you 100% that it's best to go for (at least) PC3200 with a view to a likely future upgrade.  As I see it, it makes sense to go for the highest spec available at reasonable cost - so I would probably aim for PC4000 rather than 3200.  There doesn't seem to be any downside in doing so (provided one is happy to tweak the BIOS where necessary), and even the MSI MOBO spec seems to endorse this view - see bit picked out in red below:
    http://www.msicomputer.com/product/p_spec.asp?model=KM3M-V&class=mb
    Main Memory
      • Supports four memory banks by using two 184-pin DDR DIMMs
    • Supports a maximum memory size of 2GB.
    • Supports 2.5v DDR SDRAM DIMM
    Due to the High Performance Memory design, motherboards or system configurations may or may not operate smoothly at the JEDEC (Joint Electron Device Engineering Council) standard settings (BIOS Default on the motherboard) such as DDR voltage, memory speeds and memory timing. Please confirm and adjust your memory setting in the BIOS accordingly for better system stability.
    Example: Kingston HyperX DDR500 PC4000 operates at 2.65V, 3-4-4-8, CL=3.
    For more information about specification of high performance memory modules, please check with your Memory Manufactures for more details. 

  • Memory limitation for session object!

    what is the memory limitation for using session objects?
    venu

    as already mentioned there is no actual memory limitation within the specification, it only depends on the jvm's settings
    how different app-server handle memory management of session objects is another part of the puzzle, but in general you should not have problems in writting any object to the session.
    we had the requirement once to keep big objects in session, we decided to do a ResourceFactory that returns us the objects, and only store unique-Ids into the session.
    We could lateron build on this and perform special serialization tasks of big objects in the distributed environment.
    Dietmar

  • Re: Memory upgrade for a Satellite 1800-921 PIII 1.1GHz...

    I am trying to find out the memory upgrade for my Satellite 1800-921 PIII 1.1GHz... Part Number : PS183E-00HTT-EN .
    It currently has a Nanya 256MB SDR-133 Mhz-CL3 & I undestand it can be upgraded with an additional 256Mb card.
    The only problem is I cant seem to find one compatible! Any ideas what is require & where I could get it from?

    Hello
    The compatible module is PC100 256MB with part number PA3069U-1M25.

  • Find heap memory Size for Web Intelligence processing server in BO 4.0

    Hi All ,
    We need to gather data for sizing inputs.For Adaptive processing server , we can find same by going in CMC> Server > APS > Properties & check value for the parameter -Xmx  . Could you please tell how to  find the max heap memory allocated for a Web Intelligence processing server in BO 4.0 as for Webi server this parameter is not maintained. ?
    Regards ,
    Abhinav

    Hi Abhinav,
    The maximum threshold is a value which may reach on peak usage and Webi processing server cannot occupy memory beyond this value at any time.
    In your situation 9 Webi Processing servers with 16 GB of RAM on server is not recommended. This is because consider situation with total 16 GB of host RAM.
    4 GB should left for OS
    Tomcat will need minimum 2 GB for 200 users
    So you are left with 10 GB RAM for all BO services
    Now 9 Webi Processing servers with 6 GB of Threshhost will not work here
    For this configuration you can have 2 Webi Processing servers with default threshold should be running on single host.
    Regards,
    Hrishikesh

Maybe you are looking for

  • How do I disable the automatic startup on HP Photosmart Premier when I turn my computer on?

    Someone else posted ths question a month ago, but still no answers.  Anyone? How do I disable the automatic startup on HP Photosmart Premier when I turn my computer on? Windows XP, SP3 operating system recently re-installed so I also reinstalled my p

  • Webutil demo wu_test

    ias904 - winclient - unix servert (AS/DB) Trying built-in - read image file I'm getting a 0 byte file created on the server. Is the built-in write_image_file windows only or is there something else missing ? Thanks for any hints Pete 2004-Jun-25 12:5

  • SQL Server - Developer Edition - Downgrade to standard edition

    Hi, So the developer edition is a great way to setup a dev and test environment for pretty much nothing. But it is fully featured as an Enterprise Edition. Now, we are using Standard Edition on our production servers. Is it possible to install Develo

  • Metadata Entity Load - fails

    Hi, I am trying to use the interface tables to load entity, account and alias metadata. It works okay except for for ENTITY, where I get the following less than useful error; - "Dimension does not contain any member or hierarchy items" I have populat

  • EBS-Interconnect Integration problem - Need Urgent Help

    Hi, I am facing problem while trying to connect Oracle Interconnect with Oracle ESB using BEPL Plug-in feature. I was actually going though one document on ESB-Interconnect integration and follow all the steps. It did create an entry to ESB console b