Limit the number of processes per sandbox #1230
Labels
Feature Request
New feature or idea
Status: Added in Next Build
Added in the next Sandboxie version
Type: Documentation
Improvements or additions to documentation
Is your feature request related to a problem? Please describe.
Version 0.9.7 is going to remove a technical limitation I am going to quote from the changelog
fixed a design issue limiting the maximal amount of processes in one box to 511
and once Sandboxie had a feature to terminate processes in a sandbox https://sandboxie-plus.com/sandboxie/processlimit1/ which can be useful to prevent resource exhaustion.Right now a process can spawn quite unlimited other processes in a sandbox, which can lead to resources being occupied, mainly RAM and CPU, what would not be desired in all instances, when a program malfunctions and spawns processes erroneously.
While it appears difficult to monitor CPU usage and RAM usage and set boundaries for those, counting processes appears rather easier.
Describe the solution you'd like
Mainly for Sandboxie to do something when processes in a sandbox get above a certain threshold that is defined per sandbox. This can be terminating newly spawned processes in the box, this can be terminating all processes, in the best case per user defined behavior.
The original feature had two values, which might not be required, as I am not sure if delaying the creation of new processes would be helpful, but certainly that could be an option, if that is considered to be useful.
The text was updated successfully, but these errors were encountered: