From e436254c32970ff5ca5534d3b39e2ba5efcab8b9 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Fri, 8 Jan 2016 09:07:59 -0500 Subject: [PATCH] More fixing build --- hapi-fhir-cobertura/pom.xml | 4 ++-- .../java/ca/uhn/fhir/jpa/config/WebsocketDstu21Config.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hapi-fhir-cobertura/pom.xml b/hapi-fhir-cobertura/pom.xml index 2a02c443a6f..ab550900651 100644 --- a/hapi-fhir-cobertura/pom.xml +++ b/hapi-fhir-cobertura/pom.xml @@ -296,8 +296,8 @@ maven-surefire-plugin alphabetical - - -Xmx600m -XX:+HeapDumpOnOutOfMemoryError + -Xmx1624m + diff --git a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/WebsocketDstu21Config.java b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/WebsocketDstu21Config.java index 2a8d3938077..4e1978bf509 100644 --- a/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/WebsocketDstu21Config.java +++ b/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/config/WebsocketDstu21Config.java @@ -57,7 +57,7 @@ public class WebsocketDstu21Config implements WebSocketConfigurer { public void afterPropertiesSet() { super.afterPropertiesSet(); getScheduledThreadPoolExecutor().setExecuteExistingDelayedTasksAfterShutdownPolicy(false); - getScheduledThreadPoolExecutor().setRemoveOnCancelPolicy(true); +// getScheduledThreadPoolExecutor().setRemoveOnCancelPolicy(true); getScheduledThreadPoolExecutor().setContinueExistingPeriodicTasksAfterShutdownPolicy(false); } };