hackeron (Roman Gaufman)
- Login: hackeron
- Email: hackeron@gmail.com
- Registered on: 10/16/2011
- Last sign in: 02/07/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
02/07/2024
-
09:04 AM Ruby Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
- We've been using jemalloc since 2018 and it cut our memory use to 1/5, it also stopped us needing to restart our app every 3-4 days as the memory slowly leaked. It is staggering to me why this isn't the default, until we discovered jemal...
03/25/2020
-
06:38 PM Ruby Feature #14718: Use jemalloc by default?
- I just tried this and saw dramatic reduction in memory use per time. Why isn't this the default??
08/13/2017
-
09:45 PM Ruby Bug #13811 (Closed): Ruby 2.4.1 fails to compile inside qemu armhf - signal 11 (Segmentation fault)
- I'm using this Dockerfile to compile: https://github.com/docker-library/ruby/blob/ecbfdeb2b71e155222b1d3df0a33685247f00616/2.4/alpine3.6/Dockerfile, except with FROM resin/armhf-alpine (https://hub.docker.com/r/resin/armhf-alpine/) which...
10/16/2011
-
12:14 PM Ruby Feature #1081: add File::write() convenience method
- It seems the docs here are wrong http://www.ruby-doc.org/core-1.9.3/IO.html#method-c-write -- they mention 4 arguments when only 3 are supported and the :mode isn't explained - please update the docs.