Skip to content

Commit 7961f8d

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"

0 commit comments

Comments
 (0)