Date: Mon, 3 Apr 2006 12:55:46 -0700 From: "james g." <james@veldt.com> To: freebsd-questions@freebsd.org Subject: Re: jdk15 on 6.0 Message-ID: <C1C2E618-5218-4127-A10C-9C2381CBDB41@veldt.com> In-Reply-To: <44313BC2.6050901@npcinternational.com> References: <0B538C86-FFCD-4AE4-A3A4-D5A2990AFEAA@veldt.com> <cb5206420604021041w35142cf2sfd34bd7e739d9464@mail.gmail.com> <F65D1EF0-4DA5-4568-9404-563E08745F9E@veldt.com> <200604021536.12424.mistry.7@osu.edu> <44313BC2.6050901@npcinternational.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks everyone for the tips. I'm going to give the package route a shot, as the additional swap space just isn't cutting it. Cheers, James On Apr 3, 2006, at 8:14 AM, Jon Brisbin wrote: > Anish Mistry wrote: >> >> You could always just to do a "make package" on another machine >> with 6.0 and then just pkg_add on your older system. >> >> > This is what I did when I installed JDK 1.5 on our BSD boxes. > > It sounds like, with so little physical RAM, that the JVM is only > allocating a very small percentage of that to the JVM that starts > up when the build gets bootstrapped. The jvmg probably needs to be > manually set using an -Xms/-Xmx value that will give it enough room > to work with. > > To the JVM, swap space isn't the same as physical RAM. I have had > problems running java applications that have to swap. With Java, > physical RAM is crucial. If you could even put at least 512MB in > that box just for the build, then take it out to run it, you would > probably succeed. Barring that, you're next best bet is probably > going to be building it on another box, then doing a pkg_add. > > -- > > Thanks! > > Jon Brisbin > Webmaster > NPC International, Inc. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions- > unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C1C2E618-5218-4127-A10C-9C2381CBDB41>