Skip to content

Conversation

@daKmoR
Copy link
Contributor

@daKmoR daKmoR commented Nov 22, 2025

On SAT1 PCB Dev Kit, hardcoded 4096-byte stack caused overflows after minutes when running alongside other tasks. Increasing to 8192 fixed it.

Changes:

  • Added LK_ENGINE_TASK_STACK_SIZE (default 4096).
  • Use CONFIG_LK_ENGINE_TASK_STACK_SIZE in xTaskCreate.

Tested stable on SAT1 at 8192; default unchanged.

@CLAassistant
Copy link

CLAassistant commented Nov 22, 2025

CLA assistant check
All committers have signed the CLA.

@ladvoc ladvoc self-requested a review November 23, 2025 03:17
Copy link
Collaborator

@ladvoc ladvoc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thank you for your contribution!

@ladvoc ladvoc merged commit ee6c1cd into livekit:main Nov 23, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants