--- trunk/t/5_Node.t 2006/05/09 14:05:57 137 +++ trunk/t/5_Node.t 2006/05/10 13:34:17 138 @@ -85,8 +85,15 @@ This tests create three nodes in your Hyper Estraier. -Since you have more than 43 modes, and Hyper Estraier seems to be limited to -maximum of 46 nodes on each estmaster process, expect tests to fail. +Since you have more than 43 modes, and Hyper Estraier needs more than +1024 file descriptors for more than 46 nodes, expect tests to fail. + +If tests do fail, you can try to add + +ulimit -n 2048 + +before staring estmaster, which will increase number of available nodes +to 96 before estmaster runs out of file descriptors. _END_OF_WARNING_ }