Alon Bar-Lev has posted comments on this change. Change subject: packaging: Avoid 64 bit JVM options (#852037) ......................................................................
Patch Set 1: As far as I understand this is price-performance parameter. Performance - user a lot of memory (each pointer is 64bit). Price - Use more CPU to access pointer. What happens is that java stores pointers in 32bit and each access is perform by adding some base address to result a 64bit address. Without this feature java holds 64bit pointers and access these directly. You have smaller memory footprint, and more CPU work... Not sure this is actually required. -- To view, visit http://gerrit.ovirt.org/7949 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ia1e04d1f74b04a50ae2e7952820dd0da58ba6b15 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> Gerrit-Reviewer: Alex Lourie <alou...@redhat.com> Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches