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/artif...
-- 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.
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 alberto.bacchelli@usi.ch
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/artif...
-- 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
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 fabrizio.perin@gmail.com
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 alberto.bacchelli@usi.ch
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/artif...
-- 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
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.
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 alberto.bacchelli@usi.ch 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 Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev