What I'd like:
It would be nice to have the kernel option CONFIG_ANON_VMA_NAME enabled in Bottlerocket kernels. This option lets programs name anonymous memory mappings (for example, see decorate_maps in Glibc or the similar Go feature), which helps to troubleshoot memory allocation issues.
Any alternatives you've considered:
N/A