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

This commit is contained in:
Nicolas de Palezieux
2017-08-11 11:53:32 +02:00
committed by Beat Küng
parent b702daf40e
commit 55a2930cdb
+1 -1
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,
2000,
1900,
vmount_thread_main,
(char *const *)argv + 1);