Location plugin stack task size definition

hi all,
somebody knows what are the recommended size for the stack of gps location tasks

GPS_COM_STACK_SIZE ??
GPS_CORE_STACK_SIZE ??
GPS_CORE_AIDING_AEE_STACK_SIZE??

Have a look in the sample application (that’s the only place I could find any info):

/* GPS stack sizes */
#define GPS_COM_STACK_SIZE                  (7*1024)
#define GPS_CORE_STACK_SIZE                 (15*1024)
#define GPS_CORE_AIDING_AEE_STACK_SIZE    	(7*1024)

See: https://forum.sierrawireless.com/t/undocumented-how-to-decide-stack-sizes/4950/4

thanks tom very useful