Unreal3.2 Can't set FD_SETSIZE?

These are old archives. They are kept for historic purposes only.
Post Reply
SequenceInitiated
Posts: 7
Joined: Thu Jun 23, 2011 11:09 pm

Unreal3.2 Can't set FD_SETSIZE?

Post by SequenceInitiated »

Hello,

I'm trying to setup Unreal3.2, everything is finished, however I have not /usr/ directory, so I cannot set the FD_SETSIZE.

I've tried the ulimit, but it still won't work.

Does anyone have any questions?
cards
Posts: 85
Joined: Sat Jun 12, 2004 5:04 am

Re: Unreal3.2 Can't set FD_SETSIZE?

Post by cards »

It would help if you gave us information on the Operating System you have so you could be helped further.

If Unreal compiled, it should run. If there was an issue with the number of FD's, it would throw and error and not compile. All of that has to be set before compilation.
NetAdmin
irc.420-HighTimes.com
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Unreal3.2 Can't set FD_SETSIZE?

Post by katsklaw »

If you have a shell:
do ulimit -n, that will tell you the max you can set, then rerun ./Config and when it asks for the max, put in that number. If you are not happy with the number it gets you, buy a different shell. Linux default is 1024.

If you are the system admin and have root:
Google how to change it as it's completely outside the scope of this forum.

As as admin, it is assumed you know how to use your OS of choice. We offer support for Unreal only, not all aspects and technologies associated with installing/running a network.
Post Reply