Type Boolean Library composer.* Return value none Revision Release 2024.3703 Keywords composer, scene, recycle, recycleOnLowMemory See also composer.removeScene()
If the OS issues a low memory warning, Composer will automatically recycle the scene used least recently (that scene's self.view
will be removed). If you prefer to disable false
. Default is true
.
composer.recycleOnLowMemory
-- Turn off auto-recycle on low memory (recommended only for advanced situations) composer.recycleOnLowMemory = false