Rahul Gopinath
Rahul Gopinath
Is there any way to see the current commit/version from a deployed instance?
After deploying this, I get ``` docker run -p 80:3000 -v `pwd`/db:/db -v `pwd`/uploads:/uploads -it social:latest 1 2 GC::Stats(@heap_size=786432, @free_bytes=24576, @unmapped_bytes=0, @bytes_since_gc=749696, @total_bytes=749696) Unhandled exception: more than one row (DB::Error)...
It doesn't seem link that is causing it. ``` ~/ktistec$ sqlite3 db/ktistec.db 'select iri from objects' | wc -l 5287 ~/ktistec$ sqlite3 db/ktistec.db 'select iri from objects group by iri...
How do I turn off the migration?
These are the logs when starting. I can also supply my `ktistec.db` or give you access to my oracle machine if it helps you. I have no private information in...
Yes, it is much better now! Thank you for the updated version. This was deployed on 27th November; See the memory graph after that.  I will keep an eye...
The original huge growth in memory is gone, but there is still a consistent small increase in memory -- 62% to 66% in the first day and 66% to 69%...
My memory growth is fairly consistent. Any logs I can get you? 
Thanks @toddsundsted for the clarification. To understand this a bit further, What would such a user-interface look like? Would it be something like the interface here in Github comments? (a...
``` assertion failed. Please file a bugreport at https://github.com/miguelfreitas/twister-core/issues Please include the following information: version: 1.0.0.0 $Rev: 7680 $ file: 'libtorrent/src/packet_buffer.cpp' line: 59 function: void libtorrent::packet_buffer::check_invariant() const expression: count ==...