gpt4 book ai didi

Java 垃圾收集器 : PSYoungGen grows by 4 GB after Full GC

转载 作者:行者123 更新时间:2023-11-30 11:57:25 25 4
gpt4 key购买 nike

我正在运行一个使用相当多内存的应用程序服务器(有相当多的用户)。它在 18 GB 的 EC2 实例上运行。

我将这些 GC 参数传递给 VM:

-server -XX:GCTimeRatio=19 -Xmx12g -XX:+PrintGCDetails -XX:+PrintGCTimeStamps

服务器在一段时间内工作正常(以及您在没有并发 GC 的情况下所期望的)但几天后,它突然使堆增加了大量,并使我们进入交换,这破坏了服务器性能并需要重启:

217408.525: [Full GC [PSYoungGen: 12935K->0K(530944K)] [PSOldGen: 5668446K->4551217K(5431168K)] 5681382K->4551217K(5962112K) [PSPermGen: 50534K->50480K(50816K)], 11.8155060 secs] [Times: user=9.73 sys=2.08, real=11.81 secs] 
217963.521: [Full GC [PSYoungGen: 13247K->0K(635776K)] [PSOldGen: 5422640K->4884067K(5741120K)] 5435887K->4884067K(6376896K) [PSPermGen: 50489K->50489K(50816K)], 8.4219030 secs] [Times: user=8.38 sys=0.05, real=8.43 secs]
218452.573: [Full GC [PSYoungGen: 20879K->0K(877504K)] [PSOldGen: 5720236K->4873397K(5788544K)] 5741115K->4873397K(6666048K) [PSPermGen: 50502K->50502K(50816K)], 10.9450630 secs] [Times: user=9.13 sys=1.84, real=10.95 secs]
219061.305: [Full GC [PSYoungGen: 73587K->0K(4073600K)] [PSOldGen: 5790501K->5022476K(6031040K)] 5864088K->5022476K(10104640K) [PSPermGen: 50518K->50518K(50816K)], 11.1695740 secs] [Times: user=8.80 sys=1.81, real=11.17 secs]

最后一行看起来非常不合时宜。为什么 PS young gen 堆突然增长到 4 GB?

在 Ubuntu 上运行这个虚拟机:

java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)

编辑:今晚发生了第二次。

101017.205: [Full GC [PSYoungGen: 73185K->0K(4095616K)] [PSOldGen: 6373373K->5318013K(6638016K)] 6446559K->5318013K(10733632K) [PSPermGen: 46183K->46183K(46272K)], 221.1337460 secs] [Times: user=8.13 sys=1.26, real=221.08 secs]

编辑:这是我们生产服务器上过去 3 小时的图表。 alt text

最佳答案

尝试设置 -XX:NewRatio:2(也许是 3)以检查新旧比例,或者使用 -XX:MaxNewSize 限制它?请评论我上面关于你为什么点击交换的问题?

关于Java 垃圾收集器 : PSYoungGen grows by 4 GB after Full GC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3834485/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com