Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Swap partition size' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Swap partition size
Authored by: folkert on Aug 09, '04 03:19:15PM
swapfile0 64 MB
swapfile1 64 MB
swapfile2 128 MB
swapfile3 256 MB
swapfile4 512 MB
see my post in the other thread, this kind of pattern will use only 64+64+128+256 == 512MB on a one gig swap partition since the 512MB chunk will likely require just a little too much space. -folkert.

---
$ hexdump /mach_kernel|head -1
0000000 feed face 0000 0012 0000 0000 0000 0002


[ Reply to This | # ]

Swap partition size
Authored by: RiotNrrrd on Aug 10, '04 03:58:10AM
$ hexdump /mach_kernel|head -1
0000000 feed face 0000 0012 0000 0000 0000 0002
"hexdump -n 4 /mach_kernel" is much cleaner. :)

As for the main thread, use Swap_Relocator: here

Ignore all the n00b comments that claim it doesn't work in 10.3.x. It does.

[ Reply to This | # ]