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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -