Updates memory_profiler dep, revert changes to memory allocated commit (increased retained memory too much)
This commit is contained in:
@@ -18,6 +18,4 @@ report = MemoryProfiler.report(top: 15) do
|
||||
end
|
||||
end
|
||||
|
||||
# scale_bytes option not yet supported in the latest stable
|
||||
# See https://github.com/SamSaffron/memory_profiler/issues/68
|
||||
report.pretty_print($stdout, scale_bytes: true, detailed_report: true, to_file: 'memprof.report')
|
||||
report.pretty_print(scale_bytes: true, to_file: 'memprof.report')
|
||||
|
||||
Reference in New Issue
Block a user