Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们的应用程序中有大约 500~ 个 spring bean,每次我们初始化应用程序(比如 weblogic 重启或重新部署)时,spring bean 创建都会失败。失败日志包含数千个 spring 调用堆栈,这是 spring 代码的自动 bean 接线部分。我们需要将线程堆栈大小扩大到 3M 左右来解决这个问题。
是否有任何建议:1.设置线程堆栈大小2.让spring不要在bean创建中调用那么深?