search for: 500x5000

Displaying 1 result from an estimated 1 matches for "500x5000".

Did you mean: 500x500
2013 Dec 31
1
SQLite database file gets corrupted and XP goes blue
...te database, using RStudio and RQLite package. The blue screen says "INVALID PROCESS ATTACH ATTEMPT" before goes into memory check and reboot. The database (file) is corrupted and not readable after this happens. I'm iterating over CSV files, each contans a time-series of as many as 500x5000: rows being dates, columns being dependent variables. For each CSV creates a 500x5000 matrix (preallocated), and it is "remove"-ed immediately after its use, among other relatively large objects. Without this explicit resource deallocation, the blue screen stuff occurred at much earlier...