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.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -