Executes the garbage collector.
1 system.gc
<system.gc />
Example
Activate the garbage collector.
Copy
<xsql-script name='system_gc_sample1'> <body> <system.gc /> </body> </xsql-script>