This article should provide you with all the info required to use kernel culling.
https://developer.ibm.com/code/2017/10/26/limit-notebook-resource-consumption-culling-kernels/ On Wed, Feb 6, 2019 at 2:59 AM Jafar Sharif <[email protected]> wrote: > > Hi, > Is there a way to make the notebooks that are idle for long hours (closing > the notebook window without shutdown) to shutdown automatically with config > file/script. > I have found in documentation that it can be done through the config file. > But even after implementing it is unable to kill the notebooks that are idle > for long hours. > c.MappingKernelManager.cull_idle_timeout=3600 > c.MappingKernelManager.cull_interval=300 > > Above are the settings that i have made in the config file. > > Please let me know how to do it or is there any changes that i haven't made . > > Thanks > Jafar > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/41d3929d-2521-49e8-ab73-0c70311d7ea7%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Luciano Resende http://twitter.com/lresende1975 http://lresende.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CAGU5speXa-N_QmDAXnx5BqwdUfBzpJxrBpaosrJ%3DzLpoEgNywA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
