Welcome, Guest. Please login or register.

Author Topic: Another Linux Question  (Read 1240 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Another Linux Question
« on: March 04, 2003, 09:11:04 AM »
There is no stack limit, and the stack expands automagically. The stack memory can even be swapped to the disk, if other parts of the system need the physical memory.

If you want, you can limit the maximum possible stack size by using 'limit' command. Normally this is not required, though.