I'm trying to tune these two low memory killer (lmk) values on my Pixel 4XL with Android 12:
<integer name="config_lowMemoryKillerMinFreeKbytesAbsolute">-1</integer><integer name="config_lowMemoryKillerMinFreeKbytesAdjust">0</integer>
According to this, "These thresholds can be configured with the config.xml framework."
How can I change these values? Is there an equivalent "prop" I can set with setprop?