We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@k-okada 岡田先生
12月2日資料分のjavaのGCのlog fileへの出力を行ったところ Allocation Failureと出てきました。
ソースはもとのまま変更していないです。 一応フリーズすることなくソートはしてくれるのですが、どういうことでしょうか。 incrementalのほうも同じような結果です
Java HotSpot(TM) 64-Bit Server VM (25.66-b17) for linux-amd64 JRE (1.8.0_66-b17), built on Oct 6 2015 17:28:34 by "java_re" with gcc 4.3.0 20080428 (Red Hat 4.3.0-8) Memory: 4k page, physical 16118240k(11345676k free), swap 16456700k(16456700k free) CommandLine flags: -XX:InitialHeapSize=257891840 -XX:MaxHeapSize=4126269440 -XX:+PrintGC -XX:+PrintGCTimeStamps -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseParallelGC 0.119: [GC (Allocation Failure) 63488K->48909K(241664K), 0.0492018 secs] 0.233: [GC (Allocation Failure) 112397K->101202K(305152K), 0.0613096 secs] 0.425: [GC (Allocation Failure) 228178K->100321K(305152K), 0.0081598 secs] 0.565: [GC (Allocation Failure) 227297K->205290K(460288K), 0.1036157 secs] 0.668: [Full GC (Ergonomics) 205290K->114011K(596992K), 0.5126571 secs] 1.454: [GC (Allocation Failure) 367963K->324504K(596992K), 0.1775532 secs] 1.631: [Full GC (Ergonomics) 324504K->127850K(762880K), 0.4991444 secs] 2.382: [GC (Allocation Failure) 381802K->331362K(1028608K), 0.1618277 secs]
The text was updated successfully, but these errors were encountered:
Allocation Failureは出て当たり前のものなのでしょうか。ほかの学生のプルリクエストでは出ていなかったみたいなのですが...
http://stackoverflow.com/questions/23858623/allocation-failure-in-java http://www.task-notes.com/entry/20150506/1430881200
Sorry, something went wrong.
Stack overflow の返事をみるとGCがかかるきっかけを説明してくれているみたいですね。 これは手元のPCで実行した時とtravisで実行した時と両方で見られる現象でしょうか
2016年1月6日水曜日、Yurika [email protected]さんは書きました:
Allocation Failureは出て当たり前のものなのでしょうか。ほかの学生のプルリクエストでは出ていなかったみたいなのですが... http://stackoverflow.com/questions/23858623/allocation-failure-in-java http://www.task-notes.com/entry/20150506/1430881200 — Reply to this email directly or view it on GitHub #277 (comment).
— Reply to this email directly or view it on GitHub #277 (comment).
◉ Kei Okada
No branches or pull requests
@k-okada
岡田先生
12月2日資料分のjavaのGCのlog fileへの出力を行ったところ
Allocation Failureと出てきました。
ソースはもとのまま変更していないです。
一応フリーズすることなくソートはしてくれるのですが、どういうことでしょうか。
incrementalのほうも同じような結果です
The text was updated successfully, but these errors were encountered: