[GitHub] [spark] HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 'WorkerMemoryTest.test_memory_limit' failure

2020-01-12 Thread GitBox
HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 
'WorkerMemoryTest.test_memory_limit' failure
URL: https://github.com/apache/spark/pull/27183#issuecomment-573539312
 
 
   Made a PR at https://github.com/apache/spark/pull/27186


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 'WorkerMemoryTest.test_memory_limit' failure

2020-01-12 Thread GitBox
HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 
'WorkerMemoryTest.test_memory_limit' failure
URL: https://github.com/apache/spark/pull/27183#issuecomment-573511490
 
 
   ```
   Current mem limits: 18446744073709551615 of max 18446744073709551615
   
   Setting mem limits to 1048576 of max 1048576
   
   RPython traceback:
 File "pypy_module_pypyjit_interp_jit.c", line 289, in portal_5
 File "pypy_interpreter_pyopcode.c", line 3468, in 
handle_bytecode__AccessDirect_None
 File "pypy_interpreter_pyopcode.c", line 5558, in 
dispatch_bytecode__AccessDirect_None
   out of memory: couldn't allocate the next arena
   ERROR
   ```
   
   I think we should set it high enough for now.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] [spark] HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 'WorkerMemoryTest.test_memory_limit' failure

2020-01-12 Thread GitBox
HyukjinKwon commented on issue #27183: [DO-NOT-MERGE] Investigate 
'WorkerMemoryTest.test_memory_limit' failure
URL: https://github.com/apache/spark/pull/27183#issuecomment-573505503
 
 
   Okay, seems it's hitting the OOM due to too small limit apparently:
   
   ```
   Current mem limits: 18446744073709551615 of max 18446744073709551615
   
   Setting mem limits to 1048576 of max 1048576
   
   RPython traceback:
 File "pypy_module_pypyjit_interp_jit.c", line 289, in portal_5
 File "pypy_interpreter_pyopcode.c", line 3468, in 
handle_bytecode__AccessDirect_None
 File "pypy_interpreter_pyopcode.c", line 5558, in 
dispatch_bytecode__AccessDirect_None
   out of memory: couldn't allocate the next arena
   ERROR
   ```


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org