- Mon Oct 12, 2015 12:30 pm
#6671
Hi,
I noticed the following error on the "console". I already gradually increased the memory from 50M to 100M to 250M, but i'm still getting this error. Could there be a memory leak somewhere? Or is 250m not enough?
Console input started (use 'help' for a list of commands):
>Exception in thread "Thread-46" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3236)
at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:118)
at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:153)
at org.apache.commons.exec.StreamPumper.run(StreamPumper.java:106)
at java.lang.Thread.run(Thread.java:745)
I'm using: TS3MusicBot 4.6.4.2 with the latest TS3 client.
OS: Centos7 3.10.0-229.4.2.el7.x86_64
JAVA: OpenJDK Runtime Environment (build 1.8.0_60-b27)
cat /proc/meminfo
I noticed the following error on the "console". I already gradually increased the memory from 50M to 100M to 250M, but i'm still getting this error. Could there be a memory leak somewhere? Or is 250m not enough?
Console input started (use 'help' for a list of commands):
>Exception in thread "Thread-46" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:3236)
at java.io.ByteArrayOutputStream.grow(ByteArrayOutputStream.java:118)
at java.io.ByteArrayOutputStream.ensureCapacity(ByteArrayOutputStream.java:93)
at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:153)
at org.apache.commons.exec.StreamPumper.run(StreamPumper.java:106)
at java.lang.Thread.run(Thread.java:745)
I'm using: TS3MusicBot 4.6.4.2 with the latest TS3 client.
OS: Centos7 3.10.0-229.4.2.el7.x86_64
JAVA: OpenJDK Runtime Environment (build 1.8.0_60-b27)
cat /proc/meminfo
► Show Spoiler
Last edited by mormoon on Mon Oct 12, 2015 1:06 pm, edited 2 times in total.