diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-06 22:43:32 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2007-03-06 22:43:32 +0000 |
| commit | 1cba31de43238eca646a666b73380baf094a1431 (patch) | |
| tree | 95ed838c5dc3dc40d015a8ed34d9d896b005ff32 /htroot/Status.html | |
| parent | e934c5b09be85684e47dbdc5dd937249d4e159f6 (diff) | |
redesigned ram organization for database caches
- each cache can now allocate as much memory as is available
- no more fixed limits
- replaced old performance memory monitor by new one
- added supervision methods as static functions into the classes that provide cache functionality
- steering of ram allocation is done with two simple limits that are ram availability-relative
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3434 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Status.html')
| -rw-r--r-- | htroot/Status.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/htroot/Status.html b/htroot/Status.html index 138fc5616..89abdffc0 100644 --- a/htroot/Status.html +++ b/htroot/Status.html @@ -12,7 +12,8 @@ <p>Welcome to YaCy!</p>
<form action="Steering.html" method="get" class="PeerControl">
- <fieldset>#(restartEnabled)#::
+ <fieldset>
+ #(restartEnabled)#::
<button type="submit" name="restart" value="Restart">
<img src="/env/grafics/lock.gif" alt="Only the administrator may restart this peer" />
Restart
|
