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
I am running an Azure Pipeline Agent on my Raspberry Pi 3b and I had problems with tf that are caused by the -Xmx2048m switch for the Java-VM. I fixed my issue by changing it to -Xmx512m and it seems to work fine for me.
So what about changing that switch, so tiny ARM-Devices like Raspberry could also use TEE?
Best Regards
Patrick
The text was updated successfully, but these errors were encountered:
DotNetPat
changed the title
-Xms2048m too big for RaspberryPi
-Xmx2048m too big for RaspberryPi
Dec 16, 2018
Heya Guys!
I am running an Azure Pipeline Agent on my Raspberry Pi 3b and I had problems with tf that are caused by the -Xmx2048m switch for the Java-VM. I fixed my issue by changing it to -Xmx512m and it seems to work fine for me.
So what about changing that switch, so tiny ARM-Devices like Raspberry could also use TEE?
Best Regards
Patrick
The text was updated successfully, but these errors were encountered: