Simple memory not found

Hello,

i unable to find simple memory not found , im using a vps server just today , please help me to find free memory for chat.

Thanks

This

thanks but when i type in search smnple nothing comes

Is your n8n running in queue mode?

This thread may help

hi @Osama_Al-Ani , good day!

If your n8n instance is running in queue mode, this is expected. The Simple Memory node is not suitable for active production workflows in queue mode because executions can run on different workers, so n8n cannot guarantee the same in-process memory is used each time.

For a VPS setup, I would recommend using a persistent memory node such as Redis Chat Memory or Postgres Chat Memory, depending on what you already have available.

Hi @Osama_Al-Ani — check your env for EXECUTIONS_MODE=queue. if you set that on your VPS but only run one instance, you dont actually need queue mode. unset it (or set EXECUTIONS_MODE=regular) and restart, Simple Memory will show back up in the node picker.