You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@eproulx-petalmd we've now updated the version of Tailor for use with Code Climate to v0.9.0 and this should fix several performance/memory issues, could you please try again with the new version?
@eproulx-petalmd we've now updated the version of Tailor for use with Code Climate to v0.9.0 and this should fix several performance/memory issues, could you please try again with the new version?
—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
Hello,
We're experiencing problem with the engine. In our case, it always turns out to a
I modified the engine locally to add some heap space before starting Tailor. I only added these 2 java options
Now, the heap space problem seems to be resolved but I'm experiencing the CC::Analyzer::Engine::EngineTimeout
Here's the code to start analyzing
docker run --interactive --tty --rm --env CODECLIMATE_CODE="$PWD" --env ENGINE_MEMORY_LIMIT_BYTES="4096000000" --volume "$PWD":/code --volume /var/run/docker.sock:/var/run/docker.sock --volume /tmp/cc:/tmp/cc codeclimate/codeclimate analyze --dev
Here's my .codeclimate file with running with the local engine
The text was updated successfully, but these errors were encountered: