Caused by: java.lang.NumberFormatException: For input string: "0.9"

jvm 内存大小。。。

 tomcat查看错误日志

localhost.xxx.log

  

 AtomicReference 初始化:

//anotherChronicleMapCacheRef.set(twoChronicleMapCache);
anotherChronicleMapCacheRef = new AtomicReference<Map<Long,long[]>>(twoChronicleMapCache);

原文地址:https://www.cnblogs.com/ydxblog/p/7930122.html