diff --git a/docs/webui/config_memoryinfo.md b/docs/webui/config_memoryinfo.md
new file mode 100644
index 0000000..a9393e2
--- /dev/null
+++ b/docs/webui/config_memoryinfo.md
@@ -0,0 +1,30 @@
+##Debugging - Memory Info Entries
+
+This tab displays various memory usage information useful for 
+debugging, it does not have any user configurable options.
+
+####Menu Bar/Buttons
+
+The following functions are available:
+
+Button     | Function
+-----------|---------
+**Help** | Display this help page.
+
+####Grid Items
+
+**Name**
+: Name of the object.
+
+**Size**
+: Current size of the object in bytes.
+
+**Peak size**
+: The largest size the object has reached.
+
+**Count of objects**
+: The current number of objects.
+
+**Peak count of objects**
+: The highest count of objects.
+