summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-06-11 09:09:22 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-06-11 09:09:22 +0000
commitac772d4ef092fca23297bd04005dec7e3f7fa652 (patch)
tree7b9f18a35675780769a0605df72798769d5e59ce /htroot/PerformanceMemory_p.html
parentec36174b7f31b52998d8e8a6876d3e6c61ab0413 (diff)
more RAM for our powerusers ;-)
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2195 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index fcad249cb..2390c642d 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -26,7 +26,7 @@
<tr class="TableCellDark">
<td class="TableHeader" align="left">Max</td>
<td class="small" align="center" colspan="4">#[memoryMax]# MByte</td>
-<td class="small" align="right"><input name="Xmx" type="text" align="right" size="3" maxlength="3" value="#[Xmx]#"><br>MByte</td>
+<td class="small" align="right"><input name="Xmx" type="text" align="right" size="4" maxlength="4" value="#[Xmx]#"><br>MByte</td>
<td class="small" align="left">maximum memory that the JVM will attempt to use</td>
</tr>
<tr class="TableCellDark">
@@ -44,7 +44,7 @@
<td class="small" align="right">#[memoryTotalAfterInitBGC]# KByte</td>
<td class="small" align="right">#[memoryTotalAfterInitAGC]# KByte</td>
<td class="small" align="right">#[memoryTotalNow]# MByte</td>
-<td class="small" align="right"><input name="Xms" type="text" align="right" size="3" maxlength="3" value="#[Xms]#"><br>MByte</td>
+<td class="small" align="right"><input name="Xms" type="text" align="right" size="4" maxlength="4" value="#[Xms]#"><br>MByte</td>
<td class="small" align="left">total memory taken from the OS</td>
</tr>
<tr class="TableCellDark">