Tagged Questions

0
votes
1answer
57 views

OutOfMemoryException during remote method call

Hi, Iam getting OutOfMemoryException while making remote method call. "RemoteEntity.SetLocalStore(DATASET);" passed value is dataset. Note Size of dataset is 38mb Envoirment c# VS2008 Thanks …
1
vote
4answers
411 views

JVM throws OutOfMemory during gc though there are plenty memory left…

I have my java application configured to use 5G memory. I got an OutOfMemory out of blue. I inspected the gc log and found plenty of memory left: young generation occupies 4% allocated space, tenure …
1
vote
1answer
2k views

IBM Websphere on Windows- OutOfMemoryError: Failed to create a thread

I have a J2EE application running on an IBM Websphere Application Server on a Windows Operating System. Occasionally I see an OutOfMemoryError Exception with the following information in the javacore …