*/ public array $persistentServices = [ 'autoloader', 'locator', 'exceptions', 'commands', 'codeigniter', 'superglobals', 'routes', 'cache', ]; /** * Force Garbage Collection * * Whether to force garbage collection after each request. * Helps prevent memory leaks at a small performance cost. */ public bool $forceGarbageCollection = true; }