You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jenkins is probably assigning the jvm size -Xmx probably to both the Jenkins job and datasetutils is on the same jvm- try increasing it ensuring that it has enough assigned. Sorry have not used jenkins but that would be my guess.
java -jar D:/datasetutils/datasetutils-47.0.0-SNAPSHOT.jar --action load --u XX --p XX --dataset apex_dataset --app Apex_app --operation append --inputFile 2020-03-08-Apex.csv --endpoint https://login.salesforce.com'
This command works fine from command line but when used in a jenkins job it gives java.lang.OutOfMemoryError: Java heap space
The text was updated successfully, but these errors were encountered: