If it reloads, I'd advise not killing it then. If you keep it running, it'll use a small amount of memory, which will eventually and up compressed into the compcache (less memory) or swapped out to disk (no memory). If you kill it, then it'll reload (uses heavy CPU and IO), and it'll occupy main memory for a while until it ends up compcached or swapped. All you're doing by killing it is freeing up a small amount of memory for a short time, at the expense of using more CPU, IO, and memory, in the long run.