Page 1 of 1

Unreal3.2 Can't set FD_SETSIZE?

Posted: Thu May 31, 2012 3:08 pm
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?

Re: Unreal3.2 Can't set FD_SETSIZE?

Posted: Fri Jun 01, 2012 12:43 am
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.

Re: Unreal3.2 Can't set FD_SETSIZE?

Posted: Fri Jun 01, 2012 1:31 am
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.