Enabled swap file support by default. I successfully built Haiku with

256 MB RAM, 1.5 GB swap, and "jam -j2", so it basically seems to do its
job alright.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27233 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-08-29 13:48:55 +00:00
parent aa868cf6c1
commit 1d059a02b9

View File

@ -31,7 +31,7 @@
//#define DEBUG_CACHE_LIST 1
// uncomment to build in swap support
//#define ENABLE_SWAP_SUPPORT 1
#define ENABLE_SWAP_SUPPORT 1
#ifdef __cplusplus