Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Give production operations more Java heap space headroom.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 1, 2016
1 parent e06bd2d commit d4ae177
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,14 @@
-->
<property name="mdaggr.stats" value="ukfederation-stats.html"/>

<!--
*************************************************
*** ***
*** M I S C E L L A N E O U S S E T U P ***
*** ***
*************************************************
-->

<!--
Verification keystore.
-->
Expand Down
5 changes: 5 additions & 0 deletions preprod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key

#
# Give Java processes plenty of headroom in production.
#
java.max.memory = 1536m
5 changes: 5 additions & 0 deletions prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ sign.uk.pkcs11Config = ${basedir}/mdx/uk/nshield.cfg
# Signing key alias within the keystore.
#
sign.uk.keyAlias = UKAMF_Signing_Key

#
# Give Java processes plenty of headroom in production.
#
java.max.memory = 1536m

0 comments on commit d4ae177

Please sign in to comment.