Config variables not working

OK, figured it out. It looks like track-memory-usage needs to be set in the initial PRC file load so that it can get pulled into MemoryUsage’s static constructor. I was calling load_prc_file from a different PRC file location, and at that point it was too late to enable track-memory-usage. So, problem solved! Hopefully this post can help someone else down the line.