server-edition icon indicating copy to clipboard operation
server-edition copied to clipboard

A server-optimized Ruby distribution: less memory, faster, easy to install and security-patch via APT/YUM

Results 26 server-edition issues
Sort by recently updated
recently updated
newest added

This is really great for amd64, but can you please add an arm version to run on devices like a Raspberry Pi?

enhancement

Hi, the [README](https://github.com/fullstaq-ruby/server-edition#rhelcentos) shows yumrepos for the supported RHEL/CentOS versions 7 and 8, which we happily use :+1: As we're in the process of migrating to RHEL9, we'd like to...

enhancement

Rubies are now installed into their own directories that are not in PATH. This safe, but it's not very user-friendly, especially not for users who only intend to install 1...

enhancement

Currently Fullstaq Ruby is being compiled only against jemalloc 3 and docs state following in README [here](https://github.com/fullstaq-ruby/server-edition/blob/7ff94fde818ecea413d425412984529d5f07e209/README.md#vs-ld_preloading-jemalloc-yourself): > Only Jemalloc 3 yields reduced memory usage, Jemalloc 5 does not. However,...

enhancement

Github Actions [now supports partial reruns](https://github.blog/2022-03-16-save-time-partial-re-runs-github-actions/). We can now get rid of our custom CI/CD resumption system. This means that we don't have to store artifacts on Cloud Storage anymore....

enhancement
ci/cd

**Describe the bug** Memory consumption tripled when using debian:11.1-slim with fullstaq ruby 3.0.3. When switching back to debian 10 with fullstaq ruby 3.0.3 the memory consumption is low again. **To...

bug

When we add/change a build environment image (e.g. when we're adding support for a new distro), the image must currently be manually pushed to the Docker Hub. This requires authorization...

bug
ci/cd

Currently, old repository versions stay around indefinitely, consuming space using the default storage class. Once [backups](https://github.com/fullstaq-labs/fullstaq-ruby-infra/issues/10) are implemented, we should periodically garbage collect older versions. "Older versions" means versions older...

The CI system is currently not usable by third party pull requests. The main problem is that Github Actions do not allow third party pull requests' CI runs to access...

help wanted
ci/cd

The documentation is currently in one huge README. I think it will look nicer, as well as be easier for users to navigate, if we turn that into a proper...

documentation