Why does it take so long to compile OOMon?
A large portion of the time spent compiling OOMon is due to the optimizations the compiler performs. You can reduce the time it takes to compile OOMon by removing the “-O” flag from CXXFLAGS in the makefile. There is a trade-off when removing the optimize flag. Decreasing the compile time will probably cause OOMon to run slower and use memory less efficiently.