opensearch-project / opensearch-project/performance-analyzer
Replacement for CLK_TCK on Windows build
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 48
- Forks
- 78
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
Child of https://github.com/opensearch-project/performance-analyzer/issues/75
I am currently writing an install script for a Windows build for issue #828. What should the replacement be for this section of opensearch-tar-install.sh on a Windows build?
CLK_TCK=`/usr/bin/getconf CLK_TCK`
echo "-Dclk.tck=$CLK_TCK" >> $OPENSEARCH_HOME/config/jvm.options
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the opensearch-tar-install.sh section shown in the issue, then read parent issue #75 and build issue #828 for the Windows installation context. Determine the Windows replacement for /usr/bin/getconf CLK_TCK and the corresponding -Dclk.tck JVM option, with the Windows build installation completing successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, shell
- Domain
- build-system, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100