我有一个应用程序抛出“类型'System.OutOfMemoryException'的异常'”。这降低了服务器的性能,CPU使用率约为95%。 我不知道出现这个问题的原因.... 任何人都可以告诉wats错误的原因以及如何解决它????
这是我的堆栈跟踪:
Message
Exception of type 'System.OutOfMemoryException' was thrown.
Source
MySql.Data
Stack
at MySql.Data.MySqlClient.MySqlParameterCollection..ctor() at
MySql.Data.MySqlClient.MySqlCommand..ctor() at
MySql.Data.MySqlClient.MySqlConnection.CreateDbCommand() at
System.Data.Common.DbConnection.System.Data.IDbConnection.CreateCommand() at
IBatisNet.Common.DbProvider.CreateDataParameter() at
IBatisNet.DataMapper.SqlMapSession.CreateDataParameter() at
IBatisNet.DataMapper.Configuration.Statements.PreparedStatementFactory.CreateParametersForTextCommand() at IBatisNet.DataMapper