Skip to content
Snippets Groups Projects
Commit 55a2930c authored by Nicolas de Palezieux's avatar Nicolas de Palezieux Committed by Beat Küng
Browse files

vmount: reduce stack size to 1900 as recommended by @bkueng (maximum used memory observed: 1552)

parent b702daf4
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ int vmount_main(int argc, char *argv[])
int vmount_task = px4_task_spawn_cmd("vmount",
SCHED_DEFAULT,
SCHED_PRIORITY_DEFAULT + 40,
2000,
1900,
vmount_thread_main,
(char *const *)argv + 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment