0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

GitLab Pagesで「Artifacts for pages are too large: XXXXXXXXXXXXXXXXX」エラーの対応

Last updated at Posted at 2025-06-08

エラー

GitLab CIでコンテンツ生成時にpagesのジョブ後にArtifacts for pages are too large: 119459220のエラーが発生してGitLab Pagesへのデプロイに失敗しました。

image.png

原因

デフォルトでは、GitLab Pagesでデプロイできるサイズは100MBになっています

今回、GitLab CIで生成したアーティファクトの内容を確認したところ10MB未満の圧縮されたファイルでしたが、展開したら100MBを少し超えていたので、これが原因でした。

※GitLab CIのアーティファクトも別に設定があるので、必要に応じて設定を変更しておくのが良さそうです。

対応

管理者エリアで「設定」→「環境設定」→「Pages」→「ページの最大サイズ(MiB)」の設定値を変更することで対応できました。

image.png

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?