|
|
DescriptionRaise dx's max java heap 1gb->2gb (-Xmx)
Some targets (e.g. unit_tests_apk) are starting to hit the limit!
BUG=658782
Committed: https://crrev.com/45b6982496b2209ee2846cc9ebeea8f82b23a732
Cr-Commit-Position: refs/heads/master@{#427182}
Patch Set 1 #
Total comments: 3
Messages
Total messages: 25 (14 generated)
Description was changed from ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ========== to ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ==========
agrieve@chromium.org changed reviewers: + jbudorick@chromium.org
The CQ bit was checked by agrieve@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py File build/android/gyp/dex.py (right): https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py#ne... build/android/gyp/dex.py:215: dex_cmd = [dx_binary, '-JXmx2G', '--num-threads=8', '--dex', '--force-jumbo', JX?
https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py File build/android/gyp/dex.py (right): https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py#ne... build/android/gyp/dex.py:215: dex_cmd = [dx_binary, '-JXmx2G', '--num-threads=8', '--dex', '--force-jumbo', On 2016/10/24 20:46:06, jbudorick wrote: > JX? Yeah, it's because "dx" is a bash script that wraps the call to java. There's a comment in the script showing how to set jvm args (via -J)
lgtm https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py File build/android/gyp/dex.py (right): https://codereview.chromium.org/2445883002/diff/1/build/android/gyp/dex.py#ne... build/android/gyp/dex.py:215: dex_cmd = [dx_binary, '-JXmx2G', '--num-threads=8', '--dex', '--force-jumbo', On 2016/10/24 20:47:34, agrieve (OOO oct 17-21) wrote: > On 2016/10/24 20:46:06, jbudorick wrote: > > JX? > > Yeah, it's because "dx" is a bash script that wraps the call to java. There's a > comment in the script showing how to set jvm args (via -J) sgtm
The CQ bit was unchecked by agrieve@chromium.org
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...)
On 2016/10/24 21:11:16, commit-bot: I haz the power wrote: > Try jobs failed on following builders: > ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, > http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/bui...) this appears to be https://bugs.chromium.org/p/chromium/issues/detail?id=658865
The CQ bit was checked by agrieve@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Description was changed from ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ========== to ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! NOTRY=true BUG=658782 ==========
Description was changed from ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! NOTRY=true BUG=658782 ========== to ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ==========
Message was sent while issue was closed.
Description was changed from ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ========== to ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ==========
Message was sent while issue was closed.
Committed patchset #1 (id:1)
Message was sent while issue was closed.
Description was changed from ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 ========== to ========== Raise dx's max java heap 1gb->2gb (-Xmx) Some targets (e.g. unit_tests_apk) are starting to hit the limit! BUG=658782 Committed: https://crrev.com/45b6982496b2209ee2846cc9ebeea8f82b23a732 Cr-Commit-Position: refs/heads/master@{#427182} ==========
Message was sent while issue was closed.
Patchset 1 (id:??) landed as https://crrev.com/45b6982496b2209ee2846cc9ebeea8f82b23a732 Cr-Commit-Position: refs/heads/master@{#427182} |