[Smeagol-discuss] Smeagol-discuss Digest, Vol 27, Issue 7
Jimmy Tang
jtang at tchpc.tcd.ie
Wed Apr 7 14:41:33 IST 2010
On Sat, Mar 13, 2010 at 08:28:38AM +0800, Guangping Zhang wrote:
> Dear smeagol users:
> Sorry for interrupt you! Now I have found out the reason of the
> 'Segmentation fault' after hard experience!
> Now I write down here for later reference for other new users who
> would encounter similar problem!
> This is because the default StackSize of my machine is 1024K,and this
> is maybe a little smaller during big calculation.
> So I changed it to 'unlimited'.
> To see this value of your machine:ulimit -s (or ulimit -a)
> To change this value to unlimited:ulimit -s unlimited
> To make this is the default value when you start a shell,write the
> 'ulimit -s unlimited' in your .bashrc file or the /etc/profile file.
>
> Hope it to be usefull for someone!
>
> Guangping Zhang
its a fairly common problem from what i know, we set this in our init
scripts for our queuing systems...
ulimit -l unlimited
ulimit -s unlimited
ulimit -n 10000
jimmy
--
Jimmy Tang
Trinity Centre for High Performance Computing,
Lloyd Building, Trinity College Dublin, Dublin 2, Ireland.
http://www.tchpc.tcd.ie/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
Url : http://lists.tchpc.tcd.ie/pipermail/smeagol-discuss/attachments/20100407/91a47195/attachment.bin
More information about the Smeagol-discuss
mailing list