Skip to content

ice: Added MaxRAMPercentage to ice executable.#23

Merged
shyiko merged 2 commits intomasterfrom
14-ice-pin-default-_java_options-to--xxmaxrampercentage750
Apr 29, 2025
Merged

ice: Added MaxRAMPercentage to ice executable.#23
shyiko merged 2 commits intomasterfrom
14-ice-pin-default-_java_options-to--xxmaxrampercentage750

Conversation

@subkanthi
Copy link
Collaborator

#!/bin/sh

exec java -XX:MaxRAMPercentage=75.0 -jar "$0" "$@"

@subkanthi subkanthi linked an issue Apr 26, 2025 that may be closed by this pull request
@subkanthi subkanthi requested a review from shyiko April 28, 2025 14:04
@shyiko
Copy link
Collaborator

shyiko commented Apr 28, 2025

TIL: _JAVA_OPTIONS override command line args

@shyiko
Copy link
Collaborator

shyiko commented Apr 28, 2025

@subkanthi can you please apply the same default for ice-rest-catalog? Thank you!

@shyiko shyiko merged commit fdb7006 into master Apr 29, 2025
1 check passed
@shyiko shyiko deleted the 14-ice-pin-default-_java_options-to--xxmaxrampercentage750 branch June 3, 2025 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ice: Pin default _JAVA_OPTIONS to -XX:MaxRAMPercentage=75.0

2 participants