This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients louielu, ncoghlan, serhiy.storchaka
Date 2017-02-25.11:55:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488023716.84.0.23673318377.issue29645@psf.upfronthosting.co.za>
In-reply-to
Content
> What is the different of Cold start and Hot start?

Disk caches are dropped before cold start.

$ echo 3 | sudo tee /proc/sys/vm/drop_caches
History
Date User Action Args
2017-02-25 11:55:16serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, louielu
2017-02-25 11:55:16serhiy.storchakasetmessageid: <1488023716.84.0.23673318377.issue29645@psf.upfronthosting.co.za>
2017-02-25 11:55:16serhiy.storchakalinkissue29645 messages
2017-02-25 11:55:16serhiy.storchakacreate