help me fo "not enough available memory"

 

hello

I just received a VPS account from CloudZy to run my expert, I have received these lines of errors once I run Strategy Tester(after initializing just before the EA get run) :

  • can not add tick event ( events' array size is 851968)
  • not enough available memory, 1845 MB used,441 MB available, Maximal available block is 61 MB

is this fault from VPS server ? my expert runs in my PC normally

thank you

 
mehdi bayat: is this fault from VPS server ? my expert runs in my PC normally
  1. Your PC has more than 2GB with paging. Your VPS doesn't.
  2. Why are you saving a million ticks? Fix your broken code.
 
William Roeder #:
  1. Your PC has more than 2GB with paging. Your VPS doesn't.
  2. Why are you saving a million ticks? Fix your broken code.

thank you William

yes you are right, I would have chosen a better VPS service,

my EA is a multi symbols one and, that's why I need more capacity than usual