app :: App :: low_memory
Try to reduce your memory use.
	# Notification from the Android framework, the system is running low on memory
	#
	# Try to reduce your memory use.
	fun low_memory do force_garbage_collection
					lib/android/native_app_glue.nit:209,2--212,43