Space is low

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Space is low

Alberto Bacchelli
Hi all,

 I am trying to import an MSE file [1] generated by Verveine-J into the
latest moose-latest-dev image [2].
My image is basically the same you find in the Jenkins build and I am
running it on MacOS 10.7.3.

When the parsing of the file is almost completed I get this dialog:

"Space is low

Warning! Pharo is almost out of memory!

Low space detection is now disabled. [...]"

By simply closing all the windows and restarting the image, I have no luck:
The message still appears.
The message also suggests to "restart the Pharo VM with a larger memory
allocation." Unfortunately I have no idea on how to do this in general, and
on a Mac in particular. I looked at previous threads in the mailing list,
but I was not able to find any solution.

Can anyone help me with this problem, please?

Thank you in advance.

Cheers,
 Alberto


[1] http://www.inf.usi.ch/phd/bacchelli/svn_2011_06_30.mse.zip
[2]
http://ci.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/

--
View this message in context: http://moose-dev.97923.n3.nabble.com/Space-is-low-tp3823370p3823370.html
Sent from the moose-dev mailing list archive at Nabble.com.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Space is low

Fabrizio Perin-3
Hi Alberto,
you should start the vm by command line adding the -memory option. Ex:

./Cog.app/Contents/MacOS/Croquet -memory 1500m &

it should work up to 2000m

Cheers,
Fabrizio

2012/3/13 Alberto Bacchelli <[hidden email]>
Hi all,

 I am trying to import an MSE file [1] generated by Verveine-J into the
latest moose-latest-dev image [2].
My image is basically the same you find in the Jenkins build and I am
running it on MacOS 10.7.3.

When the parsing of the file is almost completed I get this dialog:

"Space is low

Warning! Pharo is almost out of memory!

Low space detection is now disabled. [...]"

By simply closing all the windows and restarting the image, I have no luck:
The message still appears.
The message also suggests to "restart the Pharo VM with a larger memory
allocation." Unfortunately I have no idea on how to do this in general, and
on a Mac in particular. I looked at previous threads in the mailing list,
but I was not able to find any solution.

Can anyone help me with this problem, please?

Thank you in advance.

Cheers,
 Alberto


[1] http://www.inf.usi.ch/phd/bacchelli/svn_2011_06_30.mse.zip
[2]
http://ci.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/

--
View this message in context: http://moose-dev.97923.n3.nabble.com/Space-is-low-tp3823370p3823370.html
Sent from the moose-dev mailing list archive at Nabble.com.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Space is low

Fabrizio Perin-3
I forgot to say that you can also touch the file ./Cog.app/Contents/info.plist to increase the maximum amount of memory. You can push it up to 2000m after that limit the vm simply crashes when starts.

The field is SqueakMaxHeapSize.

Cheers,
Fabrizio

2012/3/13 Fabrizio Perin <[hidden email]>
Hi Alberto,
you should start the vm by command line adding the -memory option. Ex:

./Cog.app/Contents/MacOS/Croquet -memory 1500m &

it should work up to 2000m

Cheers,
Fabrizio


2012/3/13 Alberto Bacchelli <[hidden email]>
Hi all,

 I am trying to import an MSE file [1] generated by Verveine-J into the
latest moose-latest-dev image [2].
My image is basically the same you find in the Jenkins build and I am
running it on MacOS 10.7.3.

When the parsing of the file is almost completed I get this dialog:

"Space is low

Warning! Pharo is almost out of memory!

Low space detection is now disabled. [...]"

By simply closing all the windows and restarting the image, I have no luck:
The message still appears.
The message also suggests to "restart the Pharo VM with a larger memory
allocation." Unfortunately I have no idea on how to do this in general, and
on a Mac in particular. I looked at previous threads in the mailing list,
but I was not able to find any solution.

Can anyone help me with this problem, please?

Thank you in advance.

Cheers,
 Alberto


[1] http://www.inf.usi.ch/phd/bacchelli/svn_2011_06_30.mse.zip
[2]
http://ci.moosetechnology.org/job/moose-latest-dev/lastSuccessfulBuild/artifact/

--
View this message in context: http://moose-dev.97923.n3.nabble.com/Space-is-low-tp3823370p3823370.html
Sent from the moose-dev mailing list archive at Nabble.com.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Space is low

Alberto Bacchelli
In reply to this post by Fabrizio Perin-3

Fabrizio Perin-3 wrote
>
> Hi Alberto,
> you should start the vm by command line adding the -memory option. Ex:
>
> ./Cog.app/Contents/MacOS/Croquet -memory 1500m &
>
> it should work up to 2000m
>

Thank you very much Fabrizio!
It works like a breeze :)

Cheers,
 Alberto

--
View this message in context: http://moose-dev.97923.n3.nabble.com/Space-is-low-tp3823370p3823954.html
Sent from the moose-dev mailing list archive at Nabble.com.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Space is low

Tudor Girba-2
Thanks Alberto for asking the question.
And thanks Fabrizio for the quick answer.

:)

Cheers,
Doru


On Wed, Mar 14, 2012 at 1:00 AM, Alberto Bacchelli
<[hidden email]> wrote:

>
> Fabrizio Perin-3 wrote
>>
>> Hi Alberto,
>> you should start the vm by command line adding the -memory option. Ex:
>>
>> ./Cog.app/Contents/MacOS/Croquet -memory 1500m &
>>
>> it should work up to 2000m
>>
>
> Thank you very much Fabrizio!
> It works like a breeze :)
>
> Cheers,
>  Alberto
>
> --
> View this message in context: http://moose-dev.97923.n3.nabble.com/Space-is-low-tp3823370p3823954.html
> Sent from the moose-dev mailing list archive at Nabble.com.
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev



--
www.tudorgirba.com

"Every thing has its own flow"

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev