I keep getting the error
*java.lang.OutOfMemoryError: unable to create new native thread*
db
ERROR - Fatal exception in thread Thread[main,5,main]
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:597)
at
java.util.concurrent.ThreadPoolExecutor.addIfUnderMaximumPoolSize(ThreadPoolExecutor.java:727)
at
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:657)
at
org.apache.thrift.server.TThreadPoolServer.serve(TThreadPoolServer.java:186)
at
org.apache.cassandra.service.CassandraDaemon.start(CassandraDaemon.java:143)
at
org.apache.cassandra.service.CassandraDaemon.main(CassandraDaemon.java:180)