Ruby crashes on fly.io

more memory

Published March 5, 2024

flyio, ruby
Contents

I had a problem with a ruby 3.3 app segfaulting on fly.io, and the fix was to increase memory size. I put this in the fly.toml:

1
2
3
4
5
[[vm]]
  size = 'shared-cpu-1x'
  memory = '512mb'
  cpu_kind = 'shared'
  cpus = 1

Previously

Using Datasette to map out charger locations makes it easy to share

2024-03-05

Next

Making a web component by scratch progressive enhancement

2024-03-13

labnotes

Previously

AI in Emacs everything in emacs

2024-02-29

Next

Port 5000 already open on OSX airplay receiver

2024-03-16