Skip to content

Instantly share code, notes, and snippets.

@headius
Created January 5, 2018 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/88d7f5449049794e286aab364de9830d to your computer and use it in GitHub Desktop.
Save headius/88d7f5449049794e286aab364de9830d to your computer and use it in GitHub Desktop.
Memory faults due to rlimit
From https://travis-ci.org/jruby/jruby/jobs/325348807
```
[exec] 1. [1/2] Assertion for "stdout"
[exec] | <["[fcall(proc,[],&block([],[unary(!,ref(y))]))]"]> expected but was
[exec] | <["#",
[exec] | "# There is insufficient memory for the Java Runtime Environment to continue.",
[exec] | "# Native memory allocation (mmap) failed to map 262144 bytes for committing reserved memory.",
[exec] | "# An error report file with more information is saved as:",
[exec] | "# /home/travis/build/jruby/jruby/hs_err_pid14318.log"]>.
[exec]
[exec] 2. [2/2] Assertion for "stderr"
[exec] | <[]> expected but was
[exec] | <["Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00007f874b3c4000, 262144, 0) failed; error='Cannot allocate memory' (errno=12)"]>.
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment