Fly - Production Console

29 Apr 25

The documented way to access the production console (with ssh) gave a silent crash (out of memory from fly logs.. probably tight with my free plan)
This worked (without seemingly any charge)
$fly console --vm-memory 2048
$root@e286ee6ec53568:/rails# bin/rails c
and now discovered this works fine too:
$fly console
$root@908026d4ce0348:/rails# bin/rails c