Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルをストリーミングしようとしています。私はバイトのタブを使用します。
byte[] byteBuffer=new byte[iSize];
iSize値は1,459,126,243で、値GC.GetTotalMemoryは2,489,816です。コンピューターに16GのRAMが搭載されています。何が問題ですか?
iSize
GC.GetTotalMemory
x86 または x64 でコンパイルしていますか? x64 で実行していない限り、16 GB のメモリの利点は得られません...