English 中文(简体)
全理事会实时比用户+系统时代多得多
原标题:Full GC real time is much more that user+sys times

我们有一个基于网络的“ Java”应用程序,在博览会上运行,允许最大比例达到约1.2 英镑(机体记忆为2 GB)。 在某些时候,申请停止(对客户)答复几分钟。 经过一些分析,我们发现,主食是全理事会。 此处摘自全球气候标志:

74477.402: [Full GC [PSYoungGen: 3648K->0K(332160K)] [PSOldGen: 778476K->589497K(819200K)] 782124K->589497K(1151360K) [PSPermGen: 102671K->102671K(171328K)], 646.15468 secs] [times:user=3.84 sys=3.72, real=646.17 secs]

我不理解的是,花在全面GC上的real time大约11分钟(646秒),而user+sys时仅7.5秒。 7.5 转而给我更合理的时间用于清洁和提炼;从老一代人中花费200甲基溴。 其他时间在哪里?

感谢很多。

最佳回答
问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签