Thread: System crashes
View Single Post
 
Old 10-21-2008, 08:57 PM
Puttabong's Avatar
Puttabong Puttabong is offline
 
Join Date: Jan 2008
Location: South Korea
Posts: 933
Hi,

Add this kernel flag to your boot.plist to force 3GB:

maxmem=3072

Code:
sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
<key>Kernel Flags</key>
<string>maxmem=3072</string>
Reply With Quote