Add memory diagnostics and optimize PSRAM usage

This commit is contained in:
2026-08-25 11:08:02 +02:00
parent f6a275c543
commit d779fb046e
7 changed files with 106 additions and 14 deletions
+4
View File
@@ -94,6 +94,10 @@ static int show_status(bool sessions_only)
esp_err_to_name(username_error));
}
printf("Admission: shell/PTY only; exec, subsystem, forwarding, SCP, and SFTP disabled\n");
printf("Owner task: core=%" PRId32 " stack=%" PRIu32
" minimum-free=%" PRIu32 " bytes\n",
snapshot.task_core_id, snapshot.task_stack_size,
snapshot.task_stack_free_minimum);
}
return print_sessions(&snapshot);
}