OutOfMemoryError during spline-agent initialization #1249
Replies: 1 comment
-
Honestly, I've never encounter that issue. Spline agent doesn't have any specific memory requirements, but just like any application it takes some. I guess you might happen to have your memory on the limit already, so Spline could be just the last drop. You can increase the driver memory using the spark-submit --driver-memory 2g --class com.example.MainApp yourSparkJob.jar It also important to note that simply increasing the heap size might not always be the best solution. If your application has memory leaks or is using memory inefficiently, increasing the heap size will just delay the |
Beta Was this translation helpful? Give feedback.
-
Hi @wajda ,
We recently enabled spline to one of our production jobs. It was running fine with same configuration before, but after I enabled spline, the job failed with following error:
Is there any min memory driver requirements for this ? If not can you suggest how to proceed to solve this error ?
Beta Was this translation helpful? Give feedback.
All reactions