Memory usage
Created at 27 Oct 2022, 10:04
MI
Memory usage
27 Oct 2022, 10:04
Hello,
even with using the memory manager, the used memory is increasing overtime and i have to restart the bot after maybe two days. Is there another way to handle it?
For example on one VPS there are running two ctrade instances. One with 37 pairs/bots and one with 15. The VPS has 4 cores and 8 GB RAM. Here the usage after one day.
firemyst
27 Oct 2022, 12:11 ( Updated at: 21 Dec 2023, 09:23 )
RE:
mindfulness said:
How much writing to the log does the bot do? Eg, PRINT statements? You can't clear the log programmatically, and constantly writing to it will suck up memory.
@firemyst