An error message in bootstrapping 5000 subsamples

This forum is closed, and read-only.
Locked
Chaminda
PLS Junior User
Posts: 6
Joined: Fri Apr 17, 2015 11:44 am
Real name and title: Chaminda Wijethilake

An error message in bootstrapping 5000 subsamples

Post by Chaminda »

When I run bootstrapping 5000 subsamples, I get an error message called "OutOfMemoryError: Java heap space", which prevents producing bootstrapping results.
Could you please help me to resolve the problem.
Thank you.
Chaminda
janschreier
PLS Expert User
Posts: 116
Joined: Fri Sep 12, 2014 2:12 pm
Real name and title: Jan Schreier

Re: An error message in bootstrapping 5000 subsamples

Post by janschreier »

You need to edit the smartpls.ini file in the smartPLS folder:
set the xmx value to a larger value (this is the maximum amount of RAM smartPLS is allowed to use - should be less than your physical ram):

my value is:
-Xmx4096m
-Xms512m

(xms is the minimum value, don't think you really need to change it)

PS: Don't post the same issue twice in different forums
Chaminda
PLS Junior User
Posts: 6
Joined: Fri Apr 17, 2015 11:44 am
Real name and title: Chaminda Wijethilake

Re: An error message in bootstrapping 5000 subsamples

Post by Chaminda »

Thank you very much for your explanation.
Chaminda
Locked