Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 delphi 7 运行 hiercube 4.32 版。当我检索数据时,电脑内存不断增加,直到出现“内存不足”错误。我怀疑从 hiercube 检索数据时内存缓存没有清除,所以当我第二次或第三次检索数据时,它会发生“内存不足”错误。有解决这个“内存不足”问题的想法吗?
明显的解决方法(解决方法?)是获得更多的 RAM。这些天 1 GB 有点偏低,尤其是当 4 GB 大约在 100 美元大关时。
使用 FastMM 作为您的内存管理器,然后使用一个(或两者):
然后开始调查内存泄漏。
——杰伦