On Wednesday, September 11, 2019 at 5:57:46 PM UTC+2, zweb1 wrote: > > I assume namespace that gets passed around only stores the named reference > to objects and not the data itself. > > Data and objects are in memory separately so it should be only limited by > memory of server or is it limited by memory of python kernel? >
The namespace and all the data and objects it refers to exist in the heap of the process running the Python kernel. cheers, Roland -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/c2eb06f4-822f-422e-8b18-d9f9b20c5ae9%40googlegroups.com.
