You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2020/04/07 08:05:58 UTC

[GitHub] [incubator-hudi] tverdokhlebd removed a comment on issue #1491: [SUPPORT] OutOfMemoryError during upsert 30M records

tverdokhlebd removed a comment on issue #1491: [SUPPORT] OutOfMemoryError during upsert 30M records
URL: https://github.com/apache/incubator-hudi/issues/1491#issuecomment-610221356
 
 
   Tried to set this config:
   
   - local[4]
   - driver memory 12GB
   - driver memoryOverhead 2048
   
   And result:
   
   20/04/07 07:05:38 INFO ExternalAppendOnlyMap: Thread 132 spilling in-memory map of 1598.4 MB to disk (1 time so far)
   20/04/07 07:05:39 INFO ExternalAppendOnlyMap: Thread 130 spilling in-memory map of 1598.4 MB to disk (1 time so far)
   OpenJDK 64-Bit Server VM warning: INFO: os::commit_memory(0x0000000658800000, 1736441856, 0) failed; error='Out of memory' (errno=12)
   There is insufficient memory for the Java Runtime Environment to continue.
   Native memory allocation (mmap) failed to map 1736441856 bytes for committing reserved memory.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services