jmckenzie-dev commented on code in PR #3696:
URL: https://github.com/apache/cassandra/pull/3696#discussion_r1913768726


##########
src/java/org/apache/cassandra/utils/ObjectSizes.java:
##########
@@ -37,6 +37,11 @@
  */
 public class ObjectSizes
 {
+    /**
+     * For debugging purposes, you can construct this with .printVisitedTree() 
to get a printout of all the objects
+     * and their calculated size on heap to debug jamm related issues. See:
+     * <a 
href="https://github.com/jbellis/jamm/blob/master/README.md#visited-object-tree";>README.md
 on github</a>
+     */

Review Comment:
   Added here, yep.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to