Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159436063
D27858.id81396.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
D27858.id81396.diff
View Options
Index: sys/kern/kern_rctl.c
===================================================================
--- sys/kern/kern_rctl.c
+++ sys/kern/kern_rctl.c
@@ -600,6 +600,11 @@
if (p->p_state != PRS_NORMAL)
continue;
+ if (rule->rr_amount == 0) {
+ racct_proc_throttle(p, rctl_throttle_max);
+ continue;
+ }
+
/*
* Make the process sleep for a fraction of second
* proportional to the ratio of process' resource
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 15, 2:00 AM (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33962438
Default Alt Text
D27858.id81396.diff (437 B)
Attached To
Mode
D27858: rctl(4): support throttling resource usage to 0
Attached
Detach File
Event Timeline
Log In to Comment