iNTERFACEWARE Products Manual > Installing and Using Iguana > Getting Started > Deploying Iguana on Unix, Linux and Mac OS X > Iguana Memory Usage and Stack Size on Unix, Linux and Mac OS X |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
If your Iguana server on Unix, Mac OS X or Linux is running a large number of channels and does not have much memory, you can reduce the server's memory usage by changing the stack size on your system. To view the current stack size, use the ulimit -a command. This command displays the limits and sizes that have been set for your system, including the stack size:
To change the stack size, use the ulimit -s <size> command, where <size> is the new stack size in kilobytes.
|