解决文案:
修改/jdk/jre/lib/security/java.security
securerandom.source=file:/dev/random
修改为:
securerandom.source=file:/dev/urandom
https://blog.youkuaiyun.com/Hhc0917/article/details/81082704
https://blog.51cto.com/sandshell/2287053
解决Java安全模块随机数问题
本文介绍了解决Java安全模块中随机数生成缓慢的问题,通过将securerandom.source的源从/dev/random修改为/dev/urandom,有效提升了系统的性能。
解决文案:
修改/jdk/jre/lib/security/java.security
securerandom.source=file:/dev/random
修改为:
securerandom.source=file:/dev/urandom
https://blog.youkuaiyun.com/Hhc0917/article/details/81082704
https://blog.51cto.com/sandshell/2287053

被折叠的 条评论
为什么被折叠?