-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Is it a good idea to make
Line 64 in 22470c4
| let status = if memory_info.available_ram_percent <= 15 { |
I personally have a pc that's very constrained on resource so I'm using bustd with that setting changed to 5, or else the killing of process happens earlier that I want. But my pc is old so I don't know how frequent this use-case is.
One obvious problem of making it configurable , is if the user sets a value like 100% it might theoretically kill all his session? maybe there should a be an acceptable range.
vrmiguel and capezotte
Metadata
Metadata
Assignees
Labels
No labels