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

We should monitor changes in memory usage and performance over time. Something along the lines of https://arewefastyet.com/. This depends on the existence of a benchmark suite (see https://github.com/fullstaq-labs/fullstaq-ruby-umbrella/issues/9). But a...

help wanted

It seems that just linking to jemalloc is not enough. We need to `LD_PRELOAD` it, otherwise jemalloc is only loaded partially. But it's unclear whether we'll run into other issues...

enhancement

fullstaq-rbenv recently gained a new feature: .ruby-variant: https://github.com/fullstaq-labs/fullstaq-rbenv/issues/4 The documentation for that should be incorporated back to fullstaq-ruby-server-edition.

documentation
good first issue

As described in #22, `gem install` now requires sudo, which changes the workflow for some users. In order to let users maintain a sudo-less workflow, we should introduce an `rbenv`...

enhancement
good first issue

Is it recommended to add plugins to `/usr/lib/rbenv/plugins` or will this be overwritten at some point? It may be helpful to mention this in the docs.

enhancement
good first issue

In late 2017 I was investigating building Ruby using Profile Guided Optimization and Link Time Optimization. Python has support for building with PGO + LTO https://bugs.python.org/issue25702 but it's quite brittle....

enhancement

Bumps arr-pm from 0.0.11 to 0.0.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=arr-pm&package-manager=bundler&previous-version=0.0.11&new-version=0.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

**Describe the bug** We're trying to diagnose some hung processes. We're able to use signal handling to get ruby backtraces (ie sidekiq's TTIN handler), but the problem seems to be...

bug

Bumps [git](https://github.com/ruby-git/ruby-git) from 1.11.0 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...

dependencies