Any1 has experience with CircleCI? My builds keep ...
# announcements
s
Any1 has experience with CircleCI? My builds keep failing with exitcode 127. According to CircleCI docs that means that my mem consumption is too high and they’re killing the gradlew child process.
c
thanks for that, i was wondering what exitcode 127 means but did not find it in the docs. helped me to fix my circleci build
s
I’m glad you figured it out! 👍
c
fwiw i have been forced to use travis at work and I'm now very happy to use circleci
t
maybe related to your problem: https://youtrack.jetbrains.com/issue/KT-25260 tough if not enable
kapt.use.worker.api=true
CircleCI works without problems
s
Oh I'll check that out! Thanks