Skip to content

Commit

Permalink
Larger stack
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf2019 committed Sep 3, 2024
1 parent b86bb01 commit 959f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/params/default.params
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#define SOFTIRQ_MAX_BUDGET 16
#define RUNTIME_RQ_SIZE 32
#define RUNTIME_STACK_SIZE (16 * 1024)
#define RUNTIME_STACK_SIZE (64 * 1024)
#define RUNTIME_LARGE_STACK_SIZE (256 * 1024)

#define POLICY_TASK_DATA_SIZE (2 * 64)
Expand Down

0 comments on commit 959f5f0

Please sign in to comment.