You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2018/11/30 02:06:24 UTC

[GitHub] RongtongJin commented on issue #567: This code will fix the issue[apache#522] that warm-up method is Ineffective code and result double io in the sync flush

RongtongJin commented on issue #567: This code will fix the issue[apache#522] that warm-up method is Ineffective code and result double io in the sync flush
URL: https://github.com/apache/rocketmq/pull/567#issuecomment-443064542
 
 
   Because the allocated page is CopyOnWrite, only using mlock  can't lock the physical memory , you must write some value, you can read this [article](https://blog.csdn.net/fjt19900921/article/details/8074541)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services