Add memory limit enforcement to aos_starter

This gives us a hammer to figure out who is running us out of RAM by
allocating it.  That'll let us kill the culprit rather than letting the
OOM killer pick for us.

Change-Id: Id270b878e908f0bf296ed5fc176e327e9b6c2d5a
Signed-off-by: Austin Schuh <austin.schuh@bluerivertech.com>
diff --git a/aos/events/logging/logger_test.cc b/aos/events/logging/logger_test.cc
index a463f4f..e86d2a9 100644
--- a/aos/events/logging/logger_test.cc
+++ b/aos/events/logging/logger_test.cc
@@ -3666,9 +3666,9 @@
 }
 
 constexpr std::string_view kCombinedConfigSha1(
-    "bcc66bc13a90a4a268649744e244129c5d024f5abd67587dcfbd7158d8abfc44");
+    "99bf9b377d9b9a23eaf7de012e9fcc3840fd7d28751461824cd304b27761b81d");
 constexpr std::string_view kSplitConfigSha1(
-    "d97e998164a6f1bf078aad77ef127329728ac9198a13a5ab8d5f30d84a932662");
+    "123315dce9600c4672d0f86757486f8a15a5a9649aa3d468ea1bdc5d3c243d54");
 
 INSTANTIATE_TEST_SUITE_P(
     All, MultinodeLoggerTest,