Обсуждение: 7.1 compile problem

Поиск
Список
Период
Сортировка

7.1 compile problem

От
"Tim Barnard"
Дата:
After running configure and while gmake was running (for 7.1.1)
I got the following OS message:
 
      VFS: file-max limit 4096 reached
 
I'm running Linux (ver. 2.2.12-20) Anyone know how to increase
this limit?
 
Thanks!
 
Tim
 

Re: 7.1 compile problem

От
Doug McNaught
Дата:
"Tim Barnard" <tbarnard@povn.com> writes:

>       VFS: file-max limit 4096 reached
>
> I'm running Linux (ver. 2.2.12-20) Anyone know how to increase
> this limit?

# echo "8192" > /proc/sys/fs/file-max

-Doug
--
The rain man gave me two cures; he said jump right in,
The first was Texas medicine--the second was just railroad gin,
And like a fool I mixed them, and it strangled up my mind,
Now people just get uglier, and I got no sense of time...          --Dylan

Re: 7.1 compile problem

От
"Tim Barnard"
Дата:
Thanks for the help guys.

Tim