Making more memory available to application?Im making a memory intense application, the application

Y

yosh

then the program clones a part of that image into a new image... this takes up alot of memory
i have everything i can .disposed as soon as possible, but i need to have the source image open
all the time since the copy process goes to a number of output images wich is saved and disposed of
after the clone process...

but the program always seem to crash in outofmemory exceptions even tho theres alot of swap available...
i have 512 in ram and 4096mb fixed swap....

how can i make my application use swapspace if its running out of normal memory ???

Any suggestions at all is appriciated, thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top