vmount: increase stack size

This commit is contained in:
Nicolas de Palezieux 2017-08-10 16:10:19 +02:00 committed by Beat Küng
parent b8d389ca4e
commit 281ee5e5af

View File

@ -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,
1500,
2000,
vmount_thread_main,
(char *const *)argv + 1);