[java-identity-provider COMMIT] /trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs

noreply at shibboleth.net noreply at shibboleth.net
Sat May 21 10:40:23 EDT 2016


Author: rdw
Date: Sat May 21 10:40:22 2016
New Revision: 8249

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8249&view=rev
Log:
IDP-990 Move to larger heaps

https://issues.shibboleth.net/jira/browse/IDP-990

Modified:
    trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs

Modified: trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs?rev=8249&r1=8248&r2=8249&view=diff
==============================================================================
--- trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	(original)
+++ trunk/idp-installer/src/main/wix/ShibbolethIdP-main.wxs	Sat May 21 10:40:22 2016
@@ -123,9 +123,9 @@
         <CustomAction Id="QtJettyAnt" BinaryKey="WixCA" DllEntry="CAQuietExec" Execute="deferred" Impersonate="no" />
 
         <?if $(var.msitype) = "x86" ?>
-        <CustomAction Id="SetJavaJvmMx" Property="JAVA_JVMMX" Value="#768" />
+        <CustomAction Id="SetJavaJvmMx" Property="JAVA_JVMMX" Value="#1500" />
         <?else ?>
-        <CustomAction Id="SetJavaJvmMx" Property="JAVA_JVMMX" Value="#1024" />
+        <CustomAction Id="SetJavaJvmMx" Property="JAVA_JVMMX" Value="#2048" />
         <?endif ?>
 
         <InstallUISequence>



More information about the commits mailing list