Thanks for your response.
So if got it clear JVM does not starts gc when physical memory limit is reached. Thats actualy my question is. Its little hard to use System.gc because I can hardly say when I need to start it while I am sending objects via network in some encoded format. Object size...
Yes but my question is if GC will be invoked after physical free memory is no available. Situation is that I have created plenty of temporary objects in the loop. I explicitly null in the loop so they can be collected by GC. But The problem is (or may be) that I set Max Heap size of JVM to 25 Mb...
Hi,
My question is about Garbage Collector invoking. Ash far as I know Garbage collector implicitly is invoked when it reaches maximum heap size assigned to the JVM. Lets say if I have
java -Xmx25m Blabla
So when JVM memory usage will reach 25M it will not be able to create more objects and...
Yes I do send to connected socket. I have send messages 500 times and it was sucesfuul and then it started fail to send it. But It happened only once or twice, when machine load was high
Hi,
I am very new in socket programing on Unix. The problem is that it seems that send function is not setting a errno on Solaris machine or I got it wrong.
well I have
...
trace("DEBUG 0 Number of bytes returned :%d", errno);
begin = 0
while (send_len > (cur_sent =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.