Travis Cobbs
Travis Cobbs
Side note: when I ran `ios_framework_prepare.sh` without any arguments, I got errors about `==` not being a unary operator. This is due to `$1` not having a value, but the...
After rebuilding the two architectures that were deleted, then copying the files around, `combine_frameworks` succeeded. I haven't tested the end result, but I do expect it to work. Given all...
I will cherry-pick this into release/4.x once merged.
> I have made all tests run correctly on a local build. The failing tests must be related to something in the pipeline. I also noted the presence of a...
Replaced with https://github.com/iTwin/imodel-native/pull/946
For reference, here is a link to a failed pipeline run: https://dev.azure.com/bentleycs/iModelTechnologies/_build/results?buildId=2340491&view=logs&jobId=023ba795-95cf-53ec-173c-c0bcaae2690b&j=023ba795-95cf-53ec-173c-c0bcaae2690b&t=712cbd68-614e-5470-00b0-5caeb3baa3b2
I just found the following: > GRADLE_OPTS > Specifies JVM arguments to use when starting the Gradle client VM. The client VM only handles command line input/output, so it is...
I also see that -Xms sets the initial pool size, while -Xmx sets the max. So if the problem is that the machine doesn't have enough virtual memory available, omitting...
I created a PR in bsicommon to only set the max heap size, not the initial heap size (going on the assumption that the GRADLE_OPTS environment variable does in fact...
@pmconne The PR is here: https://dev.azure.com/bentleycs/iModelTechnologies/_git/bsicommon-imt/pullrequest/360429 Since we weren't sure whether we weren't allocating enough or requiring too much, that PR simply got rid of the minimum allocation. I'll submit...