This push is too large to process when pushing large amount of data

プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム

この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。

*Fisheye および Crucible は除く

症状

When pushing a large amount of data, Bitbucket Server responds with This push is too large to process.

  $ git push --tags bitbucket Counting objects: 14216, done. Delta compression using up to 12 threads. Compressing objects: 100% (5834/5834), done. Writing objects: 100% (13883/13883), 652.76 MiB | 5.09 MiB/s, done. Total 13883 (delta 9575), reused 11455 (delta 7654) remote: This push is too large to process. remote: Communication breakdown with Bitbucket Server.

原因

This is caused by the amount of data exceeding the buffer size used when marshaling data between the SSH or HTTP socket and the Git process.

ソリューション

  • Double the buffer size by adding the following to $BITBUCKET_HOME/shared/bitbucket.properties:

    bitbucket.properties

    # If using SSH for pushing add the following: plugin.bitbucket-scm-git.backend.ssh.buffer.size=65536   # If using HTTP for pushing add the following: plugin.bitbucket-scm-git.backend.http.buffer.size=65536
更新日時: September 25, 2025

さらにヘルプが必要ですか?

アトラシアン コミュニティをご利用ください。