bees icon indicating copy to clipboard operation
bees copied to clipboard

Call munlock() on out of data and mlock() on crawl start

Open nefelim4ag opened this issue 6 years ago • 0 comments

I have some servers with always running bees, and servers have some time when write not happens. So, call munlock() on crawl out of data, allow bees to free memory for other system, while bees are idle. As mlock() have some performance benefits and we just don't want disable it, so just do mlock() again on crawl start.

#36

nefelim4ag avatar Dec 12 '18 19:12 nefelim4ag