*) less confusing memory-table

*) fixed partly wrong build.xml

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3166 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
auron_x 18 years ago
parent 0336480a3e
commit b6112ae625

@ -638,7 +638,7 @@
<pathelement location="${build}"/> <pathelement location="${build}"/>
<pathelement location="${htroot}"/> <pathelement location="${htroot}"/>
<pathelement location="${lib}/commons-collections.jar" /> <pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" /> <pathelement location="${lib}/commons-pool.jar" />
<pathelement location="${libx}" /> <pathelement location="${libx}" />
<fileset dir="${libx}" includes="**/*.jar" /> <fileset dir="${libx}" includes="**/*.jar" />
</classpath> </classpath>
@ -658,7 +658,7 @@
<pathelement location="${build}"/> <pathelement location="${build}"/>
<pathelement location="${htroot}"/> <pathelement location="${htroot}"/>
<pathelement location="${lib}/commons-collections.jar" /> <pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" /> <pathelement location="${lib}/commons-pool.jar" />
<pathelement location="${libx}" /> <pathelement location="${libx}" />
<fileset dir="${libx}" includes="**/*.jar" /> <fileset dir="${libx}" includes="**/*.jar" />
</classpath> </classpath>
@ -673,7 +673,7 @@
<pathelement location="${build}"/> <pathelement location="${build}"/>
<pathelement location="${htroot}"/> <pathelement location="${htroot}"/>
<pathelement location="${lib}/commons-collections.jar" /> <pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" /> <pathelement location="${lib}/commons-pool.jar" />
<pathelement location="${libx}" /> <pathelement location="${libx}" />
<fileset dir="${libx}" includes="**/*.jar" /> <fileset dir="${libx}" includes="**/*.jar" />
</classpath> </classpath>
@ -692,7 +692,7 @@
<pathelement location="${build}"/> <pathelement location="${build}"/>
<pathelement location="${htroot}"/> <pathelement location="${htroot}"/>
<pathelement location="${lib}/commons-collections.jar" /> <pathelement location="${lib}/commons-collections.jar" />
<pathelement location="${lib}/commons-pool-1.2.jar" /> <pathelement location="${lib}/commons-pool.jar" />
<pathelement location="${libx}" /> <pathelement location="${libx}" />
<fileset dir="${libx}" includes="**/*.jar" /> <fileset dir="${libx}" includes="**/*.jar" />
</classpath> </classpath>

