Description
As of now, our quota implementation in Process/Threads kernel subsystem is kind of mediocre and unfinished.
On Windows Ps relies on the memory manager to perform the actual quota charging or releasing onto a NT object whereas in ReactOS quota management is done solely in the process manager. In addition, the quota usage of a process during cleanup procedure never gets 0, another symptom of kernel inconsistency in the use of quotas.
This ticket serves as a remainder for me that I must take care of this in the future.