Fixing a tag that breaks mvn site and image locations (Misty Stanley-Jones)

This commit is contained in:
Jean-Daniel Cryans 2014-08-10 18:35:45 -04:00
parent 12d4a42e71
commit bdf9c35d00
2 changed files with 2 additions and 2 deletions

View File

@ -790,7 +790,7 @@
</dependencies> </dependencies>
<configuration> <configuration>
<highlightSource>1</highlightSource> <highlightSource>1</highlightSource>
<imgSrcPath>${basedir}/src/main/site/resources/images/</imgSrcPath> <imgSrcPath>images/</imgSrcPath>
<sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory> <sourceDirectory>${basedir}/src/main/docbkx</sourceDirectory>
<xincludeSupported>true</xincludeSupported> <xincludeSupported>true</xincludeSupported>
<useIdAsFilename>true</useIdAsFilename> <useIdAsFilename>true</useIdAsFilename>

View File

@ -2282,7 +2282,7 @@ rs.close();
</para> </para>
<para>You can see how much memory -- onheap and offheap/direct -- a RegionServer is configured to use <para>You can see how much memory -- onheap and offheap/direct -- a RegionServer is configured to use
and how much it is using at any one time by looking at the and how much it is using at any one time by looking at the
<emp hasis>Server Metrics: Memory</emphasis> tab in the UI. <emphasis>Server Metrics: Memory</emphasis> tab in the UI.
It can also be gotten via JMX. In particular the direct It can also be gotten via JMX. In particular the direct
memory currently used by the server can be found on the memory currently used by the server can be found on the
<varname>java.nio.type=BufferPool,name=direct</varname> <varname>java.nio.type=BufferPool,name=direct</varname>