Think you found a bug? Report it here.
New Version 1.5 SQL size limitation = No large long tests
Martin Hall Posts: 1
2/12/2012
|
***Resolved in the final v.1.5 on 3/1/12*** Now I could be wrong on this however I think that the internal SQL engine has a hard limit of 4gb and I tried to run a soak test over the weekend and I got the following error
Overall Result | Status | Aborted | Reason | The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 4071 ] |
the above looks like a .NET default error message to me and some investigation gave the following results. http://social.msdn.microsoft.com/Forums/en-US/streaminsight/thread/57d314c4-6b2e-4215-919c-e6b935b682ce/ and http://stackoverflow.com/questions/7050873/sqlce-database-size-issue Is there a way to set a data source as my own SQL DB. This way if a user had a full MSSQL licence there would be no limit. Or even better to offer mutiple database support like MYSql etc. One quick and dirty hack could be writing the data to a CSV or txt file which obviously would have no limits and then could be parsed back into StressStimulus. So far i've not been able to give a web app a large load with a run of more than 4 hours. Each time I've hit the SQL limit. Thanks Martin This is regarding the following post http://www.stresstimulus.com/forum/stresstimulus-powered-by-embedded-sql-server-targets-large-tests-240
|
|
0
link
|
Copyright © 2025 Stimulus Technology