1838655 Members
5565 Online
110128 Solutions
New Discussion

Re: ulimit -s question

 
SOLVED
Go to solution
Nyck_1
Super Advisor

ulimit -s question

I'm attempting to increase the stack(kybtes) on my rx6660, its currently set to the following:-

stack(kbytes) 13104

I thought by increasing maxdsiz_64bit would resolve this but it has not. Can someone tell me how to increase this?

4 REPLIES 4
Anshumali
Esteemed Contributor

Re: ulimit -s question

Try...
ulimit -s (new_value)
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Nyck_1
Super Advisor

Re: ulimit -s question

I tried this earlier and got the following:-

ulimit -s 13105
ksh: ulimit: exceeds allowable limit
James R. Ferguson
Acclaimed Contributor
Solution

Re: ulimit -s question

Hi:

Adjust your 'maxssiz' kernel tunable to increase the stack size.

Regards!

...JRF...
Nyck_1
Super Advisor

Re: ulimit -s question

Yeah I have just done that and all is fine now.