I knew this was out there somewhere (since I submitted the related
bug) but finding this was quite a bear.
http://developer.java.sun.com/developer/bugParade/bugs/4385914.html
> Support for large heaps not present in Ladybird solaris i386 client & server
> Category java:doc
> Reported Against ladyb
Does anyone know if Java supports using more than 2 gigs of RAM on a
Linux system? My kernel is set up to map 3 gigs of virtual memory to
the process, but Java seems stuck at a 2 gig boundary. To complicate
things, I'm doing some JNI into C++ code too.
I've been working with Sun's 1.3 JVM, linux k
This may be specific to Mandrake, or more likely, my system but:
I'm attempting to play an AU file in an application using the static
method Applet.newAudioClip. The application hangs* after any call to this
method (blackdown 1.4.1 beta, also tried blackdown 1.3.0 and sun 1.3.1).
And, it worked fi