Disable by default memory checks during event loop
Regular checks, with a tunable frequency, of process memory were introduce as a first debug layer. However, they require calls to System::GetProcInfo which are particurarly heavy. Since by default this information is not used, it makes more sense to have it off.
Loading
Please register or sign in to comment