Limit Memory Allocation

Started by shreyaskondaveeti, November 08, 2024, 02:20:42 PM

Previous topic - Next topic

shreyaskondaveeti

Is there currently any method to limit the amount of memory a process is assigned? As in the Memory(commit size) or Memory(private bytes) as they are called in Process Lasso?

Currently I know that while it is achievable with JobObjects or ProcessGovernor, it requires me to do it manually everytime I want to change how much memory a program has committed to it.

Is it possible to do the same in Process Lasso, and if so, how?

If not, could this please be considered as a future feature in Process Lasso. Ergo, something like automatically changing how much memory is allocated/committed to a process.

More information can be provided if necessary.