stack size exceeds current limit
Hello,
I'm new to solaris, my first program I tried to compile
gave me this error:
Stack size of 10240 Kb exceeds current limit of 8192 Kb.
How can I increase the limit?
Thanks.
.
Relevant Pages
- Re: stack size exceeds current limit
... my first program I tried to compile ... Stack size of 10240 Kb exceeds current limit of 8192 Kb. ... (comp.unix.solaris) - Re: An Observation
... first character on the stack. ... parse a word and compile the value as a literal to use ... need to execute at compile-time for. ... (comp.lang.forth) - Re: Local variables controversial?
... variables are not global but only names within the source that get translated into stack items at compile time, ... I believe from Frank Sargent's notes that Pygmy Forth v1.5 does not support LOCAL variables. ... VARIABLE htrold 0 htrold! ... (comp.lang.forth) - Re: Optimising parsed words
... employs the method of simulating at compile time the stack effects of basic blocks. ... Anton has several papers that discuss this method and I believe VFX using a similar technique. ... execute stack manipulation words that have no side effects such as DUP SWAP etc. ... but add to the DFG by popping/pushing based on the word's stack effects and point to the operands on the stack. ... (comp.lang.forth) - Re: Distinguishing DOES>
... standard says that locals may or may not be held on the return stack. ... For example, COMPILE, was a huge ... Some companies seem to have a high turnover in programmers (usually ... (comp.lang.forth) |
|