1 2 3 4 5 6 7
if([UIDevice currentDevice].availableMemory > 10) {
	// Proceed as normal
} else {
	// Throw a UIAlertView warning the user
}