What is Fullstaq Ruby?
Fullstaq Ruby is a custom build of standard MRI Ruby interpreter with memory allocator replaced, security patches...
For further actions, you may consider blocking this person and/or reporting abuse
Love your grafana graphs. Do you maybe have a blog/repo where we can see how you setup those? :)
No, we don't have any manual for those. It's dashboard for Kubernetes pods built for us by our Ops team.
There is nothing complicated–standard Grafana graphs and standard Kubernetes metrics. So if you have K8s cluster, Prometheus and Grafana, you can build something similar yourself in matter of minutes by using queries like these:
Memory limit indicator (type: “singlestat”)
Memory consumption graph:
Any chance of getting an Alpine based image with fullstaq?
Maybe when fullstaq labs will release their official Docker images ;-)
You can vote for this issue to show your support: github.com/fullstaq-labs/fullstaq-...
Interesting, I've only ever seen MALLOC_ARENA_MAX but not MALLOC_MAX_ARENA. Is it aliased but not documented?
gnu.org/software/libc/manual/html_...
No, I've just messed it up while writing the post. Sorry. Only
MALLOC_ARENA_MAX
is correct. Fixed.