Changeset 9845


Ignore:
Timestamp:
10/18/07 14:57:34 (4 years ago)
Author:
sam
Message:

MacOSX : démarrage de la JVM avec les params -Xms et -Xmx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Xul_Cms/components/scHttpDataServer.js

    r9763 r9845  
    274274                                                vOpts[vIdxOpt++] = "-Dcom.apple.macosx.useScreenMenuBar=false"; 
    275275                                                vOpts[vIdxOpt++] = "-Djava.endorsed.dirs="+vJavaEndorsedPath; 
    276                                         } else { 
    277                                                 vOpts[vIdxOpt++] = "-Xms"+vPrefs.getCharPref("scenari.jvm.xms"); 
    278                                                 vOpts[vIdxOpt++] = "-Xmx"+vPrefs.getCharPref("scenari.jvm.xmx"); 
    279276                                        } 
     277                                        vOpts[vIdxOpt++] = "-Xms"+vPrefs.getCharPref("scenari.jvm.xms"); 
     278                                        vOpts[vIdxOpt++] = "-Xmx"+vPrefs.getCharPref("scenari.jvm.xmx"); 
    280279                                        vOpts[vIdxOpt++] = "com.scenari.c.chain2.EChain2Main"; 
    281280                                        if (gOS == "Mac"){ 
Note: See TracChangeset for help on using the changeset viewer.