View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014323 | MMW 5 | DB / Backup | public | 2017-07-31 23:38 | 2020-03-10 18:53 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.0 | ||||
Summary | 0014323: "Out of memory" errors when working with very large databases | ||||
Description | Working with large database (6 GB, 1.7 millions of tracks): MM4: Focus Music collecion => all 1.7 millions of tracks loaded MM5: Focus Music > All tracks => "out of memory" error after loading of roughly 160K tracks Database file from YCC-349-70296 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2074 | ||||
|
For me it crashes at ~700k tracks |
|
Yes, surprisingly sometimes it fails after 700K, sometimes after 360K. To be figured out... |
|
Fixed by adding 4GB flag to MediaMonkey.dpr {$SetPEFlags $20} // this sets: IMAGE_FILE_LARGE_ADDRESS_AWARE ($20) Nevertheless using BuildReleaseExeWithoutELPortable.bat doesn't use this flag, assigned to Petr to add the flag to build batches |
|
Fixed |
|
Verified 2230 Library when converted load normally and no out of memory issues. Further crashes on Library loading is handled in 0016425 |