Ruby on Rails is very slow to start on FreeBSD

I am running Ruby on Rails on FreeBSD. It takes 10-20 seconds to load the environment. Is there anything I can do to make it load faster, or is FreeBSD just not a good platform for Ruby on Rails?

0


a source to share


1 answer


Phusion Ruby Enterprise Edition compiles on FreeBSD and runs faster with lower memory usage. There's no port for it (yet), but you can download it from their site and just run the install script.



+1


a source







All Articles