Recommended JVM Parameters for Master and ClientManager (v 6.1.0)

What are the recommened JVM parameters for a master and client manager running on the same Linux machine?
Current VM Specs:
OS: Suse Linux
Processor Count: 4
Physical Memory: 8GB
Using Java: jdk1.6.0_13
Current Master Params: JVMARGS=-Xms2048m -Xmx2048m
Current Client Manager Params: JVMARGS=-Xms2048m -Xmx2048m -XX:PermSize=128m -XX:MaxPermSize=128m
Recommendations would be appreciated.
Thanks!
Grant Alexander

What are the recommened JVM parameters for a master and client manager running on the same Linux machine?
Current VM Specs:
OS: Suse Linux
Processor Count: 4
Physical Memory: 8GB
Using Java: jdk1.6.0_13
Current Master Params: JVMARGS=-Xms2048m -Xmx2048m
Current Client Manager Params: JVMARGS=-Xms2048m -Xmx2048m -XX:PermSize=128m -XX:MaxPermSize=128m
Recommendations would be appreciated.
Thanks!
Grant Alexander

Similar Messages

  • New FAQ Entry on JVM Parameters for Large Cache Sizes

    I've posted a new [FAQ entry|http://www.oracle.com/technology/products/berkeley-db/faq/je_faq.html#60] on JVM parameters for large cache sizes. The text of it is as follows:
    What JVM parameters should I consider when tuning an application with a large cache size?
    If your application has a large cache size, tuning the Java GC may be necessary. You will almost certainly be using a 64b JVM (i.e. -d64), the -server option, and setting your heap and stack sizes with -Xmx and -Xms. Be sure that you don't set the cache size too close to the heap size so that your application has plenty of room for its data and to avoided excessive full GC's. We have found that the Concurrent Mark Sweep GC is generally the best in this environment since it yields more predictable GC results. This can be enabled with -XX:+UseConcMarkSweepGC.
    Best practices dictates that you disable System.gc() calls with -XX:-DisableExplicitGC.
    Other JVM options which may prove useful are -XX:NewSize (start with 512m or 1024m as a value), -XX:MaxNewSize (try 1024m as a value), and -XX:CMSInitiatingOccupancyFraction=55. NewSize is typically tuned in relationship to the overall heap size so if you specify this parameter you will also need to provide a -Xmx value. A convenient way of specifying this in relative terms is to use -XX:NewRatio. The values we've suggested are only starting points. The actual values will vary depending on the runtime characteristics of the application.
    You may also want to refer to the following articles:
    * Java SE 6 HotSpot Virtual Machine Garbage Collection Tuning
    * The most complete list of -XX options for Java 6 JVM
    * My Favorite Hotspot JVM Flags
    Edited by: Charles Lamb on Oct 22, 2009 9:13 AM

    First of all please be aware HSODBC V10 has been desupported and DG4ODBC should be used instead.
    The root cause the problem you describe could be related to a timeout of the ODBC driver (especially while taking care of the comment: it happens only for larger tables):
    (0) [MySQL][ODBC 3.51 Driver]MySQL server has gone away (SQL State: S1T00; SQL
    (0) Code: 2006)
    indicates the Driver or the DB abends the connection due to a timeout.
    Check out the wait_timeout mysql variable on the server and increase it.

  • Where to find docs for JVM parameters for JDK 1.4?

    Can somebody tell me where to find a complete documentation for JVM parameters for jdk 1.4?
    Thanks in advance

    Start here:
    Performance Documentation for the Java HotSpot VM
    http://java.sun.com/docs/hotspot/
    One of this documents you will find there is:
    JavaTM HotSpot VM Options
    http://java.sun.com/docs/hotspot/VMOptions.html
    Hope this helps.

  • Recommended JVM Version for ZfS 6.5 SP1 on NetWare 6 SP5 w/NCS

    Quick question - what is the recommended version of the NetWare JVM to use
    with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and Tomcat
    3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there are no
    known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running on on
    a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon - primarily
    for HA inventory services. Thanks in advance for any input.

    Ron,
    Thanks for the general advice. That's what I thought, but sometimes we
    all need a sanity check. Especially when you see java thread death
    messages when the distributor starts up :-) Not due to the JVM.
    > In General, use the JVM version that shipped at the same time as the
    NetWare
    > Service Pack you're using.
    >
    > For NetWare 6 this still gives you the choice between JVM 1.3.x and
    1.4.x,
    > my preference is the JVM 1.4.2 as it has better performance then the
    1.3.x.
    > The 1.4.2_6 your using is quit stable, no major issues known.
    >
    > Ron
    >
    >
    > <[email protected]> wrote in message
    > news:MaeMe.444$[email protected]..
    > > Quick question - what is the recommended version of the NetWare JVM
    to use
    > > with ZfS 6.5 SP1? I'm running NW6SP5, ZfS65 with SP1 applied, and
    Tomcat
    > > 3.3. Right now I'm using JVM 1.4.2_6 and just wanted to verify there
    are
    > no
    > > known issues with JVM 1.4.2_6 playing well with ZfS 6.5 SP1. Running
    on on
    > > a 2 node cluster.I plan to add ZfD 6.5 SP1 to the cluster soon -
    primarily
    > > for HA inventory services. Thanks in advance for any input.
    >
    >

  • Parameters for substr and dbms_lob.substr

    The syntax for substr in SQL functions and for the function in dbms_lob package is not matching and hence confusing for programmers. It will be less confusing if parameters for both functions are of the same order.
    In Sql functions the the syntax for substr is substr(string, offset, amount)
    In dbms_lob package the syntax for the substr function is dbms_lob.substr(lob_loc, amount, offset)
    Mohan

    I think he wants to send a suggestion to Oracle via this forum.

  • Time out parameters for ABAP and JAVA instance

    Hello All,
    We are looking for Time out parameters for our ABAP and JAVA instances.
    As users are complaining that they are getting time out error
    while they are trying to access Cprojects from Portal.
    I was able to check/collect the ABAP instance parameters from SMICM Tcode.
    Can anybody tell me which parameters we need to look for JAVA instance.
    Thanks in advance.
    Regards,
    Amber S

    jstart/shutdownTimeout
    (jstartup/shutdown_timeout)
    Specifies the shutdown timeout, i.e. the grace period for the AS Java instance to shut down before the Java process terminates itself.  Unt is in Seconds. Default is 120
    j2ee/ms/connectTimeout
    (jstartup/wait_for_scs)
    Specifies the timeout for the first connection to the message server. The AS Java instance fails to start if this timeout expires.Unt is in Seconds.Default is  60
    j2ee/ms/reconnectTimeout
    (jstartup/wait_for_reconnect)
    Specifies the timeout for the reconnecting to the message server.The AS Java instance shuts down when this timeout expires.Unt is inSeconds.Default is  3600 (one hour)
    Thanks

  • Setting bind variable value programmatically for master and child VO's

    Defined following BC:
    Serv VO - Master VO, has Bind_cNum (bind variable)
    ServDetail VO - Child VO, has Bind_cNum2 (bind variable)
    ServViewLink VL - View link between Serv VO & ServDetail VO
    in AMModule Impl have custom WS:
    public List<ViewRowImpl> getMyServices(String cNum)
    List<ViewRowImpl> result = new ArrayList<ViewRowImpl>();
    ViewObjectImpl vo1 = getServ(); //Master VO
    vo1.setNamedWhereClauseParam("Bind_cNum", cNum);
    vo1.setForwardOnly(true);
    ViewObjectImpl vo2 = getServDetail(); //Child VO
    vo2.setNamedWhereClauseParam("Bind_cNum2", cNum);
    vo1.executeQuery();
    while (vo1.hasNext()) {
    result.add((ViewRowImpl)vo1.next());
    return result;
    I am passing same cNum parameter to both Serv VO (Master VO) and ServDetail VO (child VO) as above. (this is in addition to view link bind variable :Id)
    It shows in the logs that it is setting the values correctly:
    <ViewRowSetImpl> <setNamedWhereClauseParam> [382] Serv ViewRowSetImpl.setNamedWhereClauseParam(Bind_cNum, 11771370)
    <ViewRowSetImpl> <setNamedWhereClauseParam> [383] ServDetail ViewRowSetImpl.setNamedWhereClauseParam(Bind_cNum2, 11771370)
    <ViewRowSetImpl> <doSetWhereClauseParam> [383] Serv ViewRowSetImpl.doSetWhereClause(-1, Bind_cNum, 11771370)
    <ViewRowSetImpl> <execute> [385] Serv ViewRowSetImpl.execute caused params to be "un"changed
    <OracleSQLBuilderImpl> <bindParamValue> [394] Binding param "Bind_cNum": 11771370
    <ADFLogger> <addContextData> Execute query
    -- when executing view link
    <ViewRowSetImpl> <setParamValues> [425] ServViewLink_0 ViewRowSetImpl.setParamValues params changed
    <ViewRowSetImpl> <doSetWhereClauseParam> [426] ServViewLink_0 ViewRowSetImpl.doSetWhereClause(-1, Bind_cNum2, null)
    <ViewObjectImpl> <bindParametersForCollection> [436] For RowSet : ServViewLink_0
    <OracleSQLBuilderImpl> <bindParamValue> [437] Binding null of type 12 for "Bind_cNum2"
    <OracleSQLBuilderImpl> <bindParamValue> [438] Binding param "Bind_Id": 5018
    from above log, when ServViewLink_0 is executed, it is changing Bind_cNum2 bind variable to null.
    how can i pass same bind variable value to both Master and Child view objects from AM Impl.java
    Edited by: bsrao on Oct 11, 2012 6:07 PM
    Edited by: bsrao on Oct 11, 2012 6:10 PM
    Edited by: bsrao on Oct 11, 2012 6:12 PM

    Try executing the vo1 query before setting the bind variable for vo2, then execute the vo2 query (if that's what you want to do).

  • Silent Install Parameters For Reader And Flash Player

    Does anyone know the silent install parameters for Adobe Reader and Flash Player? I actually need the download link for the offline installers and the parameters for those installers. Thanks!

    You probably also need a distribution license, then.
    http://www.adobe.com/products/flashplayer/distribution3.html

  • Different Parameters for Walls and  Logical views

    Hi,
    We have implemented Managment Cockpit  in BI 7.0/SEM 6.0.
    We have one Cockpit, with four walls ane two Loigcal view in each wall.
    At present we have selection parameters (profit center hierarchy node) at the cockpit level.
    Business requirment is to have further parameters at Wall and Logical view level.
    Can you please suggest how this can be done?
    Regards,
    UR

    Closing as no answer for longtime

  • Using wildcard parameters for MDX and RSQL queries

    Hi,
    Passing parameters to MDX and RSQL queries works,but is there a way we can pass wildcard(%) parameters to MDX and RSQL
    Thanks,
    Hari Devarapalli

    Hari -- Try this Instr function -
    http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.dwe.cubemdx.doc/mdx_instr.html
    Thanks,
    Venkat

  • Parameters for Yield and Scrap quantities in BAPI MB_CREATE_GOODS_MOVEMENT

    Hi All,
    I am using BAPI MB_CREATE_GOODS_MOVEMENT and MB_POST_GOODS_MOVEMENT to carry out the confirmation and Unplanned Goods Reciept.
    Which parameters in MB_CREATE_GOODS_MOVEMENT i have to use for passing Yield and Scrap quantities.
    And from which table i can fetch the Material for the Order? Can i use AFKO for the material number.
    Please give some inputs on how to use these Function Modules.
    Can i use only MB_CREATE_GOODS_MOVEMENT for the confirmation.
    Thanks,
    Anil.

    Hi,
    I presume you are referring to production order confirmation. Refer these:
    BAPI_PRODORDCONF_CREATE_ACT    Enter activity confirmation
    BAPI_PRODORDCONF_CREATE_HDR    Enter Order Confirmations
    BAPI_PRODORDCONF_CREATE_TE     Enter Time Event Confirmation
    BAPI_PRODORDCONF_CREATE_TT     Enter Time Ticket Confirmation
    Regards

  • FCC parameters for  header and item

    Dear All,
    I am working on a File to RFC scenario. The file has the PO deatils from which Salesorder has to be created in R/3. Am using the BAPI BAPI_SALESORDER_CREATEFROMDAT1 to create salesorders. I have tested the scenario with XML message - it is working file .
    The problem is with FCC.
    The structure of the file is as follows
    PO number,podate,deliv. date,cust. material,quantity,receiving point
    message type:
    -->MT_messagetype
    >input
    >header
                    po number
                    po date
                    deliv date
    >item
    >item
                         cust_material
                         quantity
                         receiving point
    >partner
    >partner
                         dummy field.
    input is the recordset
    i have to get the first 3 fields from the file inlto header and the rest into item.
    i have created a dummy field in partner because I am mapping a constant value to sold to party in partner node .
    what should be the FCC parameters ?

    After looking at your structure which is comma separated and doesn't have any keyfields it will be difficult to content convert it into different nodes like header and item.
    I was looking at using fixed field lenght's along with field separator to split the structure, as the first 4-5 fields of u r row seem to be standard structures which will have fixed length, but then your last field "receiving point" is not a of fixed length.
    so as long as my understanding goes you will have to content convert the input into a flat xml structure like this:
    <input>
              <header>
                  </po number>
                  </po date>
                  </deliv date>
                  </cust_material>
                  </quantity>
                  </receiving point>
            </header>    
    <input>
    Recordset name - input
    Recordset structure --header,*
    FCC
    header.fieldNames -- po_number,1,po_date,1,deliv_date,1,cust_material,1,quantity,1,receivingpoint,1
    header.fieldSeparator -- ','
    header.endSeparator -- 'nl'
    Since in your scenario looks like you are creating  one sales order per row of file, the above structure should do the job for you.
    Cheer's

  • Is there a extensions for master and details pages?

    I want to know if there is an extension for the master page and detail page for Cs4.  I want to display the master page and have separate details pages.  I am using PHP.  I haven't anything on PHP but I have for ASP.  Can any one help me?

    www.webassist.com if you don't mind spending a few pennies.

  • Profile Parameters for Logon and Password (Login Parameters)

    I've upgraded SM3.2 to SM4.0 and now users can create password with 40 characters. I want to return to max 8 letters in password and to big letters in password. I' haven't found appropriate parameter. Does parameter login/password_downwards_compatibility provide me compatybility to old login parameters?

    Hi,
    Also follow the following
    /people/sap.user72/blog/2005/10/19/attention-security-administrators-new-password-rules-are-on-their-way
    After SAP NetWeaver 6.40, the password hash algorithm is changed from MD5 to SHA-1. This means that more secure hash values, which are not backward-compatible, and which make reverse engineering attacks difficult, can be generated. By default, new systems generate two hash values: a backward-compatible value and a new value. However, you can configure the system so that only the new hash value, which is not backward-compatible, is generated. You can set the degree of backward compatibility with the profile parameter login/password_downwards_compatibility.
    The system can determine the type (new or old) of the current user password at any time. During logon, the system calculates the password hash based on the entered data and in accordance with the information from the user master record (see the hash procedure used) and compares the hash values. The system decides itself which part of the entered password is evaluated.
    · If the user master record shows that the user’s password was encrypted with the old password hash algorithm, the system only evaluates the first eight characters and converts these to upper-case
    · If the user master record shows that the user’s password is encrypted with the new password hash algorithm, the system evaluates all characters as they were entered (up to 40 characters, with no conversion to upper-case).
    The new functions do not initially have any consequences after the upgrade; the operation of the system and password queries continue to run as usual. The passwords of the new type gradually replace the passwords of the old type.
    Do reward with points.
    REgards.

  • What is the recommended developer hardware for iPad and iPhone development?

    My company is just starting to develop iPad and iPhone apps for internal use.  We are looking for advice on the hardware needed for developers.  What would current developers recommend?.  Could we use a single MacMini where multiple developers use VNC to develop applications? What are the pros/cons?
    Thanks

    Any current device is more than capable.
    You  need to decide how much screen, harddrive, ram and processor capability meets your needs  beyond just running Xcode.
    Remember, making apps means more than just text via an IDE - will you edit video; graphics; databases...? Branding? Code sharing? Edit more than one project at once? Use Safari for references?
    Max the ram in any case.
    Check the Apple Store for refurb'd Mac minis - those seem to be the sweet spot.
    And don't forget devices to test with

Maybe you are looking for

  • Contract and billing question.

    I'm leaving to Basic Combat Training in mid September and I'm getting a phone beforehand so I can keep contact with people when they start allowing phone time, and so I can keep contact through Advanced Individual Training. I don't have a job so I've

  • How to make XSLT files in ORACLE :-(

    Hi I am very new to the world of XML. I can create XML from the SQL queries but need to transform them in to a specific format. I think I need XSLT for transformation, but I could not find a way to make one using oracle. I want to ask, if there is an

  • Scrolling selected text with Indesign CS6 to show different font style

    Hi, I recently found I could highlight a paragraph and using font character style I could scroll through fonts changing whole paragraphs, I can't remember how I did this, I know it's a new feature with CC, I'm on CS6

  • Selection screen in display mode

    Hi all, I have a selection screen with 2 radio buttons & 2 text boxes. If I click the first radio button, the 2nd text box shud be in display mode & if I click the 2nd radio button, the 1st text box shud be in display mode. How to do it? Thanks in ad

  • Wake up

    My computer will not wake up after being put to sleep. If I touch the mouse on keyboard nothing happens and I have to restart the computer please help