I'm debugging out of memory errors in my application. I suspect that some of my Avro objects are really big. Is there a way to tell how many bytes a given Avro object occupies in memory? My current solution is to count the number of characters in its stringification, but this is a bit of a hack.
- How do I determine the memory footprint of an Avro object? W.P. McNeill
