- Reaction score
- 1,299
- Location
- Charente, France
Hi there, The Out of memory error in Fab's AutoBackup 6 is still alive. For people who have some programming knowledge, I am sure the problem comes from the TStringList class I use in Delphi. Choosing this was not a good idea since it is something very memory hungry (I was not aware of this, still learning) and crashes when it reaches 2 GB used. That is enough in most cases but with large lists, it is a pain.
I am now changing my source code, adding a feature that writes to a text file on the drive for less important lists like the log that stores every action made (used for debugging). For the files copy lists, I will have to find something more effective since this will have a direct impact on disk I/O and so, on global performance while searching files. What would you use for this, knowing that I use a Starter Delphi version that does not handle databases ?
I am now changing my source code, adding a feature that writes to a text file on the drive for less important lists like the log that stores every action made (used for debugging). For the files copy lists, I will have to find something more effective since this will have a direct impact on disk I/O and so, on global performance while searching files. What would you use for this, knowing that I use a Starter Delphi version that does not handle databases ?