I am getting the following exception each time something arrives from Freenet. I have 
java memory set up to 192 mbyte, and it is not even close using it up.

 (freenet.transport.ReadSelectorLoop,  read interface thread, NORMAL): Unexpected 
throwable reading data for [EMAIL PROTECTED]: java.lang.OutOfMemoryError
java.lang.OutOfMemoryError
        at java.nio.Bits.reserveMemory(Bits.java:618)
        at java.nio.DirectByteBuffer.<init>(DirectByteBuffer.java:95)
        at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:285)
        at sun.nio.ch.Util.getTemporaryDirectBuffer(Util.java:54)
        at sun.nio.ch.IOUtil.read(IOUtil.java:205)
        at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
        at 
freenet.transport.ReadSelectorLoop.inspectChannels(ReadSelectorLoop.java:225)
        at freenet.transport.AbstractSelectorLoop.loop(AbstractSelectorLoop.java:468)
        at freenet.transport.ReadSelectorLoop.run(ReadSelectorLoop.java:388)
        at java.lang.Thread.run(Thread.java:534)

The environment:

Architecture and Operating System
Architecture i386
Available processors 1
Operating System Linux
OS Version 2.4.18
Java Virtual Machine
JVM Vendor Sun Microsystems Inc.
JVM Name Java HotSpot(TM) Client VM
JVM Version 1.4.2-b28
Memory Allocation
Maximum memory the JVM will allocate 195,136 KiB
Memory currently allocated by the JVM 30,568 KiB
Memory in use 14,564,360 Bytes
Estimated memory used by logger None
Unused allocated memory 16,735,376 Bytes

It is a Debian box.

If I look at node versions in RT, it looks like that most users stick to an older 
version (598), because the one you are calling stable is not very stable sometimes. I 
know it can't be made stable without testing, so I am testing it. 5003 DNFs rather 
randomly, around 10 % of requests. Or so I think like that.
_______________________________________________
devl mailing list
[EMAIL PROTECTED]
http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl

Reply via email to