Revision 34322

View differences:

branches/v2_0_0_prep/build/projects/gvsig-standard/gvsig-standard-installer/src/main/launch4j/gvsig.xml
27 27
    <minVersion>1.5.0</minVersion>
28 28
    <maxVersion></maxVersion>
29 29
    <jdkPreference>preferJre</jdkPreference>
30
    <initialHeapSize>96</initialHeapSize>
31
    <maxHeapSize>500</maxHeapSize>
32
    <opt>-XX:MaxPermSize=64M</opt>
30
    <initialHeapSize>128</initialHeapSize>
31
    <maxHeapSize>512</maxHeapSize>
32
    <opt>-XX:MaxPermSize=96M</opt>
33 33
  </jre>
34 34
  <versionInfo>
35
    <fileVersion>2.0.0.2021</fileVersion>
36
    <txtFileVersion>2.0.0 build 2021</txtFileVersion>
35
    <fileVersion>2.0.0.2023</fileVersion>
36
    <txtFileVersion>2.0.0 build 2023</txtFileVersion>
37 37
    <fileDescription>gvSIG desktop 2.0.0</fileDescription>
38 38
    <copyright>gvSIG Association</copyright>
39
    <productVersion>2.0.0.2021</productVersion>
40
    <txtProductVersion>2.0.0 build 2021</txtProductVersion>
39
    <productVersion>2.0.0.2023</productVersion>
40
    <txtProductVersion>2.0.0 build 2023</txtProductVersion>
41 41
    <productName>gvSIG desktop</productName>
42 42
    <companyName>gvSIG Association</companyName>
43 43
    <internalName>gvsig-desktop</internalName>
44 44
    <originalFilename>gvsig-desktop.exe</originalFilename>
45 45
  </versionInfo>
46
</launch4jConfig>
46
</launch4jConfig>
branches/v2_0_0_prep/build/product/gvSIG.bat
4 4

  
5 5
set PATH=%PATH%;native
6 6

  
7
java -Xmx512M org.gvsig.andami.Launcher gvSIG gvSIG/extensiones %1
7
java -Xmx512M -Xms128M -XX:MaxPermSize=96M org.gvsig.andami.Launcher gvSIG gvSIG/extensiones %1
branches/v2_0_0_prep/build/product/gvSIG.sh
55 55
########################
56 56

  
57 57
# Initial gvSIG memory (M=Megabytes, G=Gigabytes)
58
GVSIG_INITIAL_MEM=96M
58
GVSIG_INITIAL_MEM=128M
59 59
# Maximum gvSIG memory (M=Megabytes, G=Gigabytes)
60
GVSIG_MAX_MEM=500M
60
GVSIG_MAX_MEM=512M
61 61
# Maximum permanent memory size: needed to load classes and statics
62
GVSIG_MAX_PERM_SIZE=64M
62
GVSIG_MAX_PERM_SIZE=96M
63 63

  
64 64
################
65 65
# Launch gvSIG #

Also available in: Unified diff