BARE_OS_SHELL_STREAMING=1, BARE_OS_SHELL_STREAMING_MULT=2, BARE_OS_PIPELINE_MAX_BYTES (512 MiB), and BARE_OS_PIPELINE_MAX_LINES (2M) so the high-throughput ~512 MiB burst profile does not require pre-launch exports. Align getconf Tier-1 statics with those bases; note legacy rc.profile exports; refresh handbook, environment appendix, cookbook, and bare-os-booter CHANGELOG.
16 lines
563 B
JSON
16 lines
563 B
JSON
{
|
|
"name": "kernel-doctor",
|
|
"section": 1,
|
|
"title": "kernel-doctor",
|
|
"synopsis": [
|
|
"kernel-doctor [OPTION]... [OPERAND]..."
|
|
],
|
|
"description": "Prints a non-secret guest snapshot. With --json, includes /proc JSON (e.g. resources.pipeline: effective maxBytes/maxLines plus absCapBytes/absCapLines ceilings, baseMax*, streamingEnabled) and envHints for select BARE_OS_* keys (including pipeline tunables). See packages/bare-os-coreutils/src/kernel-doctor.js.",
|
|
"options": [],
|
|
"keywords": [
|
|
"kernel-doctor",
|
|
"bare-os",
|
|
"coreutils"
|
|
]
|
|
}
|