Here is a patch for /src/freenet/node/rt/TreeRoutingTable.java it's still alchemy, but at least this should scale :) (If someone wants to fix this properly go ahead.)
98c98 < discard(routingStore.size() * 4 / maxNodes); --- > discard(routingStore.size() / 20);
