Live data from Hacker News

Viewing profile — alxnlssn

alxnlssn

HN member
Joined
Thu, Aug 21, 2014, 12:10 AM UTC
HN karma
6
Public activity
3 items

About alxnlssn

[ my public key: https://keybase.io/alxnlssn; my proof: https://keybase.io/alxnlssn/sigs/B6VIp5skFMWkfXLQ0m2PpwRbtB8GlaTFkdMe51VbIPE ]

Recent public activity

  1. comment
    Comment #10394448

    Currently running with three ES data nodes per physical machine, with 30GB -Xmx allocated to each instance.

  2. comment
    Comment #8739553

    I ended up setting up one machine with a 80GB tmpfs mount for the graphite data, and then rsync it to disk every hour. That allows carbon-cache to keep up, but I'm not happy with t…

  3. comment
    Comment #8205352

    The compile will fail if err is unused. You have to explicitly ignore it by doing like this: pid,_ = fork()