Browse Source

Increase Pack200 Memory Sizes to prevent the error during Installer Building

MeFisto94 5 years ago
parent
commit
efd8093d4b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      nbi/.common/common.properties

+ 3 - 3
nbi/.common/common.properties

@@ -243,9 +243,9 @@ jarsigner.xmx=1024m
 # * ${pack200.executable}   - path to pack200 executable (optional)
 # * ${pack200.executable}   - path to pack200 executable (optional)
 # * ${unpack200.executable} - path to unpack200 executable (optional)
 # * ${unpack200.executable} - path to unpack200 executable (optional)
 # * ${verification.java.executable} - path to java executable that would be used for verification of packaged jars (optional)
 # * ${verification.java.executable} - path to java executable that would be used for verification of packaged jars (optional)
-pack200.xmx=768m
-pack200.perm.size=32m
-pack200.max.perm.size=512m
+pack200.xmx=2048m
+pack200.perm.size=128m
+pack200.max.perm.size=2048m
 
 
 # these properties control the environment for the external processes running during the build
 # these properties control the environment for the external processes running during the build
 # * ${process.max.execution.time} - maximum time (in milliseconds) for running the process
 # * ${process.max.execution.time} - maximum time (in milliseconds) for running the process