diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-31 01:15:35 +0200 |
| commit | 656e2ce62ac0667e700dab8cb12fbe476ce2c7b7 (patch) | |
| tree | b7098c5deaf1afeb0713e80b5256bb6c8d37a95c /htroot/PerformanceMemory_p.html | |
| parent | e11504309fb7f21a492598d17d6ccbc5c56faf33 (diff) | |
replacing direct html table cellspacing with css set-up for cellspacing
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
| -rw-r--r-- | htroot/PerformanceMemory_p.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html index 4e7edf4af..43f150785 100644 --- a/htroot/PerformanceMemory_p.html +++ b/htroot/PerformanceMemory_p.html @@ -34,7 +34,7 @@ </p></form>
<p><strong>Memory Usage:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td> <br />Type</td>
<td>After Startup<br /> </td>
@@ -83,7 +83,7 @@ </table>
<p><strong>Solr Resources:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td>Class</td>
<td>Type</td>
@@ -106,7 +106,7 @@ </table>
<p><strong>Table RAM Index:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td rowspan="2">Table</td>
<td rowspan="2">Size</td>
@@ -135,7 +135,7 @@ </table>
<p><strong>Object Index Caches:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td>Table</td>
<td>Size</td>
@@ -159,7 +159,7 @@ </table>
<p><strong>Object Read Caches:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td></td>
<td colspan="9">Read Hit Cache</td>
@@ -216,7 +216,7 @@ <!-- other cache sizes -->
<p><strong>Other Caching Structures:</strong></p>
- <table border="0" cellpadding="2" cellspacing="1">
+ <table border="0">
<tr class="TableHeader" valign="bottom">
<td>Type</td>
<td>Size</td>
|
