Configure rob_system #1512
-
Hello everyone, in privat_config_control is the corresponding reference to the class. The same code on my Linux system runs until esimation and then aborts with killing the process. I think I have not configured the strategy correctly. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Its not clear to me exactly what you're asking. If the process is killed, it is almost certainly due lack of memory. It takes a fair amount of RAM to handle all those instruments. Once the system itself is done, pickling the result will then double the memory usage. |
Beta Was this translation helpful? Give feedback.
-
Thanks @tgibson11 |
Beta Was this translation helpful? Give feedback.
Its not clear to me exactly what you're asking.
If the process is killed, it is almost certainly due lack of memory.
It takes a fair amount of RAM to handle all those instruments. Once the system itself is done, pickling the result will then double the memory usage.