* set resource observer to 1000MB

* transparent favicon

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5160 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 17 years ago
parent 1be24158a2
commit 73f233bb11

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

@ -32,9 +32,9 @@ import de.anomic.server.logging.serverLog;
import de.anomic.tools.diskUsage;
public final class ResourceObserver {
// The minimal free space on every used volume, for now set to 100 MB.
// The minimal free space on every used volume, for now set to 1000 MB.
// TODO make it configurable
private final static long MIN_FREE_DISK_SPACE = 100L /* MiB */ * 1024L * 1024L;
private final static long MIN_FREE_DISK_SPACE = 1000L /* MiB */ * 1024L * 1024L;
// Unknown for now
//private final static long MIN_FREE_MEMORY = 0;
// We are called with the cleanup job every five minutes;

Loading…
Cancel
Save