We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d6639 commit bbd6f06Copy full SHA for bbd6f06
src/runtime/linux.rs
@@ -310,6 +310,10 @@ pub struct LinuxMemory {
310
#[serde(skip_serializing_if = "Option::is_none")]
311
/// Enables hierarchical memory accounting
312
use_hierarchy: Option<bool>,
313
+
314
+ #[serde(skip_serializing_if = "Option::is_none")]
315
+ /// Enables checking if a new memory limit is lower
316
+ check_before_update: Option<bool>,
317
}
318
319
#[derive(
0 commit comments