The limit is the amount of memory in the heap that you assign for stacks.

- Rob

________________________________
From: Sandeep YEDIRE [mailto:sandee...@yahoo.co.in]
Sent: Monday, August 17, 2009 5:43 AM
To: Tivy, Robert; davinci-linux-open-source@linux.davincidsp.com
Cc: Sandeep Yedire
Subject: Re: Regarding increase in Sever Thread stack size

Thanks for your reply. I am looking for the same. Is there any max limit for 
this segment?

Many Thanks,
Sandeep.Yedire



________________________________
From: "Tivy, Robert" <rt...@ti.com>
To: Sandeep YEDIRE <sandee...@yahoo.co.in>; 
"davinci-linux-open-source@linux.davincidsp.com" 
<davinci-linux-open-source@linux.davincidsp.com>
Cc: Sandeep Yedire <sande...@acmet.com>
Sent: Saturday, 15 August, 2009 5:09:38 AM
Subject: RE: Regarding increase in Sever Thread stack size


Is this what you're looking for?:

var Server = xdc.useModule('ti.sdo.ce.Server');
Server.algs = [
    {name: "viddec_copy", mod: VIDDEC_COPY, threadAttrs: {
        stackSize: 0x4096, stackMemId: 0, priority: Server.MINPRI + 2}, groupId 
: 0,
    },
    {name: "videnc_copy", mod: VIDENC_COPY, threadAttrs: {
        stackMemId: 0, priority: Server.MINPRI + 2}, groupId : 0,
    }
];
The max limit is dictated by your available memory for BIOS TSK stacks.

- Rob

________________________________
From: davinci-linux-open-source-boun...@linux.davincidsp.com 
[mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of 
Sandeep YEDIRE
Sent: Tuesday, August 11, 2009 10:34 PM
To: davinci-linux-open-source@linux.davincidsp.com
Cc: Sandeep Yedire
Subject: Regarding increase in Sever Thread stack size

Hello all,
is there anyway to increase server thread stack size for one particular codec? 
What is max limit ?

Many Thanks,
Sandeep.Yedire

________________________________
See the Web's breaking stories, chosen by people like you. Check out Yahoo! 
Buzz<http://in.rd.yahoo.com/tagline_buzz_1/*http://in.buzz.yahoo.com/>.

________________________________
________________________________
Looking for local information? Find it on Yahoo! 
Local<http://in.rd.yahoo.com/tagline_local_1/*http://in.local.yahoo.com/>
_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to