swamirishi commented on PR #5552:
URL: https://github.com/apache/ozone/pull/5552#issuecomment-1797331500

   > > ## How was this patch tested?
   > > Native build succeeded in local.
   > 
   > Please provide two test cases with command and output:
   > 
   > 1. using custom CPU count
   > 2. using defaults
   > 
   > Use `mvn --debug` to verify the value applied by Maven matches 
expectations.
    **mvn -X clean install -DskipTests -pl :hdds-rocks-native 
-Drocks_tools_native**
   ```
    <cpuCount default-value="cpu.count">system.numCores</cpuCount>
         <arg line="-j${system.numCores}"/>
   [DEBUG]   (f) cpuCount = system.numCores
   [DEBUG] define property system.numCores = "10"
   [DEBUG] Setting project property: system.numCores -> 10
   ```
    **mvn -X clean install -DskipTests -pl :hdds-rocks-native 
-Drocks_tools_native -Dsystem.numCores=5**
   `[DEBUG] Overriding previous definition of property "system.numCores"
   [DEBUG] Setting project property: system.numCores -> 5
   [DEBUG] Overriding previous definition of property "system.numCores"
   [DEBUG] Setting project property: system.numCores -> 5
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to