I have a program that requires a lot of memory. So much that the malloc fails as the system goes out of memory.
I don't care if the overhead for swapping pages in and out of the disk is too high - I just want the program to run. So, is it possible that by sufficiently increasing the swap partition size the out-of-memory error can be prevented by effectively making more memory is available?