Atef
Atef

Reputation: 3

Datastax Agent (Cassandra) Opscenter shutdown issue

after the datastax-agent is up he is shutdown immediate? i'm getting that in log
(DataStax agent ran out of memory! Shutting down! )

Upvotes: 0

Views: 788

Answers (1)

QGi31
QGi31

Reputation: 44

Edit /etc/datastax-agent/datastax-agent-env.sh on the node and change the maxinmum RAM. By default it is 128MB, but 256MB solved a similar problem for me. (-Xmx256M). Note: that's the file path for Debian.

Upvotes: 1

Related Questions