-
Notifications
You must be signed in to change notification settings - Fork 118
OOM in Rest server when launching a job with large resources #146
Comments
cc @mccheah |
We don't set the driver memory - probably something we should do, and probably is defaulting to the something very small right now. |
We could set the rest service memory but I think a better approach would be to be more efficient with memory in this tiny little server. So pass around an InputStream and try to scan through the stream only once when needed to deserialize things. In What's the right thing to do here? |
Workaround up at #161 to make driver submission server's memory configurable while we work out how to handle the large messages more efficiently. |
In the SIG meeting, I alluded to separate JVM options controlling the max size of single allocations. I think they are |
Sending as byte array instead of base64 we had filed earlier as #81 |
Coming out of the SIG meeting, the remediation plan was to:
|
Seen while testing an internal application
The text was updated successfully, but these errors were encountered: