#lang racket (collect-garbage) ; This function forces a garbage collection (current-memory-use) ;Gives an estimate on the memory use based on the last garbage collection (custodian-require-memory ) ; Registers a check on required memory for the ; If amount of bytes can't be reached, is shutdown (custodian-limit-memory ) ; Register a limit on memory for the