More fixing build
This commit is contained in:
parent
bf2e12e22c
commit
e436254c32
|
@ -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>
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue