[Pharo-project] Pharo VM - More Memory on Mac
Hi all, I know there is already a related question about the Pharo VM on Windows. But as it seems, it is kind of hard to get over 512MB there, so I'm trying to do stuff on Mac. When using Cog I was able to use Cog.app --args -memory 2000m to allow Cog to run with 2GB of memory. Which then works fine with the same data I want to work with in Pharo. But I would like to use Pharo 2.0 and the Pharo VM, instead of Pharo 1.4 and the Cog VM. How would I achieve giving the Pharo VM more memory on Mac? If I am not mistaken, I currently only have 1GB, which is not enough, my image crashed when dealing with large data. Also, is there a way to check how much memory the VM has available in the workspace? I tried some arguments, but could only find out if they had any effect by getting to a crash after letting it do some work. Cheers, Dennis
Hi, Does anybody know how to get more memory in Pharo VM? See question below. Cheers, Dennis On Tue, May 7, 2013 at 6:08 PM, Dennis Schenk <d.schenk@students.unibe.ch>wrote:
Hi all,
I know there is already a related question about the Pharo VM on Windows. But as it seems, it is kind of hard to get over 512MB there, so I'm trying to do stuff on Mac.
When using Cog I was able to use Cog.app --args -memory 2000m to allow Cog to run with 2GB of memory. Which then works fine with the same data I want to work with in Pharo. But I would like to use Pharo 2.0 and the Pharo VM, instead of Pharo 1.4 and the Cog VM.
How would I achieve giving the Pharo VM more memory on Mac?
If I am not mistaken, I currently only have 1GB, which is not enough, my image crashed when dealing with large data.
Also, is there a way to check how much memory the VM has available in the workspace? I tried some arguments, but could only find out if they had any effect by getting to a crash after letting it do some work.
Cheers, Dennis
Dennis, depending on your work you might want to stay with Cog a little longer. The PharoVM still has a couple of bugs that make it unsuitable for production environments or unattended running (e.g. long jobs). Cheers, Max On 24.07.2013, at 16:23, Dennis Schenk <d.schenk@students.unibe.ch> wrote:
Hi,
Does anybody know how to get more memory in Pharo VM? See question below.
Cheers, Dennis
On Tue, May 7, 2013 at 6:08 PM, Dennis Schenk <d.schenk@students.unibe.ch> wrote: Hi all,
I know there is already a related question about the Pharo VM on Windows. But as it seems, it is kind of hard to get over 512MB there, so I'm trying to do stuff on Mac.
When using Cog I was able to use Cog.app --args -memory 2000m to allow Cog to run with 2GB of memory. Which then works fine with the same data I want to work with in Pharo. But I would like to use Pharo 2.0 and the Pharo VM, instead of Pharo 1.4 and the Cog VM.
How would I achieve giving the Pharo VM more memory on Mac?
If I am not mistaken, I currently only have 1GB, which is not enough, my image crashed when dealing with large data.
Also, is there a way to check how much memory the VM has available in the workspace? I tried some arguments, but could only find out if they had any effect by getting to a crash after letting it do some work.
Cheers, Dennis
Change the plist file value to a bigger one. --- Philippe Back Dramatic Performance Improvements Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail:phil@highoctane.be | Web: http://philippeback.eu Blog: http://philippeback.be | Twitter: @philippeback Youtube: http://www.youtube.com/user/philippeback/videos High Octane SPRL rue cour Boisacq 101 | 1301 Bierges | Belgium Featured on the Software Process and Measurement Cast http://spamcast.libsyn.com Sparx Systems Enterprise Architect and Ability Engineering EADocX Value Added Reseller On Wed, Jul 24, 2013 at 4:23 PM, Dennis Schenk <d.schenk@students.unibe.ch>wrote:
Hi,
Does anybody know how to get more memory in Pharo VM? See question below.
Cheers, Dennis
On Tue, May 7, 2013 at 6:08 PM, Dennis Schenk <d.schenk@students.unibe.ch>wrote:
Hi all,
I know there is already a related question about the Pharo VM on Windows. But as it seems, it is kind of hard to get over 512MB there, so I'm trying to do stuff on Mac.
When using Cog I was able to use Cog.app --args -memory 2000m to allow Cog to run with 2GB of memory. Which then works fine with the same data I want to work with in Pharo. But I would like to use Pharo 2.0 and the Pharo VM, instead of Pharo 1.4 and the Cog VM.
How would I achieve giving the Pharo VM more memory on Mac?
If I am not mistaken, I currently only have 1GB, which is not enough, my image crashed when dealing with large data.
Also, is there a way to check how much memory the VM has available in the workspace? I tried some arguments, but could only find out if they had any effect by getting to a crash after letting it do some work.
Cheers, Dennis
participants (3)
-
Dennis Schenk -
Max Leske -
phil@highoctane.be