@ -9,7 +9,7 @@
#%env/templates/submenuPerformance.template%# #%env/templates/submenuPerformance.template%#
<h2>Performance Settings for Memory</h2> <h2>Performance Settings for Memory</h2>
<p><strong>Memory Usage:</strong></p> <p><strong>Memory Usage:</strong></p>
<form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">
<tr class="TableHeader" valign="bottom"> <tr class="TableHeader" valign="bottom">
<td>&nbsp;<br />Type</td> <td>&nbsp;<br />Type</td>
@ -17,13 +17,11 @@
<td>After Initializations<br />before GC</td> <td>After Initializations<br />before GC</td>
<td>After Initializations<br />after GC</td> <td>After Initializations<br />after GC</td>
<td>Now<br />#(gc)#before <a href="PerformanceMemory_p.html?gc=">GC</a>::after GC#(/gc)#</td> <td>Now<br />#(gc)#before <a href="PerformanceMemory_p.html?gc=">GC</a>::after GC#(/gc)#</td>
<td>Next<br />Startup</td>
<td>Description<br />&nbsp;</td> <td>Description<br />&nbsp;</td>
</tr> </tr>
<tr class="TableCellDark"> <tr class="TableCellDark">
<td class="TableHeader" align="left">Max</td> <td class="TableHeader" align="left">Max</td>
<td align="center" colspan="4">#[memoryMax]# MByte</td> <td align="center" colspan="4">#[memoryMax]# MByte</td>
<td align="right"><input name="Xmx" type="text" size="4" maxlength="4" value="#[Xmx]#" /><br />MByte</td>
<td align="left">maximum memory that the JVM will attempt to use</td> <td align="left">maximum memory that the JVM will attempt to use</td>
</tr> </tr>
<tr class="TableCellDark"> <tr class="TableCellDark">
@ -32,7 +30,6 @@
<td align="right">#[memoryAvailAfterInitBGC]# MByte</td> <td align="right">#[memoryAvailAfterInitBGC]# MByte</td>
<td align="right">#[memoryAvailAfterInitAGC]# MByte</td> <td align="right">#[memoryAvailAfterInitAGC]# MByte</td>
<td align="right">#[memoryAvailNow]# MByte</td> <td align="right">#[memoryAvailNow]# MByte</td>
<td align="right">&nbsp;<br />&nbsp;</td>
<td align="left">total available memory including free for the JVM within maximum</td> <td align="left">total available memory including free for the JVM within maximum</td>
</tr> </tr>
<tr class="TableCellDark"> <tr class="TableCellDark">
@ -41,7 +38,6 @@
<td align="right">#[memoryTotalAfterInitBGC]# KByte</td> <td align="right">#[memoryTotalAfterInitBGC]# KByte</td>
<td align="right">#[memoryTotalAfterInitAGC]# KByte</td> <td align="right">#[memoryTotalAfterInitAGC]# KByte</td>
<td align="right">#[memoryTotalNow]# MByte</td> <td align="right">#[memoryTotalNow]# MByte</td>
<td align="right"><input name="Xms" type="text" size="4" maxlength="4" value="#[Xms]#" /><br />MByte</td>
<td align="left">total memory taken from the OS</td> <td align="left">total memory taken from the OS</td>
</tr> </tr>
<tr class="TableCellDark"> <tr class="TableCellDark">
@ -50,7 +46,6 @@
<td align="right">#[memoryFreeAfterInitBGC]# KByte</td> <td align="right">#[memoryFreeAfterInitBGC]# KByte</td>
<td align="right">#[memoryFreeAfterInitAGC]# KByte</td> <td align="right">#[memoryFreeAfterInitAGC]# KByte</td>
<td align="right">#[memoryFreeNow]# MByte</td> <td align="right">#[memoryFreeNow]# MByte</td>
<td align="right">&nbsp;<br />&nbsp;</td>
<td align="left">free memory in the JVM within total amount</td> <td align="left">free memory in the JVM within total amount</td>
</tr> </tr>
<tr class="TableCellDark"> <tr class="TableCellDark">
@ -59,16 +54,24 @@
<td align="right">#[memoryUsedAfterInitBGC]# KByte</td> <td align="right">#[memoryUsedAfterInitBGC]# KByte</td>
<td align="right">#[memoryUsedAfterInitAGC]# KByte</td> <td align="right">#[memoryUsedAfterInitAGC]# KByte</td>
<td align="right">#[memoryUsedNow]# MByte</td> <td align="right">#[memoryUsedNow]# MByte</td>
<td align="right">&nbsp;<br />&nbsp;</td>
<td align="left">used memory in the JVM within total amount</td> <td align="left">used memory in the JVM within total amount</td>
</tr> </tr>
<tr class="TableCellLight">
<td align="right" colspan="5">Re-Configuration of Startup Paramenters: </td>
<td align="right"><input type="submit" name="setStartup" value="Set" /></td>
<td align="left">Changes take effect after <strong>re-start</strong> of YaCy</td>
</tr>
</table> </table>
<form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Memory Settings</legend>
<dl>
<dt>Maximum used memory</dt>
<dd><input name="Xmx" type="text" size="4" maxlength="4" value="#[Xmx]#" /> MByte</dd>
<dt>Minimal used memory</dt>
<dd><input name="Xms" type="text" size="4" maxlength="4" value="#[Xms]#" /> MByte</dd>
<dt><input type="submit" name="setStartup" value="Set" /></dt>
<dd>Changes take effect after <strong>restart</strong> of YaCy</dd>
</dl>
</fieldset>
</form> </form>
<p><strong>RAM Cache for Database Files:</strong></p> <p><strong>RAM Cache for Database Files:</strong></p>
<form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data"> <form action="PerformanceMemory_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellpadding="2" cellspacing="1"> <table border="0" cellpadding="2" cellspacing="1">

Loading…
Cancel
Save