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.
NHibernate を使用したバイナリブロブと大きなファイルでの system.outofmemoryexception。最大 45 MB のファイルをアップロードできますが、それを超えると、システムのメモリ不足例外が発生します。
NHibernate は、このような大きなブロブを処理するようには設計されていません。組み込みのデータベース ストリーミング機能を使用します。MS SQL を使用している場合は、SqlFileStream クラスを使用できます。