public
Description: bamboo blog engine
Homepage:
Clone URL: git://github.com/nfjinjing/bamboo.git
nfjinjing (author)
Tue Nov 03 12:18:13 -0800 2009
commit  c8d72a2142d6b53938c64bbfb7816ea991d9fba7
tree    03352731138fca0c3803ef9525c02988fb3b85b1
parent  3d15100e8c6fb3dd51fed6f181c991eb4b068207
bamboo / knownissue.md
100644 6 lines (3 sloc) 0.245 kb
  • memory leak on static serve

do not serve large static files using bamboo. This problem occur at the static serve middleware level, since maid also suffers from this.

use nginx / apache / lighttpd to serve static on deployed server, for now.