I tried googling this and I haven\'t found an answer yet to my problem.
I am trying to run a simple controller script through rails and it is giving me this error wh
If you are having this problem in production server this might be due to memory usage. while doing assets precompilation server use lot of memory.
consider restarting your production server.