Would it be possible to make the shm_size param an option in app.yml? I ran into this error today when trying to do a vacuum analyze
:
ERROR: could not resize shared memory segment
It was trying to increase the shm usage to 1 GB and failed, as it’s only 512 MB out of the box. This param looks to be in the launcher script, but it might be nice to have this as an option (possibly commented out by default) in the .yml file.