From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ee6e394aae0270ff,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-04 14:30:50 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: bgokbudak@yahoo.com (Baris Gokbudak) Newsgroups: comp.lang.ada Subject: How to calculate optimum task size? Date: 4 Jan 2004 14:30:49 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 81.215.3.94 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1073255450 2291 127.0.0.1 (4 Jan 2004 22:30:50 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 4 Jan 2004 22:30:50 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:4105 Date: 2004-01-04T14:30:49-08:00 List-Id: Hi. At work we are using default sizes for tasks.But we have a memory size problem and as we are doing a real time system we should minimize the task sizes etc.But when we set a smaller size for a task we are not sure if it is the optimum size for that size.Is there any way to calculate the optimum task size for a task?We are compiling the project in Sparc 5 SUN.The real time system is used in VXWorks operating system. I am looking forward for any suggestion.