Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Error executing job "java.lang.outofmemoryerror java heap space"

Hi,
We're running a job and get error java.lang.outofmemoryerror java heap space.
The client is a Windows 2003 Server, with MySql on it.
It has 4 Gb RAM.
Does anybody how could I narrow the error?
Thanks
Labels (3)
10 Replies
Anonymous
Not applicable
Author

I have to add 

 

These assignments worked:

JVM_MINIMUM_MEMORY="2048m"
JVM_MAXIMUM_MEMORY="4096m"

 

These did not :

JVM_MINIMUM_MEMORY="2048"
JVM_MAXIMUM_MEMORY="4096"

 

Best regards,

Enrique