Location plugin stack task size definition

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)