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.
任何人都知道初始Tomcat5.5堆大小是多少?
你的意思是默认的“最大堆大小”吗?它取决于底层 JVM 版本(而不是 Tomcat 版本)。
在 JDK 1.5 之前,该进程为 64 Mb。
在 Java 6 中,默认的最大堆大小由存在的系统内存量决定。