From: Philipp Dallig Date: Mon, 22 Feb 2016 10:48:28 +0000 (+0100) Subject: sirona-aem - set jvm memory values X-Git-Tag: v0.1.0~5334 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=ad45232ea7efacfa379fb85dc23ec5f0da3ad765;p=pixelpark%2Fhiera.git sirona-aem - set jvm memory values --- diff --git a/customer/sirona-aem/prod.yaml b/customer/sirona-aem/prod.yaml index 771dd5b4..4428b1ce 100644 --- a/customer/sirona-aem/prod.yaml +++ b/customer/sirona-aem/prod.yaml @@ -6,4 +6,10 @@ aem::packages: service_pack_1: groupid: "com.adobe.aem" artifactid: "aem61-service-pack-1" - version: "1.0" \ No newline at end of file + version: "1.0" + +aem::publish::jvm_heap_min: 4096M +aem::publish::jvm_heap_max: 6144M + +aem::author::jvm_heap_min: 6144M +aem::author::jvm_heap_max: 8192M \ No newline at end of file