Is it better to have fisheye on its own box? Or have it coupled with subversion on the same server?
One factor that greatly influences FishEye performance is where the repository indexes are stored. Make sure FishEye stores its data (the FISHEYE_INST dir if you have separate data dir) on a local disk, not on a network share or SAN. This will improve both indexing speeds and general performance.
I would highly suggest either having a the subversion repository on the same box as FishEye or at least a mirror of the repository on the same box. FishEye needs to make calls out to Subversion at indexing time for information so minimising the network calls will improve indexing speed significantly
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You would probably get some improvements in repository scanning since you can bypass HTTP and use the file protocol. If your repository is small, you probably won't even notice the speed benefit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.