When reproducing, use slightly lower limits on heap and stack size so
that minimal changes to fuzz targets, fuzzer and runtime do not cause
memory issues to fail to reproduce.
* [log4j2] Fix build failure
* [log4j2] Slightly improve fuzz target performance
Instead of writing the log messages to /dev/null, use an appender that
constructs it in memory only and ignores the result.