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
タイトルの通り、テストを兼ねてChromaticへGithub ActionsでStorybookをデプロイしているのですが、先ほどそのCDが落ちてることに気づきました。 一応ワークアラウンド的ですが解決策も探したので、メモがてらissueにしました。
https://github.com/VOICEVOX/voicevox/actions/runs/10494068158
エラーが起きている原因はJavaScript heap out of memory。
JavaScript heap out of memory
issueを見るにどうやらViteの問題・・・?らしく、ソースマップがつけられることが原因っぽかったです。 ワークアラウンドになりますが、--max-old-space-sizeを指定すると良さそうでした。
--max-old-space-size
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
不具合の内容
タイトルの通り、テストを兼ねてChromaticへGithub ActionsでStorybookをデプロイしているのですが、先ほどそのCDが落ちてることに気づきました。
一応ワークアラウンド的ですが解決策も探したので、メモがてらissueにしました。
現象・ログ
https://github.com/VOICEVOX/voicevox/actions/runs/10494068158
エラーが起きている原因は
JavaScript heap out of memory
。その他
issueを見るにどうやらViteの問題・・・?らしく、ソースマップがつけられることが原因っぽかったです。
ワークアラウンドになりますが、
--max-old-space-size
を指定すると良さそうでした。The text was updated successfully, but these errors were encountered: