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
sixsq.nuvla.server.resources.common.std-crud - unexpected status code (500) when creating configuration/nuvla resource:
{:status 500, :headers {"Content-Type" "application/json"}, :body {:status 500, :message "unexpected error occurred:
unexpected exception: {:root_cause [{:type \"circuit_breaking_exception\", :reason \"[parent] Data too large, data for
[<http_request>] would be [1736238200/1.6gb], which is larger than the limit of [1731303833/1.6gb], real usage:
[1736237568/1.6gb], new bytes reserved: [632/632b]\", :bytes_wanted 1736238200, :bytes_limit 1731303833, :durability
\"TRANSIENT\"}], :type \"circuit_breaking_exception\", :reason \"[parent] Data too large, data for [<http_request>] would be
[1736238200/1.6gb], which is larger than the limit of [1731303833/1.6gb], real usage: [1736237568/1.6gb], new bytes
reserved: [632/632b]\", :bytes_wanted 1736238200, :bytes_limit 1731303833, :durability \"TRANSIENT\"}"}}
Note: With the config above, the time taken by the sonar-scanner increased twice. For the builds, the GHA runner used is ubuntu-latest which is 2CPU/7GBRAM and 4GB of swap. There might be swapping happing that slows down the build. This needs to be investigated
The text was updated successfully, but these errors were encountered:
The current workaround in GHA is to set
before running
sonar-scanner
.sonar-scanner
increased twice. For the builds, the GHA runner used isubuntu-latest
which is 2CPU/7GBRAM and 4GB of swap. There might be swapping happing that slows down the build. This needs to be investigatedThe text was updated successfully, but these errors were encountered: