level | Specify the level. Specifying clIdle does the same thing as compacting when the system is idle (the system is relatively idle). In the current version, garbage collection of TJS2 is performed. If clDeactivate is specified, the same processing as compacting performed when Kirikiri becomes inactive (when another application is activated) is performed. In the current version, the temporary image buffer for layer operations, the layer cache, the segment (storage fragment) cache of the XP3 archive, and the cache of the automatic search path are cleared. Specifying clMinimize performs the same processing as compaction performed when Kirikiri is minimized. In the current version, the drawing character cache and image cache are cleared. Specifying clAll performs all of the above compactions. The level of compaction increases in the order of clIdle < clDeactivate < clMinimize < clAll. If you specify a higher level, it also compacts at the lower level. For example, if you execute clDeactivate, the process with clIdle is also executed. If the argument is omitted, clAll is assumed. |