Skip to content

Commit 89b6a13

Browse files
config(lcm): Enable parameter manage memory for lcm release brick
1 parent 60ef44f commit 89b6a13

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.82
1+
3.7.83

bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
export JRUBY_OPTS=-J-XX:MaxRAMPercentage=75
3+
export JRUBY_OPTS=-J-XX:MaxRAMPercentage=75 -J-Djruby.nio.unsafe=true
44

55
/bin/bash -l -c "bundle exec ./bin/run_brick.rb release_brick"

lib/gooddata/models/project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ def objects_export(objs, options = {})
14381438
GoodData.gd_logger.info("Project export action=objects_export, project_id=#{pid}, uri=#{export_uri}, export_status=start, export_objs=#{export_payload}") if GoodData.gd_logger
14391439

14401440
# Export api will take time to finish So increasing timeout during calling the api
1441-
result = client.post(export_uri, export_payload, :timeout => 10)
1441+
result = client.post(export_uri, export_payload, :timeout => 120)
14421442
polling_url = result['partialMDArtifact']['status']['uri']
14431443
token = result['partialMDArtifact']['token']
14441444
GoodData.gd_logger.info("Project export action=objects_export, project_id=#{pid}, uri=#{polling_url}, export_status=polling") if GoodData.gd_logger

0 commit comments

Comments
 (0)