Open recursive68 opened 4 months ago
Hello @recursive68 ,
--headless
should be still a valid parameter. I had no problems using Pharo 11 / 12 images.
Have you tried?
Evaluate something:
./pharo --headless ../../image/Pharo11-SNAPSHOT-64bit-aece1b5.image eval "1+1"
Trying with another image?
Trying to use headless option with both Pharo 11 and Pharo 12, 64bit on RedHat 9. If I run the pharo vm executable it displays --headless as an option but when I try to use it with an image it does not recognise the option e.g.
./pharo Usage: Pharo [
Commons:
--help Print this help message, then exit
--headless Run in headless (no window) mode (default: false)
--worker Run in worker thread (default: false)
--logLevel= Sets the log level number (ERROR(1), WARN(2), INFO(3), DEBUG(4), TRACE(5))
--version Print version information, then exit
--maxFramesToLog= Sets the max numbers of Smalltalk frames to log
--maxOldSpaceSize= Sets the max size of the old space. As the other
spaces are fixed (or calculated from this) with
this parameter is possible to set the total size.
It is possible to use k(kB), M(MB) and G(GB).
--codeSize=[mk] Sets the max size of code zone.
It is possible to use k(kB), M(MB) and G(GB).
--edenSize=[mk] Sets the size of eden
It is possible to use k(kB), M(MB) and G(GB).
--minPermSpaceSize=[mk] Sets the size of eden
It is possible to use k(kB), M(MB) and G(GB).
Notes: