- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我们在一个非常大容量的网站上使用了一组 tomcat 服务器。我们注意到,在应用程序重新加载后的前 5-6 小时内,Full GC 将每 2 分钟运行一次,应用程序会暂停 5 到 20 秒。 5-6 小时后,完整的 GC 将不再运行,直到 tomcat 重新启动。交通水平不是我们可以顺利度过高峰时段的因素。
服务器都是双四核,32GB RAM,运行 Centos 5。我们的 java opts 每天都在使用,但是这里是对应于下面示例 GC 日志的设置:
-server -Xmx27g -Xms27g -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+PrintTenuringDistribution -Dsun.rmi.dgc.client.gcInterval=900000 -Dsun.rmi.dgc.server.gcInterval=900000 -XX:NewSize=8g -XX:SurvivorRatio=16 -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails
应用重新加载后不久的日志样本
191.955: [Full GC 191.958: [CMS: 1815877K->1158107K(19922944K), 3.0376720 secs] 3118102K->1158107K(27845568K), [CMS Perm : 83787K->46767K(83960K)], 3.0415080 secs] [Times: user=2.95 sys=0.10, real=3.04 secs]
215.501: [GC 215.504: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 50457968 bytes, 50457968 total
: 7456799K->111048K(7922624K), 0.0617110 secs] 8614906K->1269155K(27845568K), 0.0661400 secs] [Times: user=0.68 sys=0.00, real=0.07 secs]
215.577: [GC 215.579: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 66288 bytes, 66288 total
- age 2: 50219144 bytes, 50285432 total
: 114868K->66525K(7922624K), 0.0381810 secs] 1272975K->1224632K(27845568K), 0.0413630 secs] [Times: user=0.46 sys=0.00, real=0.04 secs]
236.177: [GC 236.180: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 45071064 bytes, 45071064 total
- age 2: 26112 bytes, 45097176 total
- age 3: 34785960 bytes, 79883136 total
: 7523165K->110355K(7922624K), 0.0921350 secs] 8681272K->1268462K(27845568K), 0.0969290 secs] [Times: user=0.95 sys=0.01, real=0.10 secs]
...
316.456: [GC 316.459: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 41430416 bytes, 41430416 total
- age 3: 22728376 bytes, 64158792 total
- age 5: 19599960 bytes, 83758752 total
- age 6: 21847616 bytes, 105606368 total
- age 7: 27667592 bytes, 133273960 total
- age 8: 10904 bytes, 133284864 total
- age 9: 31824256 bytes, 165109120 total
: 7650333K->215213K(7922624K), 0.1332630 secs] 8808440K->1373320K(27845568K), 0.1380590 secs] [Times: user=1.45 sys=0.01, real=0.14 secs]
338.851: [GC 338.854: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 40678840 bytes, 40678840 total
- age 2: 27075936 bytes, 67754776 total
- age 4: 20399720 bytes, 88154496 total
- age 6: 19271008 bytes, 107425504 total
- age 7: 21655032 bytes, 129080536 total
- age 8: 27118800 bytes, 156199336 total
- age 9: 10904 bytes, 156210240 total
- age 10: 31747808 bytes, 187958048 total
: 7671853K->285541K(7922624K), 0.1456470 secs] 8829960K->1443648K(27845568K), 0.1503540 secs] [Times: user=1.62 sys=0.01, real=0.15 secs]
343.376: [Full GC 343.378: [CMS: 1158107K->1312570K(19922944K), 3.4129290 secs] 2884580K->1312570K(27845568K), [CMS Perm : 83964K->47203K(83968K)], 3.4168600 secs] [Times: user=3.87 sys=0.02, real=3.41 secs]
**Last Full GC**
20517.892: [GC 20517.898: [ParNew
Desired survivor size 238583808 bytes, new threshold 15 (max 15)
- age 1: 33948208 bytes, 33948208 total
- age 2: 88280 bytes, 34036488 total
- age 3: 19872472 bytes, 53908960 total
- age 4: 16072608 bytes, 69981568 total
- age 5: 15718712 bytes, 85700280 total
- age 6: 15771016 bytes, 101471296 total
- age 7: 16895976 bytes, 118367272 total
- age 8: 24233728 bytes, 142601000 total
: 7618727K->200950K(7922624K), 0.1728420 secs] 16794482K->9376705K(27845568K), 0.1822350 secs] [Times: user=2.21 sys=0.01, real=0.18 secs]
20526.469: [Full GC 20526.475: [CMS: 9175755K->9210800K(19922944K), 33.1161300 secs] 13632232K->9210800K(27845568K), [CMS Perm : 83967K->53332K(83968K)], 33.1254170 secs] [Times: user=33.12 sys=0.02, real=33.12 secs]
**Log samples after Full GC no longer runs**
74412.335: [GC 74412.340: [ParNew
Desired survivor size 238583808 bytes, new threshold 11 (max 15)
- age 1: 43614032 bytes, 43614032 total
- age 2: 41194144 bytes, 84808176 total
- age 3: 27392888 bytes, 112201064 total
- age 5: 22753896 bytes, 134954960 total
- age 7: 24439608 bytes, 159394568 total
- age 8: 24015704 bytes, 183410272 total
- age 9: 24080848 bytes, 207491120 total
- age 10: 24715800 bytes, 232206920 total
- age 11: 21844024 bytes, 254050944 total
: 7813778K->312911K(7922624K), 0.3329150 secs] 24426351K->16967791K(27845568K), 0.3416730 secs] [Times: user=3.69 sys=0.02, real=0.35 secs]
74445.007: [GC 74445.012: [ParNew
Desired survivor size 238583808 bytes, new threshold 11 (max 15)
- age 1: 42690688 bytes, 42690688 total
- age 2: 37055848 bytes, 79746536 total
- age 3: 37107464 bytes, 116854000 total
- age 4: 26223088 bytes, 143077088 total
- age 6: 22478672 bytes, 165555760 total
- age 8: 24259744 bytes, 189815504 total
- age 9: 23862672 bytes, 213678176 total
- age 10: 23911864 bytes, 237590040 total
- age 11: 24496888 bytes, 262086928 total
: 7769547K->344030K(7922624K), 0.3088470 secs] 24424428K->17021685K(27845568K), 0.3175830 secs] [Times: user=3.57 sys=0.01, real=0.32 secs]
74475.169: [GC 74475.175: [ParNew
Desired survivor size 238583808 bytes, new threshold 10 (max 15)
- age 1: 42011656 bytes, 42011656 total
- age 2: 33147608 bytes, 75159264 total
- age 3: 32391640 bytes, 107550904 total
- age 4: 36516584 bytes, 144067488 total
- age 5: 25940856 bytes, 170008344 total
- age 7: 22037464 bytes, 192045808 total
- age 9: 24130040 bytes, 216175848 total
- age 10: 23724672 bytes, 239900520 total
- age 11: 23329640 bytes, 263230160 total
: 7803184K->331046K(7922624K), 0.3091600 secs] 24480839K->17033619K(27845568K), 0.3179630 secs] [Times: user=3.56 sys=0.01, real=0.32 secs]
如果下周我们不重启此服务器,它会正常运行。
如有任何帮助,我们将不胜感激。
编辑:问题只会在重新部署 WAR 文件时出现。自行重启 tomcat 不会导致此问题。
最佳答案
我会尝试使用安装了 VisualGC 插件的 jvisualvm 连接到其中一个实例。它会向您显示 JVM 中每个池的初始内存分配以及它如何随着时间的推移而变化。还有一个内存采样器和分析器,可用于确定给定时间的内存状态。
此外,我不确定您是如何得出您正在使用的 JVM 参数的(27Gb?您是否在进程中保留某种内存缓存?)但我通常会从最低限度开始,然后对其进行调整仅在确定问题后(例如,小的新池等)。试着用类似的东西开始它:
-Xmx.. -verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:+PrintTenuringDistribution -Xloggc:/tmp/gc.log -XX:+HeapDumpOnOutOfMemoryError
根据您的内存量,java 应该自动以“服务器”模式启动,并且只要有足够的内存,它通常非常擅长动态分配所需的内存池。
关于java - 在应用程序运行的前 5 个小时内,每 2 分钟执行一次 Tomcat 完整 GC,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9228803/
我是 C 语言新手,我编写了这个 C 程序,让用户输入一年中的某一天,作为返回,程序将输出月份以及该月的哪一天。该程序运行良好,但我现在想简化该程序。我知道我需要一个循环,但我不知道如何去做。这是程序
我一直在努力找出我的代码有什么问题。这个想法是创建一个小的画图程序,并有红色、绿色、蓝色和清除按钮。我有我能想到的一切让它工作,但无法弄清楚代码有什么问题。程序打开,然后立即关闭。 import ja
我想安装screen,但是接下来我应该做什么? $ brew search screen imgur-screenshot screen
我有一个在服务器端工作的 UDP 套接字应用程序。为了测试服务器端,我编写了一个简单的 python 客户端程序,它发送消息“hello world how are you”。服务器随后应接收消息,将
我有一个 shell 脚本,它运行一个 Python 程序来预处理一些数据,然后运行一个 R 程序来执行一些长时间运行的任务。我正在学习使用 Docker 并且我一直在运行 FROM r-base:l
在 Linux 中。我有一个 c 程序,它读取一个 2048 字节的文本文件作为输入。我想从 Python 脚本启动 c 程序。我希望 Python 脚本将文本字符串作为参数传递给 c 程序,而不是将
前言 最近开始整理笔记里的库存草稿,本文是 23 年 5 月创建的了(因为中途转移到 onedrive,可能还不止) 网页调起电脑程序是经常用到的场景,比如百度网盘下载,加入 QQ 群之类的 我
对于一个类,我被要求编写一个 VHDL 程序,该程序接受两个整数输入 A 和 B,并用 A+B 替换 A,用 A-B 替换 B。我编写了以下程序和测试平台。它完成了实现和行为语法检查,但它不会模拟。尽
module Algorithm where import System.Random import Data.Maybe import Data.List type Atom = String ty
我想找到两个以上数字的最小公倍数 求给定N个数的最小公倍数的C++程序 最佳答案 int lcm(int a, int b) { return (a/gcd(a,b))*b; } 对于gcd,请查看
这个程序有错误。谁能解决这个问题? Error is :TempRecord already defines a member called 'this' with the same paramete
当我运行下面的程序时,我在 str1 和 str2 中得到了垃圾值。所以 #include #include #include using namespace std; int main() {
这是我的作业: 一对刚出生的兔子(一公一母)被放在田里。兔子在一个月大时可以交配,因此在第二个月的月底,每对兔子都会生出两对新兔子,然后死去。 注:在第0个月,有0对兔子。第 1 个月,有 1 对兔子
我编写了一个程序,通过对字母使用 switch 命令将十进制字符串转换为十六进制,但是如果我使用 char,该程序无法正常工作!没有 switch 我无法处理 9 以上的数字。我希望你能理解我,因为我
我是 C++ 新手(虽然我有一些 C 语言经验)和 MySQL,我正在尝试制作一个从 MySQL 读取数据库的程序,我一直在关注这个 tutorial但当我尝试“构建”解决方案时出现错误。 (我正在使
仍然是一个初学者,只是尝试使用 swift 中的一些基本函数。 有人能告诉我这段代码有什么问题吗? import UIKit var guessInt: Int var randomNum = arc
我正在用 C++11 编写一个函数,它采用 constant1 + constant2 形式的表达式并将它们折叠起来。 constant1 和 constant2 存储在 std::string 中,
我用 C++ 编写了这段代码,使用运算符重载对 2 个矩阵进行加法和乘法运算。当我执行代码时,它会在第 57 行和第 59 行产生错误,非法结构操作(两行都出现相同的错误)。请解释我的错误。提前致谢:
我是 C++ 的初学者,我想编写一个简单的程序来交换字符串中的两个字符。 例如;我们输入这个字符串:“EXAMPLE”,我们给它交换这两个字符:“E”和“A”,输出应该类似于“AXEMPLA”。 我在
我需要以下代码的帮助: 声明 3 个 double 类型变量,每个代表三角形的三个边中的一个。 提示用户为第一面输入一个值,然后 将用户的输入设置为您创建的代表三角形第一条边的变量。 将最后 2 个步
我是一名优秀的程序员,十分优秀!