Viewing profile — alxnlssn
alxnlssn
HN member- Joined
- Thu, Aug 21, 2014, 12:10 AM UTC
- HN karma
- 6
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About alxnlssn
[ my public key: https://keybase.io/alxnlssn; my proof: https://keybase.io/alxnlssn/sigs/B6VIp5skFMWkfXLQ0m2PpwRbtB8GlaTFkdMe51VbIPE ]
Recent public activity
-
comment
Comment #10394448
Currently running with three ES data nodes per physical machine, with 30GB -Xmx allocated to each instance.
-
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…
-
comment
Comment #8205352
The compile will fail if err is unused. You have to explicitly ignore it by doing like this: pid,_ = fork()