summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2020-11-22 23:02:49 +0100
committerMichael Peter Christen <mc@yacy.net>2020-11-22 23:02:49 +0100
commitd7b2d82faadb0344afb8ba6afb388d8bb7566870 (patch)
tree8e8737e965a2282edfb81e3e8cbae99560df2926 /htroot/PerformanceMemory_p.html
parent3431f91db982dc29ee0979d783adefa583d2684b (diff)
showing MB instead of KB in PerformanceMemory
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index d6e603ef8..e27c1bb6a 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -61,25 +61,25 @@
</tr>
<tr class="TableCellLight">
<th scope="row" class="TableCellDark" style="text-align:left;">Total</th>
- <td style="text-align:right;">#[memoryTotalAfterStartup]# KByte</td>
- <td style="text-align:right;">#[memoryTotalAfterInitBGC]# KByte</td>
- <td style="text-align:right;">#[memoryTotalAfterInitAGC]# KByte</td>
+ <td style="text-align:right;">#[memoryTotalAfterStartup]# MByte</td>
+ <td style="text-align:right;">#[memoryTotalAfterInitBGC]# MByte</td>
+ <td style="text-align:right;">#[memoryTotalAfterInitAGC]# MByte</td>
<td style="text-align:right;">#[memoryTotalNow]# MByte</td>
<td style="text-align:left;">total memory taken from the OS</td>
</tr>
<tr class="TableCellLight">
<th scope="row" class="TableCellDark" style="text-align:left;">Free</th>
- <td style="text-align:right;">#[memoryFreeAfterStartup]# KByte</td>
- <td style="text-align:right;">#[memoryFreeAfterInitBGC]# KByte</td>
- <td style="text-align:right;">#[memoryFreeAfterInitAGC]# KByte</td>
+ <td style="text-align:right;">#[memoryFreeAfterStartup]# MByte</td>
+ <td style="text-align:right;">#[memoryFreeAfterInitBGC]# MByte</td>
+ <td style="text-align:right;">#[memoryFreeAfterInitAGC]# MByte</td>
<td style="text-align:right;">#[memoryFreeNow]# MByte</td>
<td style="text-align:left;">free memory in the JVM within total amount</td>
</tr>
<tr class="TableCellLight">
<th scope="row" class="TableCellDark" style="text-align:left;">Used</th>
- <td style="text-align:right;">#[memoryUsedAfterStartup]# KByte</td>
- <td style="text-align:right;">#[memoryUsedAfterInitBGC]# KByte</td>
- <td style="text-align:right;">#[memoryUsedAfterInitAGC]# KByte</td>
+ <td style="text-align:right;">#[memoryUsedAfterStartup]# MByte</td>
+ <td style="text-align:right;">#[memoryUsedAfterInitBGC]# MByte</td>
+ <td style="text-align:right;">#[memoryUsedAfterInitAGC]# MByte</td>
<td style="text-align:right;">#[memoryUsedNow]# MByte</td>
<td style="text-align:left;">used memory in the JVM within total amount</td>
</tr>