rm-hull / programming-enchiladas

A ClojureScript-based HTML5 Canvas and SVG Graphics Playground, much like http://bl.ocks.org/ but specifically for showcasing small ClojuresScript code demos: The underlying agenda is to show how small simple functional programs can generate complex behaviour.
programming-enchiladas.destructuring-bind.org
138 stars 18 forks source link

Heroku error #8

Closed wiseman closed 9 years ago

wiseman commented 9 years ago

I might have broken something. http://programming-enchiladas.destructuring-bind.org/wiseman/5eb4ef4114c73f277931 shows a Heroku error:

com.mongodb.MongoServerSelectionException
Unable to connect to any servers

Just before that message I had seen a Java heap exception.

rm-hull commented 9 years ago

Dont worry - the server it's on is a 512Mb digital ocean droplet & there is not really enough memory for doing big cljs compiles. I'll restart it. Originally, I had it on a free heroku instance which was woefully inadequate.

On the flip side, I havent spent any time recently keeping up to date with the latest cljs compiler internals - there have been a number of speed improvements which would justify using the latest build, but there were some breaking changes IIRC.

rm-hull commented 9 years ago

Restarted - I like your party planner .. http://programming-enchiladas.destructuring-bind.org/wiseman/5eb4ef4114c73f277931 should be working ok now

ideal enchilada fodder

wiseman commented 9 years ago

Thanks, Richard.

(It was pretty easy to repurpose your boids example into party-planner.)