So KSP actually 'USES' very little memory, it simply 'ALLOCATES' too much, that's the infamous 'memory leak' issue, though there were numerous memory leaks,the issue most describe is simply excessive allocation,where RAM usage inflates rediculously while in game or during start, an actuall memory leak is where an application uses more & more & more RAM non-stop until an eventual crash,the AHK script below is my solution to excessive allocation,this simple script is meant to be run Persis