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

  • Thread starter Thread starter yosh
  • Start date Start date
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!
 
Back
Top