[Bug 1160] OpenJDK Bug with huge count of memmory and huge pages

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue Sep 11 07:16:29 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1160

Deepak Bhole <dbhole at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #16 from Deepak Bhole <dbhole at redhat.com> ---
(In reply to comment #14)
> Well, have tryed to use 3GB for hugepages, works -Xms and no log errors(only
> with libcups). So what the problem I can't use huge count of memmory?
> Archlinux support problem or openjdk or both?
> 
> And i can't remove problem with libcups.so.2 =\
> 
> Have tryed to update libcups but new archlinux doesn't whant to download
> it(can't find in the repositories)

You added another comment saying 11GB works.. if 3 works as you mentioned
above, I think you can keep it at that (or did it crash with 3?).

As for libcups, you need to find where the .so file is located and append
LD_LIBRARY_PATH with it. e.g.:

export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/path/to/dir/where/libcups.so.2/is
java -Xmx.....

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120911/35b0b8fb/attachment.html 


More information about the distro-pkg-dev mailing list