How to destroy the page without using the lazyDestroy?

As we are not allowed to configure the Platform settings. Platform settings maybe configured by the Operator .
Is there any way to remove the page from memory?

The important thing is just calling stage.gc() to clean up memory. You could do that in the new pages after it finishes loading.