Skip to content

Commit

Permalink
add "--add-opens" option to potentially fix an error with a non starting
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 15, 2023
1 parent dea2a96 commit c618a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/overlay/base/etc/init.d/S62HMServer
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ start() {

# get the architecture
ARCH=$(uname -m)
JAVAOPT=
JAVAOPT="--add-opens java.base/sun.nio.ch=ALL-UNNAMED"

# calculate the maximum used heap size (-Xmx) depending on the
# total amount of RAM we have (use max. 25%) - use multiple of 128MB
Expand Down

0 comments on commit c618a97

Please sign in to comment.