You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is happening for two users, both of whom have 8gb of memory associated, so it doesn't look to be an OOM error (and the "OOMKilled" flag isn't set in the container). Both users have said that the same thing happens using LocalTerra on M1.
The image is built by the Kurtosis team, using a CircleCI x86-64 Linux machine.
The text was updated successfully, but these errors were encountered:
@mieubrisse We don't run indexer-for-explorer on M1, but if you can give us a minimum reproducible example, we can test it on our side. Otherwise, it is hard to tell anything.
Will you consider having arm64 image? nearcore and indexer-for-explorer compiles just fine on Mac M1 these days (even though it uses a different Wasm VM since wasmer single-pass backend still does not support ARM, but it should not be noticeable in local testing)
This has been reported by several users using NEARtosis. Logs of a sample dead container:
[2mJun 01 20:21:50.150[0m [32m INFO[0m indexer_for_explorer: Block height 7666
[2mJun 01 20:21:50.663[0m [32m INFO[0m indexer_for_explorer: Block height 7667
[2mJun 01 20:21:51.674[0m [32m INFO[0m indexer_for_explorer: Block height 7668
[2mJun 01 20:21:52.201[0m [32m INFO[0m indexer_for_explorer: Block height 7669
[2mJun 01 20:21:52.708[0m [32m INFO[0m indexer_for_explorer: Block height 7670
[2mJun 01 20:21:53.234[0m [32m INFO[0m indexer_for_explorer: Block height 7671
[2mJun 01 20:21:54.248[0m [32m INFO[0m indexer_for_explorer: Block height 7672
[2mJun 01 20:21:54.779[0m [32m INFO[0m indexer_for_explorer: Block height 7673
run-in-docker.sh: line 113: 62 Killed DATABASE_URL="$
{database_url}
" "$
{indexer_binary_filepath}
" --home-dir "$
{LOCALNET_NEAR_DIRPATH}
" run --store-genesis sync-from-latest${1+"$
{@}
"}
Container inspect output:
This is happening for two users, both of whom have 8gb of memory associated, so it doesn't look to be an OOM error (and the "OOMKilled" flag isn't set in the container). Both users have said that the same thing happens using LocalTerra on M1.
The image is built by the Kurtosis team, using a CircleCI x86-64 Linux machine.
The text was updated successfully, but these errors were encountered: