ava.lang.OutOfMemoryError: Java heap space
UserBird
Dataiker, Alpha Tester Posts: 535 Dataiker
How to solve this issue? Anywhere I can increase the heap memory space?
66.733: [Full GC [PSYoungGen: 464121K->464057K(932352K)] [ParOldGen: 2795848K->2795848K(2796032K)] 3259969K->3259905K(3728384K) [PSPermGen: 73150K->73150K(73728K)], 0.3611280 secs] [Times: user=1.21 sys=0.00, real=0.36 secs]
#
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p"
# Executing /bin/sh -c "kill -9 23247"...
66.733: [Full GC [PSYoungGen: 464121K->464057K(932352K)] [ParOldGen: 2795848K->2795848K(2796032K)] 3259969K->3259905K(3728384K) [PSPermGen: 73150K->73150K(73728K)], 0.3611280 secs] [Times: user=1.21 sys=0.00, real=0.36 secs]
#
# java.lang.OutOfMemoryError: Java heap space
# -XX:OnOutOfMemoryError="kill -9 %p"
# Executing /bin/sh -c "kill -9 23247"...
Tagged:
Answers
-
Hi,
Heap space can be controlled through the env-site.sh
See https://doc.dataiku.com/dss/latest/installation/java_env.html
If increasing heap space does not solve issue, could you detail on what occasion you get this ? -
tiagoandresvaz Registered, Dataiku Frontrunner Awards 2021 Finalist, Dataiku Frontrunner Awards 2021 Participant Posts: 4 ✭✭✭✭there is no mention to heap in this reference.
it does not help at all