Fork me on GitHub
#ring-swagger
<
2017-04-19
>
ash200117803:04:33

Having issue with compojure api resulting in StackOverFlowError when executing jar build from lein ring uberjar. Wonder if you guys can take a look. I already open a issue at GitHub, just want to see if I am asking on the right thread. https://github.com/metosin/compojure-api/issues/291

ash200117803:04:26

has to deal with jvm options, stack was too small -Xss256k to -Xss512k solve the SO problem.

mrchance13:04:30

⬆️ we had the same problem

giaosudau15:04:26

Hi everyone, I wanna add a cache layer before query database. How to do that in compujure-api?