Files
gitlabhq/spec
Yorick Peterse 5679ee0120 Track memory allocated during a transaction
This gives a very rough estimate of how much memory is allocated during
a transaction. This only works reliably when using a single-threaded
application server and a Ruby implementation with a GIL as otherwise
memory allocated by other threads might skew the statistics. Sadly
there's no way around this as Ruby doesn't provide a reliable way of
gathering accurate object sizes upon allocation on a per-thread basis.
2016-01-12 14:59:30 +01:00
..
2016-01-06 13:09:55 +00:00
2016-01-08 23:36:09 -05:00
2015-11-19 10:43:45 +01:00
2015-12-15 00:53:52 -02:00
2015-11-30 11:21:10 +02:00
2015-05-28 18:22:32 -04:00