码迷,mamicode.com
首页 > 其他好文 > 详细

十二 Cent OS下 tomcat启动项目响应速度很慢

时间:2018-02-20 15:58:16      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:文件中   file   .so   and   div   tomcat部署   响应   col   security   

在tomcat部署了web项目,每次启动项目都需要花费2-3分钟,甚至有的时候需要花费10分钟左右,实在是太慢了。

在网上查找解决方案,把 jdk/jre/lib/security/java.security 文件中 securerandom.source=file:/dev/random 改为 securerandom.source=file:/dev/./urandom即可

究其原因是在于 /dev/random 的随机处理形式比较费时,虽然随机性较高,但是会随着读取的内容越多而越慢,所以需要将JDK下的这个更改为随机性较低,但是响应速度更快的处理配置

 

十二 Cent OS下 tomcat启动项目响应速度很慢

标签:文件中   file   .so   and   div   tomcat部署   响应   col   security   

原文地址:https://www.cnblogs.com/lay2017/p/8455260.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!