As for the background, I am writing a web service in Clojure (using Compojure i this case). I am not worried about performance, that seems to be good enough and I can always fire upp more server instances.
Even if a Clojure implementation would be 2-10 times slower than the corresponding Java implementation, I would always prefer a cleaner code before raw performance.
Of course, it depends on what you are doing, but I would like to know if you have any real-live experiences when it comes to memory footprint of any type of long-running server solutions in Java vs Clojure?