Hi
I have a simple dialog based application, which tries to allocate huge amt of memory say 400 mb (in a 1 gb ram machine ) the allocation fails. The allocation is done in a worker thread. If i try to allocate more than for what it fails in the main thread its fine.
Is there any limit on allocation that i can do in a worker thread???
shashi
