AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Server stopped: cannot allocate memory space
 
 

Hi,

I am running ChatScript in server mode. This morning I checked the logfiles and saw that the server shut down with the following error: “Cannot allocate memory space for text 100000064”

Could you enlighten me when ChatScript actually needs to allocate memory? So that I can check where I am messing up.

 

 
  [ # 1 ]

That message comes when a server starts up (or restarts up) and cannot allocate its std text space to work in.
Did your server restart?

 

 
  [ # 2 ]

Thank you Bruce. It actually restarted because it has been killed by OOM killer.

 

 
  [ # 3 ]

CS wants a lot of contiguous space. If MALLOC fails because your space is fragmented or insuffiecient, you’ll probably need to play with command line parameters that control how much space gets allocated

 

 
  login or register to react