Re: [Virtuoso-users] Exceeded maximum number of file descriptors in FD_SET - solved thanks + query about indexes

2010-09-16 Thread Hugh Williams
Hi Vanessa, Goog to hear the FD_SET issues is resolved. Strange it would not occur on Mac though as its default FD_SETSIZE is 256 rather than 1024 as is the case on Linux, unless it is set higher on your Mac (ulimit -n) ? To get closer to an exact match you could try using the optional "OPTION

Re: [Virtuoso-users] Exceeded maximum number of file descriptors in FD_SET - solved thanks + query about indexes

2010-09-16 Thread Vanessa Lopez
Hi Hugh, Yes I also increased the number of ServerThreads because, together with the maximum number of file descriptors, Virtuoso was displaying a message suggesting to increase the ServerThreads. When increasing the ServerThreads, the last message disappeared but I still had a problem wi