Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.13 KB

ProcessLimit1.md

File metadata and controls

32 lines (24 loc) · 1.13 KB

Process Limit 1

ProcessLimit features are deprecated.

ProcessLimit1 and ProcessLimit2 are sandbox settings in Sandboxie Ini. They limit the maximum number of processes that Sandboxie allows in the sandbox at the same time.

   .
   .
   .
   [DefaultBox]
   ProcessLimit1=100
   ProcessLimit2=200

ProcessLimit1: Once the sandbox has more than X programs at the same time, each new program will be delayed for ten seconds before it starts to run. X is the number specified in ProcessLimit1. The length of the delay, ten seconds, is not configurable.

ProcessLimit2: Once the sandbox has more than Y programs at the same time, each new program will be immediately terminated. Y is the number specified in ProcessLimit2.

The default numbers are 100 and 200 as mentioned above. ProcessLimit2 cannot be smaller than ProcessLimit1.

Creative values can turn off one or both modes. For example,

	ProcessLimit2=999999

will effectively disable the termination feature. On the other hand,

	ProcessLimit1=50
	ProcessLimit2=50

will effectively disable the delaying feature.