Direct ByteBuffers,
I had the following line of code at my nio code, i had it nulled later, and at the start of my method it was installed again, i had forget it to inside a method, it is now on global area, it made my VM to collect garbage a bit less than 1M a second, sometimes it stopped the garbage collection, but started again later, i noticed the problem when my memory was running out, my VM still takes a small rise on memory requirements at times, but it is not that heavy problem anymore, my JAVA seems to take a some what a 109m currently, i keep my program running next nigth and check again tomorrow, thanks for pointing me this bytebuffer, i would not had found this line alone, thanks ..
1
| ByteBuffer buf = ByteBuffer.allocateDirect ( 2048 ) ; |