| Name | cleanmem |
| Object | system |
| Input | None |
| Related Tags | <util.ram_free> How much RAM is unused but available on the server, in bytes (free memory).
|
| Description | Suggests to the internal systems that it's a good time to clean the memory.
Does NOT force a memory cleaning. This should generally not be used unless you have a very good specific reason to use it. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/tags/core/UtilTagBase.java#L1064 |