Hello guys!
I'm improving some features using Aion lightning from this repository:
https://github.com/G-Robson26/aion-lightning-2.7
I downloaded, Robson help me to configurate and It's all ok (thanks god), but when I will compiles my jar file using ant, my new file is created in architecture 32 bits, but how I use in my host Windows 64 bits, I have a issue in memory!
Because using JVM 32 bits in Windows 64 bits, have a limit 1536mb destinated for JVM... So sometimes my use of memory in my host stay near the limit, then sometimes cause a "lag"/"freeze"...
Image about consume RAM: https://ibb.co/3p7mL1Z
So... how can I change the project to build in architecture 64 bits?I tried a lot of things, but nothing solved...
Some links:
https://stackoverflow.com/questions/...64bit-with-ant (I tried, doesn't work)



Reply With Quote


