From owner-freebsd-doc@FreeBSD.ORG Wed Jul 18 07:31:47 2007 Return-Path: X-Original-To: doc@freebsd.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B992C16A403 for ; Wed, 18 Jul 2007 07:31:47 +0000 (UTC) (envelope-from ityonemo@scripps.edu) Received: from relay1.scripps.edu (relay1.scripps.edu [137.131.200.29]) by mx1.freebsd.org (Postfix) with ESMTP id 9F42913C467 for ; Wed, 18 Jul 2007 07:31:47 +0000 (UTC) (envelope-from ityonemo@scripps.edu) Received: from home.scripps.edu (mail2.scripps.edu [137.131.200.70]) by relay1.scripps.edu (8.12.11.20060308/TSRI-5.0.5rAV) with ESMTP id l6I7VlUa000583 for ; Wed, 18 Jul 2007 00:31:47 -0700 (PDT) Received: from home.scripps.edu (localhost [127.0.0.1]) by home.scripps.edu (8.12.10+Sun/TSRI-5.1AV) with ESMTP id l6I7VlSS016923 for ; Wed, 18 Jul 2007 00:31:47 -0700 (PDT) Received: from localhost (ityonemo@localhost) by home.scripps.edu (8.12.10+Sun/8.12.9/Submit) with ESMTP id l6I7VlXq016920 for ; Wed, 18 Jul 2007 00:31:47 -0700 (PDT) Date: Wed, 18 Jul 2007 00:31:47 -0700 (PDT) From: Isaac Yonemoto To: doc@freebsd.org In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Score: undef - spam scanning disabled X-CanItPRO-Stream: 10_OptOut (inherits from default) X-Scanned-By: CanIt (www . roaringpenguin . com) on 137.131.200.29 Cc: Subject: Addenda X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 07:31:47 -0000 I also found it helpful to add the following line to my fstab: tempfs /dev/shm tmpfs defaults 0 0 And I also removed from .../Mathematica/6.0/SystemFiles/Autoload/PacletManager/PacletManager.m all lines between BeginPackage["PacletManager`"] and EndPackage[] This is beacuse Java does not work so hot on my machine. Now Mathematica works great. Thanks Isaac