c# - Maximum size of DataTable or other complex object in .NET -
this question has answer here:
i know, size of object limited 2gb in .net,
but maximum size of more complex objects, datatable?
it depends on low-level objects inside?
more complex objects still objects inside , contain references other objects. example if datatable
contains references earch row , on. each pointer take 32 or 64 bit regarding of os type. pointer sizes sum , there no limit object graph depth (reasonable). limit have in case max memory amount can allocated process itself.