I have been running load tests using httperf for a few weeks and getting this error -
httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE
when I fire query from OS - Ubuntu 12.04 LTS (64 bit machine).
But if I run the same command on from a 32 bit machine having OS - 10.04 LTS; I don't get the error message.
Also, I did follow other posts to try increase the file descriptor size limit using "ulimit -n" command and also tried changing using the
/usr/include/bits/typesizes.h
#define __FD_SETSIZE 65535
But the methods failed.
Can somebody please suggest something ?
Observation:
No need was required to make any changes in 32 machine (with Ubuntu 10.10) so what is the real difference in Ubuntu 12.04 ? Also, I tried on different machines (all having 64 bit architecture were having same issue)