From ad45232ea7efacfa379fb85dc23ec5f0da3ad765 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 22 Feb 2016 11:48:28 +0100 Subject: [PATCH] sirona-aem - set jvm memory values --- customer/sirona-aem/prod.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5