Memory usage
Posted: Thu 29 Jul 2010 08:13
I have an application that works with very large databases, I use the UniDac component to connect an sqlite database (although this could change) to a various DevExpress components.
I am finding that some actions generate an out of memory error and I am trying to optimise my program. I wondered whether there is a list anywhere of which methods or properties increase the memory footprint of the UniDac, i.e. what methods should I avoid calling or what properties should I avoid setting.
I am finding that some actions generate an out of memory error and I am trying to optimise my program. I wondered whether there is a list anywhere of which methods or properties increase the memory footprint of the UniDac, i.e. what methods should I avoid calling or what properties should I avoid setting.