summaryrefslogtreecommitdiff
path: root/htroot/Performance_p.html
diff options
context:
space:
mode:
authorlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-02 20:38:01 +0000
committerlotus <lotus@6c8d7289-2bf4-0310-a012-ef5d649a1542>2011-01-02 20:38:01 +0000
commitb1484299b244a2cd847cae3997c319d88570d19d (patch)
tree2fe0f5ae5a22a7440d9bfc816d02a90a4565af8a /htroot/Performance_p.html
parent621e17607147fea0aa56f23cdb68bd4e407a8fe1 (diff)
same units for memory observer configuration (MiB)
old setting for DHT (RAM) will be lost after update can be set on /Performance_p.html git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7418 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Performance_p.html')
-rw-r--r--htroot/Performance_p.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index a9dd52e10..9aa8fd267 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -45,7 +45,7 @@
<dd>disable crawls below <input name="diskFree" id="diskFree" type="text" size="4" value="#[diskFree]#" /> MiB free space,<br/>
disable DHT-in below <input name="diskFreeHardlimit" id="diskFreeHardlimit" type="text" size="4" value="#[diskFreeHardlimit]#" /> MiB free space</dd>
<dt><label for="memoryAcceptDHT">RAM</label></dt>
- <dd>disable DHT-in below <input name="memoryAcceptDHT" id="memoryAcceptDHT" type="text" size="4" value="#[memoryAcceptDHT]#" /> KiB free space</dd>
+ <dd>disable DHT-in below <input name="memoryAcceptDHT" id="memoryAcceptDHT" type="text" size="4" value="#[memoryAcceptDHT]#" /> MiB free space</dd>
<dt>&nbsp;</dt>
<dd><input type="submit" name="setObserver" value="Save" /></dd>
</dl>