leveled/test/end_to_end
Martin Sumner f8b3101a3a Two memory management helpers
Two helpers for memory management:

1 - a scan over the cdb file may lead to a lot of binary references being made.  So force a GC fater the scan.

2 - the penciller files contain slots that will be frequently read - so advice the page cache to pre-load them on startup.

This is in response to unexpected memory mangement issues in a potentially non-conventional setup - where the erlang VM held a lot of memory (that could be GC'd , in preference to the page cache - and consequently disk I/O and request latency were higher than expected.
2019-07-15 13:44:39 +01:00
..
appdefined_SUITE.erl Add user-defined functions 2018-12-06 21:00:59 +00:00
basic_SUITE.erl GC manifest files when numbers skipped 2019-05-23 10:16:15 +01:00
iterator_SUITE.erl Push log update through to cdb/sst 2018-12-11 20:42:00 +00:00
recovery_SUITE.erl Allow clerk to be stopped during compaction scoring 2019-01-25 12:11:42 +00:00
riak_SUITE.erl Two memory management helpers 2019-07-15 13:44:39 +01:00
testutil.erl Push log update through to cdb/sst 2018-12-11 20:42:00 +00:00
tictac_SUITE.erl Change to cast in inker/iclerk interaction 2019-01-24 21:32:54 +00:00