Re: Report swap file total/free sizes to be the same as physical memory
16 Aug
2005
16 Aug
'05
3:07 p.m.
Hi, On Tue, Aug 16, 2005 at 11:49:34PM +0900, Dmitry Timoshkov wrote: + /* Project2k refuses to start if it sees less than 1Mb of free swap */ + if (lpmemex->ullTotalPageFile < lpmemex->ullTotalPhys) + lpmemex->ullTotalPageFile = lpmemex->ullTotalPhys; + if (lpmemex->ullAvailPageFile < lpmemex->ullAvailPhys) + lpmemex->ullAvailPageFile = lpmemex->ullAvailPhys; 1 mega*bit* sounds a "bit" small... Andreas Mohr
7424
Age (days ago)
7424
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andreas Mohr