id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,external_id 1016,Change default Linux thread stack size,brucedechant,brucedechant,"The default Linux stack size per thread is 10MB, where as, on Windows the default is 1MB. This causes the server on Linux to allocate an excessive amount of unneeded memory due to the # of threads created by the server. The mgserver.sh script needs to be modified to include the following: ulimit -s 1024 The above command will set the default thread stack size to 1MB instead of the original 10MB. This can save the server on Linux over 500MB of memory.",defect,closed,low,2.1,Server,2.0.2,minor,fixed,,,