Thread
:
Pre-sale questions
View Single Post
#
54
12-16-2008, 09:22 AM
mistwang
LiteSpeed Staff
Join Date: May 2003
Location: New Jersey
Posts: 7,583
You can use the following script to dump the system resource limit for PHP process
Code:
<?php $limits = posix_getrlimit(); print_r($limits); ?>
mistwang
View Public Profile
Send a private message to mistwang
Visit mistwang's homepage!
Find all posts by mistwang