cosmoss-jigu / memtis

Tiered memory management
50 stars 16 forks source link

Make kill_ksampled binary actually kill ksampled #8

Open matte21 opened 3 months ago

matte21 commented 3 months ago

There's a bug in the memtis-userspace Makefile: the target to compile kill_ksampled.c actually compiles launch_bench.c instead. So any bash script that invokes the kill_ksampled in an attempt to kill ksampled doesn't do so.

This PR fixes the Makefile by making it actually compile kill_ksampled.

You might want to re-run the paper experiments to see if the numbers change after the fix, and issue corrections if so.