Full garbage collection on a BlackBerry device
The full garbage collection operation executes for 1 second on average and should take less than 2 seconds to complete. The full garbage collection operation performs the following actions:
- It performs a RAM garbage collection operation.
- It marks objects in flash memory that are no longer referenced or no longer persisted.
- It releases any nonpersistent object handles in RAM and flash memory.
The system might initiate a full garbage collection operation in the following situations:
Parent topic: Garbage collection on a BlackBerry device