根据JAVA cmd Reference我可以设置JFR记录的maxage和/或maxsize,但它不起作用。
我使用ant共享Intellij IDEA录制和编译scala:Stats
为了我的想法,我有以下设置:
-XX:+ FlightRecorder -XX:FlightRecorderOptions = defaultrecording = true,disk = true,dumponexit = true,dumponexitpath = / home / ichaki / development / misc / stats / idea,maxage = 1h,repository = / home / ichaki /开发/杂项/统计/想法,设置=轮廓
对于蚂蚁:
-XX:FlightRecorderOptions = defaultrecording =真,磁盘=真,dumponexit =真,dumponexitpath = /家庭/ ichaki /开发/杂项/统计/阶-蚂蚁,最大生存周期120秒=,MAXSIZE = 200K,储存库= /家庭/ ichaki /显影/杂项/统计/阶-蚂蚁,设置=轮廓
谢谢!
注意:我想在SSD的envs中进行统计收集,其大小非常有限
答案 0 :(得分:0)
Flight Recorder将数据以块的形式写入磁盘,默认情况下每个大约12-15 Mb,因此无法将maxsize设置为低于该阈值。
答案 1 :(得分:0)
您可以将chunksize设置得更小,我不确定它的推荐范围有多小。