How to change EP used memory

Hi all:
   We have EP 7 running on Aix.

Hi all: 
   We have EP7 running on Aix system.
   I check in netweaver adminisator - System Management - Monitoring - Java System Reports . I found the Resource Consumption is
3:09 PM
AllocatedMemory MB MB     2048.0     2048.0
AvailableMemory MB MB     2048.0     2048.0
UsedMemory       MB MB     1252.0     1255.0
However, my AIX server physical memory is 10G and only EP is running on it.
I check the JVM parameters in System Information, I found
java.max.heap.size     1024
-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Xms1024m -verbose:gc
-Dmemory.manager        2048M
-Xgcpolicy:gencon        
-Xj9      
-Xjit:disableTailRecursion      
-Xmn1000M      
-Xms2048M      
-Xmx2048M
My questions is :
1. is 2G memeory settings suitable for my 10G memory server ?
2. How to change this 2G memeory settings to bigger size ?
Thanks a lot.

Similar Messages

  • HOW TO CHANGE THE USEFUL LIFE FOR MORE ASSETS AT A TIME FOR ASSET CLASS

    Hi All,
    Asset which is under Asset Class Support system-B700. Here every thing is ok but the problem in USE FULL LIFE which is come by default. It must be 4 instead of  5.   So can any body help me out from this how to change the Useful life in that Asset class.  In that Asset Class we have the morethan 200 Assets. It was happend in Prdocution system so now the problem is where i can change the useful life for the asset class either in DEV or PRD.
           Also i want to know the information of How these assets are Uploaded into the system (Lsmw or etc). this is very urgent for me.
    Thanks in Advance,
    Regards,
    Siva.

    Hi Ashok,
         Can i know the reason how it was happend. i mean instead of 4 years the system showing is 5yesrs any reason is there behind that.
    Thanks in Advance.

  • Qosmio F750 - How to change dedicated graphics memory to 2GB...

    In order to get my Qosmio F750 ready to run some games, I have updated all of the drivers on via the toshiba website and NVIDIA website while also downloading the relevant software. This includes updating the BIOS to version 2.00.
    According to the [laptop specifications given on the Toshiba website|http://www.mytoshiba.com.au/products/computers/qosmio/f750/pqf75a-02y00q/specifications],
    I should have the following allocation of memory to the graphics:
    "4095MB Total: 2048MB dedicated memory + 2047MB shared memory"
    When I go to check the Performance Information and Tools window, I get shown the following information:
    Graphics
    Display adapter type Intel(R) HD Graphics 3000
    Total available graphics memory: 1696 MB
    Dedicated graphics memory: 64 MB
    Dedicated system memory: 0 MB
    Shared system memory: 1632 MB
    Display adapter driver version: 9.18.13.1422
    Primary monitor resolution: 1366x768
    DirectX version: DirectX 10
    Of course, when I look carefully at the laptop specifications, I realize that the current graphics memory allocation corresponds to the Power Saving Mode i.e. graphics allocation when running on battery power
    Normally this would be fine, however, I do not see any change in the info displayed even when I am running on AC power.
    I have checked all of my power settings but even when everything is set to 'performance mode', the information displayed stays the same.
    I try to look in the system bios to manually change the graphics allocation but no such option exists. Rather all options are set to performance mode...
    So my ultimate question is, *How can I change the graphics memory allocation to performance mode as indicated in the system specifications?*
    Is this something that occurs automatically without changing the displayed info?
    Is there a driver that I have forgotten to update? Has a driver update caused this?
    Has a BIOS update caused this?
    On a side note, when checking the DirectX Diagnostic Tool, I the directx version is displayed as version 11. So I thought the issue was with the displayed information. But even on the Diagnostic Tool gives me the same info.
    I would be very grateful if someone could help me out with this.
    Thanks,
    Omair

    Okay I think I get it now.
    The Performance Info and Tools Window only shows the information on the Intel HD Graphics 3000.
    When the specs sheet says power saving mode it means graphics using only the Intel HD Graphics.
    However because of Optimus, the notebook can use either the Intel GRaphics card or the nVidia GPU.
    The performance mode in the specs sheet refers to when the notebook is using the nVidia GPU.
    The integrated gpu and the dedicated gpu do not run at the same time but Optimus switched between the 2 of them whenever the situation requires it. Whatever it switches to decides which 'mode' the notebook is using. The memory allocations for these 'modes' will match those of the specs sheet.
    But any information about the graphics memory will not change as it only displays the info on the integrated gpu.
    Well, I can finally understand what the previous posts were referring to and why the posts themselves were pretty short (there wasn't any problem needing to be fixed!).
    Thank you for all of your help Randy, Akuma and PauPau

  • How to change workcenter using bdc

    hi,
      can any one help me that how to change Workcenter while creating production order.
    plz its urgent.
    plzzzzzz
    Gowri

    Gowri,
    Before calling BDC upload u have to do the validations,So put a logic for which Items u have to change WC.
    try to use any BAPI to overcome TC issue.
    Sample program here.
    data: str type c length 1,
    var type c length 30,
    cntr type i.
    data: begin of record,
    AUFNR(012),
    FLG_OVIEW(001),
    GLTRP(010),
    GSTRP(010),
    ARBPL(008),
    KTSCH(020),
    end of record.
    DATA: itab LIKE record OCCURS 1000 WITH HEADER LINE.
    PARAMETERS textfile LIKE rlgrap-filename DEFAULT
    'c:\prdord.txt'.
    End generated data section ***
    START-OF-SELECTION.
    CALL FUNCTION 'WS_UPLOAD'
    EXPORTING
    filename = textfile
    filetype = 'DAT'
    TABLES
    data_tab = itab
    EXCEPTIONS
    conversion_error = 1
    file_open_error = 2
    file_read_error = 3
    invalid_type = 4
    no_batch = 5
    unknown_error = 6
    invalid_table_width = 7
    OTHERS = 8.
    IF sy-subrc <> 0.
    WRITE:/ 'Upload From',textfile,'to itab is not successful'.
    EXIT.
    ENDIF.
    LOOP AT itab.
    IF sy-subrc <> 0. EXIT. ENDIF.
    perform bdc_dynpro using 'SAPLCOKO1' '0110'.
    perform bdc_field using 'BDC_CURSOR'
    'CAUFVD-AUFNR'.
    perform bdc_field using 'BDC_OKCODE'
    '/00'.
    perform bdc_field using 'CAUFVD-AUFNR'
    itab-AUFNR.
    perform bdc_field using 'R62CLORD-FLG_OVIEW'
    itab-FLG_OVIEW.
    perform bdc_dynpro using 'SAPLCOKO1' '0115'.
    perform bdc_field using 'BDC_OKCODE'
    '=TERM'.
    perform bdc_field using 'BDC_CURSOR'
    'CAUFVD-GSTRP'.
    perform bdc_field using 'CAUFVD-GLTRP'
    itab-GLTRP.
    perform bdc_field using 'CAUFVD-GSTRP'
    itab-GSTRP.
    perform bdc_dynpro using 'SAPLCOKO1' '0115'.
    perform bdc_field using 'BDC_OKCODE'
    '=VGUE'.
    perform bdc_field using 'BDC_CURSOR'
    'CAUFVD-GAMNG'.
    perform bdc_field using 'CAUFVD-GSTRP'
    itab-GSTRP.
    perform bdc_dynpro using 'SAPLCOVG' '0100'.
    perform bdc_field using 'BDC_CURSOR'
    'AFVGD-KTSCH'.
    Here is where i need to check whether the 'AFVGD-KTSCH'containing value 'SEWING' then the itab value should be placed in the below screen-field.
    perform bdc_field using 'BDC_CURSOR'
    'AFVGD-ARBPL(02)'.
    perform bdc_field using 'BDC_OKCODE'
    '/00'.
    perform bdc_field using 'AFVGD-ARBPL(02)'
    itab-ARBPL.
    perform bdc_dynpro using 'SAPLCOVG' '0100'.
    perform bdc_field using 'BDC_OKCODE'
    '=FREI'.
    perform bdc_field using 'BDC_CURSOR'
    'PSFC_DISP-AUFNR'.
    perform bdc_dynpro using 'SAPLSPO2' '0300'.
    perform bdc_field using 'BDC_OKCODE'
    '=OPT1'.
    perform bdc_dynpro using 'SAPLCOVG' '0100'.
    perform bdc_field using 'BDC_OKCODE'
    '=BU'.
    perform bdc_field using 'BDC_CURSOR'
    'PSFC_DISP-AUFNR'.
    CALL TRANSACTION 'CO02' USING bdcdata MODE 'A'.
    if sy-subrc eq 1001.
    write:/ ITAB-aufnr,ITAB-arbpl, ITAB-gstrp.
    write 'Not Updated'.
    else.
    write:/ ITAB-aufnr,ITAB-arbpl, ITAB-gstrp.
    write 'Updated Successfully'.
    endif.
    REFRESH bdcdata.
    *else.
    write 'Improper Text File Format'.
    *endif.
    endloop.

  • How to check JVM used memory in code?

    Hello,
    In my code I want to check JVM used memory and dump to a log file. Is any way to do that?
    Thx a lot!
    SG

    Ok, you've been a forum member for how long? Anyway, look at the javadocs:
    http://java.sun.com/j2se/1.4.2/docs/api/
    See the Runtime class.

  • How to change pdTag, using nifWriteObject

    I've got an application that I wrote in CVI that will communicate with a Foundation Fieldbus device, and allows the user to read and edit values of parameters in some of the function blocks.
    Recently the need arose to change the device tag. How do I do this? I know it requires use of the nifWriteObject call, but everything I try resuls in a -2 error.
    I'm sure this can be done, as the Fieldbus Configurator software allows the user to change the tag, and I assume Configurator, uses the same API calls.
    Any suggestions will help.
    Thanks

    Actually there is a special library for NI-FBUS Comminmications Manager including additional API functions, which support "Set PdTag", "Set Address" and "Clear Device" as well as other powerful features.
    But it is not free, you can contact "[email protected]" for more information about this library.

  • How to change all used colors to 100% black

    It's probably a dead simple answer, but I can't find it.
    Here's the thing:
    In a product brochure I had to change all product drawings to 100% black.
    What I did was select all unused colors from the palette, deleted them. Then changed all the used colors into 100% black (drag Global black swatch onto the other swatches while holding Alt).
    In the printing office it appeared that there were still elements in the drawings that weren't in 100% black. Those elements had colors that weren't in a swatch in the color palette.
    How can I change ALL the used colors, including the ones that haven't been turned into a swatch in color palette, into 100% black?
    Thanks for any help!
    (Illustrator CS3 is what I'm working with)

    James,
    I am using CS3.
    It's a bit of a complicated story.
    I get the drawings supplied from my customer. The drawings are made in an Autocad-like program (I forgot its name), then imported into Autocad (because that first piece of software doesn't have the right export-extensions) and then from Autocad it's exported to Illustrator.
    The customer wanted to do the conversion to black themselves, because it would ease my work-load, since I wouldn't have to open and adjust all those drawings again when they have it open already.
    Only they are using CS2.
    I guess they'll just have to upgrade...

  • Satellite A70-S249: How to change the video memory from 64 to 128MB

    ai all
    i have a A70-S249
    in user guide it say that i can adujst tha vedio memory
    64MB ATI MOBILITY Radeon IGB 9000\9100 to 128MB
    but thy didn't say how can i do it.
    so can any one tell me how to do it?
    (my bios is phonex 1.5)
    thanx

    You should use the Toshiba graphic drivers.
    The different drivers you can use at the own risk.
    The Toshiba driver supports an overheating protection. You should know that the notebook graphic cards are not the same like on the desktop PCs. There have no own cooling module. In this case the Toshiba graphic driver controls the performance of the card and decreases the performance if the temperature increases to the critical level.

  • How to Change or Use Browser for WebDynPro In Ubuntu(Linux)???

    Dear Experts,
                      I want to know how to use webdynpro in Ubuntu(Linux) OS, when i select 'test' it shows Browser started in Status bar but browser is not open, but when i copy and paste the URL in address bar it opens, please help me how to use in Ubuntu.
    Best Regards,
    Kavin L

    This post helped me.
    https://code.google.com/p/chromium/issues/detail?id=147510
    Basically, the "Search in Google" extension is from Safari and it can be disabled in System Preferences.
    System Preferences -> Keyboard -> Keyboard Shortcuts -> Services -> Searching and unchecking "Search with Google"
    It worked for me and I also disabled a few other right-click options that I never use.

  • How to change shipment using Invoice no??

    Hi experts,
    I have to progrmatically change/update "Bill of lading" field in the shipment using data in the excel file.
    Excel file will contain invoice numbers and data for Bill of lading.
    Please provide me the solution or name of function module....
    Thanks
    Sameer

    Hii Sameer
    I guess you have to connect the tables (shipment & billing) to do the same.
    You can connect billing to delivery by table VBFA and then from delivery to shipping again by the same table.
    By this you can connect billing directly to shipment and do the changes.
    You need to take help of some ABAPer to do the same.
    Thanks & Regards
    Gaurav Manocha

  • How to change icons using html codes.

    What are the html codes provided by apple to change its icons

    Without jailbreaking your device, you cannot do what you are asking. And no, per the Terms of Use, we can't discuss jailbreaking (which is a bad idea anyway, for a variety of reasons).

  • How to change 'dataprovider' using 'states'

    Hi All
    I have 2 arrays and a HorizontalList. I want to be able to switch between the arrays using states. The states and horizontal list look like
    <mx:Array id="arr1">
    </mx:Array>
    <mx:states>
       <mx:State name="state1">
          <mx:SetProperty name="dataprovider" target="{horizontalList}">
             <mx:value>
                arr1
             </mx:value>
          </mx:SetProperty>
       </mx:State>
       <mx:State name="state2">
          <mx:SetProperty name="dataprovider" target="{horizontalList}">
             <mx:value>
                arr2
             </mx:value>
          </mx:SetProperty>
       </mx:State>
    </mx:states>
    <mx:HorizontalList id="horizontalList"
      dataProvider="{arr1}"
    />
    This code doesn't work, the mx:Value is probably not what I need. Any suggestions how to fix this ?
    thnx
    Luca

    Hi Luca,
    Try the code below...
    Instead of  <mx:value>arr1</mx:value> assign the value in the SetProperty tag itself....as shown below
    <mx:SetProperty name="dataProvider" target="{horizontalList}" value="{arr1}">
    </mx:SetProperty>
    Also you have used the name of the property as dataprovider instead of dataProvider.(P should be uppercase)
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Array id="arr1">
      <mx:Object data='bar' label="bar1"/>
      <mx:Object data='bar' label="bar2"/>
      <mx:Object data='bar' label="bar3"/>
      <mx:Object data='bar' label="bar4"/>
      <mx:Object data='bar' label="bar5"/>
      <mx:Object data='bar' label="bar6"/>
    </mx:Array>
    <mx:Array id="arr2">
      <mx:Object data='bar' label="bar7"/>
      <mx:Object data='bar' label="bar8"/>
      <mx:Object data='bar' label="bar9"/>
      <mx:Object data='bar' label="bar10"/>
      <mx:Object data='bar' label="bar11"/>
      <mx:Object data='bar' label="bar12"/>
    </mx:Array>
    <mx:states>
        <mx:State name="state1">
           <mx:SetProperty name="dataProvider" target="{horizontalList}" value="{arr1}">
           </mx:SetProperty>
        </mx:State>
        <mx:State name="state2">
           <mx:SetProperty name="dataProvider" target="{horizontalList}" value="{arr2}">
           </mx:SetProperty>
        </mx:State>
    </mx:states>
    <mx:HorizontalList id="horizontalList"  dataProvider="{arr1}" labelField="label" height="100"/>
    <mx:HBox horizontalGap="5" top="200">
      <mx:Button id="btn1" label="Go to State1" click="this.currentState='state1'" />
      <mx:Button id="btn2" label="Go to State2" click="this.currentState='state2'" />
    </mx:HBox>
    </mx:Application>
    Thanks,
    Bhasker

  • How to change password using apple id

    i just bought a new Macbook pro and I can't change any preferences because it wants my password and I never set one.  Any thoughts on how to go about resetting a password without an old one?

    Just remember that will leave them with no way to update any apps that have been purchased under their mother's Apple ID.

  • How to change JVM max memory size in R3 ?

    Hi, I want to change JVM parameters in R3. Can I do that by em console?

    Seems its in the Windows registry at
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\JBoss for Adobe LiveCycle\Parameters

  • How to change page using JS?

    Question in subject. Thanks in advance John.T

    Hey John,
    I've wrote these two to navigate through the pages more cleanly, perhaps they may be of use, although they falter with roman numerals and other non-numerical values for the page name, the frame work is there.
    //NEXT PAGE
    if (app.selection.length == 0){
    nextpage()}
    else{app.selection = null; nextpage();};
      function nextpage(){
         var myCurPage = app.activeWindow.activePage.name;
         myCurPage++
             var myNpage = app.activeDocument.pages.item(myCurPage+"")
                 try {app.activeWindow.activePage = myNpage;
                     myzoom();}
                 catch(myError){app.activeWindow.activePage = app.activeDocument.pages.item(0);
                     myzoom();
         function myzoom(){ 
         app.activeWindow.zoom(ZoomOptions.fitPage);
    //PREVIOUS PAGE
    if (app.selection.length == 0){
    previouspage()}
    else{app.selection = null; previouspage();};
    function previouspage(){
        var myCurPage = app.activeWindow.activePage.name;myCurPage--
            var myPpage = app.activeDocument.pages.item(myCurPage+"")
                try {app.activeWindow.activePage = myPpage;
                    myzoom();}
                catch(myError){
                    var LP = app.activeDocument.pages.length;LP--
                        app.activeWindow.activePage = app.activeDocument.pages.item(LP)
                            myzoom();
        function myzoom(){ 
        app.activeWindow.zoom(ZoomOptions.fitPage);
    ~mike

Maybe you are looking for

  • How can I stop my iphone 5 from asking for Apple ID Password constantly?

    I've had this problem ongoing for awhile now and it's starting to drive me nuts. A few months back I was using an app where you could purchase in-game points which would come through your apple ID. I purchased the points and they never arrived, but i

  • "UFL 'u2ltdate' that implements this function is missing."

    I am working through migrating older reports from a very outdated version of Crystal into a newer version and trialing Crystal Server 2013 with Crystal Reports for Enterprise.  The only problem I am running into is that I have many reports using the

  • Generate fields on the selection screen automatically

    Hi, I'd like create some fields on my selection screen automatically using an information filled in the selection screen too. For instance : I enter a table name, and my selection screen is autommatically filled with all the primary key fields of thi

  • Cant print pdf , whats up worked fine before ????

    ok whats the deal,,, I cant print pdf anymore since I got this new update !!!!!!! windows vista , acro  (acting up ) bat... Most all of my printing is PDF . can I just dump this 9.0 thing an go back to  8.0 ,,,,,,Thanks

  • Unable to use static IP on device connected to WET610N

    I set up my new (second) WET610N on my wireless network (with its own distinct hostname). It uses DHCP to get its IP address from my wireless router. It is happy. I plug a device into the RJ45 jack on the back of the WET610N and turn the device on. I