cshannon commented on issue #3281:
URL: https://github.com/apache/accumulo/issues/3281#issuecomment-1500288156

   I think this is simply a config issue for test and not a real issue. I 
bumped the memory for the test up to 512 megs and reran and the tests passed.  
I just changed 
[this](https://github.com/apache/accumulo/blob/1.10.3-rc0/test/src/main/java/org/apache/accumulo/test/functional/ExamplesIT.java#L134)
 line to
   
   `    cfg.setDefaultMemory(cfg.getDefaultMemory() * 5, MemoryUnit.BYTE);`


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to