very true. ..fornation of these heapsumps results in out of memory exception ..we faced this kind of problem..very recently we closed idatacursor .now heapdumps issue is reduced to large extent..
no..we just closed idatacursor and vector array for all the javaservers....bcz that was. the one od the cauae forheapdump..bcz increaasing heapsize is. not a ideal choice all the times..if datasize is lsrge then we can go for that.....
Raj Kumar
What would be the impact if we not destroy the IData cursor
Tomas
if not destroyed then heapdumps ll get formed
Raj Kumar
tomasidn, do you mean that, if IDataCursor will not be destroyed then sometime somewhere it will cause java heap size issue ..
Srinik
Garbage collector will take care
Raj Kumar
srinik, without destroying the IDataCursor, how the eligible object (instance of IDataCursor) will become reachable object for garbage collector?
Tomas
very true. ..fornation of these heapsumps results in out of memory exception ..we faced this kind of problem..very recently we closed idatacursor .now heapdumps issue is reduced to large extent..
Raj Kumar
So, did u checked or did any change to server.sh file config data --> dataDump OutOfMemory=False and increased the heapsize ?
Tomas
no..we just closed idatacursor and vector array for all the javaservers....bcz that was. the one od the cauae forheapdump..bcz increaasing heapsize is. not a ideal choice all the times..if datasize is lsrge then we can go for that.....
Raj Kumar
Yes, we also approaching the same .. Thanks !
Tomas
its ok dear