-
1. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
Gregory Rodrigues Dec 30, 2014 1:15 AM (in response to R B)Due to an OS limitation on windows 32 bit apps can't consume more than 2gigs of RAM.. you need to make the tuner bring down the 64bit segments set the marimba.tuner.depricate64bitsegment to false and set the max heap to 3gigs
-
2. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
R B Dec 30, 2014 3:31 AM (in response to Gregory Rodrigues)Hi Gregory,
Thanks for your reply.
I have added
marimba.tuner.depricate64bitsegment=false
in Pref.txt of WPS Tuner.
But still am facing error :
-----------------------------------------------------------------------------------------------------------------------------------------------------
#Error: A channel error occurred: error starting channel 'java.lang.UnsatisfiedLinkError: C:\Program Files (x86)\BMC Software\BBCA\Tuner\.marimba\Tuner\ch.2\data\dllcache\mrba-registry4225670_0.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform'.
-----------------------------------------------------------------------------------------------------------------------------------------------------
So what can be other solutions
Note: I have installed BBCA8202_win_x86, (so instead of 32 bit I should install 64 bit).
Thanks & Regards,
Rahul
-
3. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
Gregory Rodrigues Dec 30, 2014 12:17 PM (in response to R B)Not required... once the property is set u need to update and start the infrastructure service which will upgrade the tuner (and restart it as well).. then u need to update the wps channel so the 64bit segment will be brought down.. then update the repository
-
4. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
R B Dec 31, 2014 3:38 AM (in response to Gregory Rodrigues)Hi Gregory,
I have tried above steps, still I am facing same issue.
Thanks & Regards,
Rahul
-
5. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
Gregory Rodrigues Dec 31, 2014 9:06 AM (in response to R B)Try the 64bit tuner installer and see if that helps..what version is this?
-
6. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
R B Jan 6, 2015 3:04 AM (in response to Gregory Rodrigues)Hi Gregory,
I was using 32 bit Tuner for WPS.
Thanks & Regards,
Rahul
-
7. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
Gregory Rodrigues Feb 5, 2015 10:21 AM (in response to R B)On 32bit tuners you will run out of memory pretty fast given the changes made to the WPS in recent times. Even support recommends the WPS to be installed on a 64bit tuner and allocate 2-3 gigs to the tuner.
marimba.launch.javaArgs=-Xms512m -Xmx4096m -XX:PermSize\=128m -XX:MaxPermSize\=256m
marimba.tuner.depricate64bitsegment=false
marimba.tuner.depricate64bitsegment=false needs to be added to the tuner and then make sure you update and start the infrastructure service (it might restart the tuner) and then the rest of the channels so they bring down the 64bit segments
-
8. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
R B Feb 5, 2015 12:09 AM (in response to R B)Hi Young So,
WPS is on 32 bit Tuner, Does above settings will work ?
Thanks & Regards,
Rahul
-
9. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
Young So Feb 5, 2015 10:22 AM (in response to R B)Rahul,
no. the settings will not work on 32bit.
-
10. Re: Update Repository Error -java.lang.OutOfMemoryError:Java heap space
R B Feb 13, 2015 7:44 AM (in response to Young So)Ok Thanks @Young So