#!/bin/bash
pgrep -f chrome | while read PID; do echo -17 > /proc/$PID/oom_adj; done
