our experience in resizing an ebs volume in ec2 instances.

Increasing disk space without downtime. So in our team, we had to resize an instance disk because it’s getting full, this is our experience. For the first time we search on how to do this, there are many articles written about it and most of them require to stop the system and detaching a volume. But there must be a real doc from aws itself, that is most likely up to date....

March 19, 2018 · 2 min · Zakatell Kanda

running elasticsearch on a 2gb digital ocean droplet

So I want to run Elasticsearch on a very limited memory machine and I keep running on this error: cannot allocate memory. Did some research and found this docs on increasing max_map_count: echo "vm.max_map_count=262144" | sudo tee -a /etc/sysctl.conf sudo sysctl -w vm.max_map_count=262144 But the problem still persists, turns out memory still actually still not enough. I want don’t to upgrade the memory since I just want to test things out and I have no plan on running it on production....

July 3, 2017 · 1 min · Zakatell Kanda

compiling a beta kernel in archlinux

You have a new laptop, you install ArchLinux on it and seems like some things are missing. This is currently the case for me: one missing feature was “suspend”, my laptop just seems to boot as if I turned off everything, my application is not persisted another is a fix for my headphone noise issue, just to name a few… One of the few things you can try is to install the latest beta kernel....

June 17, 2016 · 2 min · Zakatell Kanda