-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
[2024.2.0-beta.10] docker compose buildがfailする #13177
Labels
⚠️bug?
This might be a bug
Comments
shikiがesmとしてバンドルされるようになったのでそのせいかも |
👀 |
viteのメモリ不足かしらね (shikiのせいだとは思う) |
2024.2.0でもメモリ2GBサーバでビルドを試みて
で JavaScript heap out of memory が出てFailになったので、私も同じ問題に引っかかったっぽいです。 単純にヒープのメモリ容量が足りてないようだったので、一応Swap領域を増やしてからDockerfileに
を一行加えて明示的に増やしたところ、こちらの環境ではビルドが通りました。 |
5 tasks
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Summary
2024.2.0-beta.9
,2024.2.0-beta.10
のバージョンでdocker compose buildがエラーで終了する。2024.2.0-beta.8
はビルドできた。メモリ 2GBインスタンスではもうビルド無理?
🥰 Expected Behavior
docker compose buildが正常終了する
🤬 Actual Behavior
docker compose buildがエラーで終了する
📝 Steps to Reproduce
git checkout tags/2024.2.0-beta.10
docker compose build
💻 Frontend Environment
🛰 Backend Environment (for server admin)
Do you want to address this bug yourself?
The text was updated successfully, but these errors were encountered: