mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
Kernel: Bump per-process file descriptor limit to 128.
This commit is contained in:
parent
f1c5ee2c10
commit
ea801a99dc
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ private:
|
|||
Vector<FileDescriptorAndFlags> m_fds;
|
||||
RingLevel m_ring { Ring0 };
|
||||
|
||||
int m_max_open_file_descriptors { 16 };
|
||||
int m_max_open_file_descriptors { 128 };
|
||||
|
||||
byte m_termination_status { 0 };
|
||||
byte m_termination_signal { 0 };
|
||||
|
|
Loading…
Add table
Reference in a new issue