# Does Platform9 Support Enabling Kernel Parameter kernel.hung\_task\_panic?

## Problem

* The default kernel parameter *kernel.hung\_task\_panic* is set to 0 to ensure that the node does not panic. If *kernel.hung\_task\_panic* is enabled \[set to 1], then it causes the kernel to panic immediately when any of the kernel threads wait for more than the *kernel.hung\_task\_timeout\_secs* value.
* Does Platform9 change the default value for *kernel.hung\_task\_panic*?

## Environment

* Platform9 Managed Kubernetes - v5.4 and Higher

## Answer

Platform9 components are not having any dependency with the kernel parameter `kernel.hung_task_panic`. So enabling and disabling the `kernel.hung_task_panic` will depict its expected behavior, and no issues will be seen during the node onboarding process or during the cluster creation phase.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://platform9.com/kb/pmk/frequently-asked-questions/does-platform9-support-enabling-kernel-parameter-kernel-hung-tas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
