rails db:seed only seeds first ~10, out of many many more

fly ssh console -C "rails/bin/rails db:seed"
Should be a few hundred seeds created, but the file stops after around 10 seeds or so.
Perhaps on a similar note, I sometimes have trouble getting into even the ssh console. Doubtful of it being on my end…
Any help appreciated! :slight_smile:

Just a wild guess on my part, but I’ve seen similar things happen on bundle install and other commands while I’m experimenting.

Is it possible that you are running out of memory? See Dockerfiles and fly.toml · Fly Docs

1 Like

Was indeed a memory issue! Scaled to 1024MB
Thanks again, as always ! :slight_smile: