More fixing build

This commit is contained in:
jamesagnew 2016-01-08 09:07:59 -05:00
parent bf2e12e22c
commit e436254c32
2 changed files with 3 additions and 3 deletions

View File

@ -296,8 +296,8 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<runOrder>alphabetical</runOrder>
<!--<argLine>-Xmx1324m</argLine>-->
<argLine>-Xmx600m -XX:+HeapDumpOnOutOfMemoryError</argLine>
<argLine>-Xmx1624m</argLine>
<!--<argLine>-Xmx600m -XX:+HeapDumpOnOutOfMemoryError</argLine>-->
</configuration>
</plugin>
<plugin>

View File

@ -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);
}
};