Centos环境下Tomcat启动缓慢

作者: 23号 分类: 后端技术,系统运维 发布时间: 2021-10-24 17:34

找到 $JAVA_HOME/jre/lib/security/java.security 这个文件,找到里面的

securerandom.source=file:/dev/random

或者

securerandom.source=file:/dev/urandom

修改为

securerandom.source=file:/dev/./urandom

如果觉得我的文章对您有用,请随意打赏。您的支持将鼓励我继续创作!