* Valentin V. Petruchek ([EMAIL PROTECTED]) [Dec 27. 2001 10:28]:

> Yes, php.ini is there.

[...]

> > > I've changed php.ini - turned mssql_limits to 1000000 (instead of 4096),
> > > restarted a[pache but problem doesn't seem to disappear.

OK, we're talking about Linux, right? 

I'll bet `cat /proc/sys/fs/file-max` gives you 4096

Try upping the file descriptor limit in /proc/sys/fs/file-max. That 
may or may not solve the problem; worth a try. How much memory does 
the client machine (the one you `configure'd) have?

-- 
Brian Clark | Avoiding the general public since 1805!
Fingerprint: 07CE FA37 8DF6 A109 8119 076B B5A2 E5FB E4D0 C7C8
The beatings will continue until morale improves.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to