- How do I change that value?
- In my sfs file, it shows like this...
Code: Select all
start() {
ulimit -n 20000
echo ulimit -n
echo "Starting $APP_LONG_NAME..."
.....
Thanks in advance!
Code: Select all
start() {
ulimit -n 20000
echo ulimit -n
echo "Starting $APP_LONG_NAME..."
.....