ctdk / goiardi

A Chef server written in Go, able to run entirely in memory, with optional persistence with saving the in-memory data to disk or using MySQL or Postgres as the data storage backend. Docs: http://goiardi.readthedocs.io/en/latest/index.html
http://goiardi.gl
Apache License 2.0
280 stars 39 forks source link

WIP: Up/fix memory leaks #81

Open alekc opened 4 years ago

alekc commented 4 years ago

See https://github.com/ctdk/goiardi/issues/77#issuecomment-672987476

This should not be merged yet due to it breaking existing feature.

sh7d commented 3 years ago

Bump. Is there any progress?