Ask a Question related to Sun Solaris, Design and Development.
-
Oscar del Rio #1
Re: increasing file descriptors (Solaris 8) on the fly
/bin/sh:> I have inherited a bunch of systems and a user has complained that all
> he gets is 256 Fds under solaris 8 rather than the 1024 he gets under
> solaris 7 on a different box... if I run uliit on the sol 8 box I get
> "unlimited" returned so I don;t quite understand where his limit of
> 256 FDs is coming from...
% ulimit -a
nofiles(descriptors) 256
% ulimit -n 1024
% ulimit -a
nofiles(descriptors) 1024
See "man ulimit"
Oscar del Rio Guest
-
File Descriptors
Greetings, all. Can anyone tell me if there are any risks associated with increasing the number of file descriptors for an application/user... -
Displaying Open File Descriptors for a Process
Is there a system command a user can execute to display the current number of file descriptors a process is using? Thanks, Peter -
File size increasing with versions?
I just exported a FH10 file that was 228k to FH9 and it turned into 72k. Anyone know what gives? That is a sizable difference. Would it be even... -
select() max number of file descriptors
>>> Charles Wilkins wrote: CW> It seems that my system's select call has a limitation of 1024 open CW> file descriptors. CW> I need to learn... -
Saving file descriptors
Hello, I have the following problem, I close fileno(stdout) and fileno(stderr), then dup() the closed descriptors to the descriptor pointing...



Reply With Quote

