To view parent comment, click here.
To read all comments associated with this story, please click here.
Well, if you ABSOLUTELY NEED that poorly written program, then you will need to satisfy its "needs." You will need to experiment or research to find out how much swap space for which the thing is checking.
Regardless, I agree with BiPolar completely, file a bug report or use a different program, if possible.
--The loon
Just wirte a little script (read the manual pages of dd, mkswap, swapon) that adds a swapfile to a partition of your choice, e. g. /home or /opt, for the application and cleans up after you exit the application (check swapoff and rm).
This will increase your application's start-up time significantly if the swapfile is very huge, i. e. hundreds of GB, but satisfy the app's requirements. After you have done that, send the script and a bug report to the programmers of the app and tell them that a userspace application has no business poking its nose into memory management 






Member since:
2006-12-18
Hmm, I can agree with your reasonings, but how is it with applikations that "requires" a pagefile(windows terminology)? _If_ you had 32GB of RAM and you use an app that is not going to install or whatever if you do not have a swapspace, what you recomend then?