Message11176

Author zyasoft
Recipients jamesmudd, jeff.allen, stefan.richthofer, zyasoft
Date 2017-03-04.22:09:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488665386.98.0.577255155842.issue2559@psf.upfronthosting.co.za>
In-reply-to
Content
We use PyInstaller; see http://bugs.jython.org/issue1491 for the details on how this was done. It should be automated although IIRC this requires building on Windows.

The default stack size is set by the JAVA_STACK env var, which in turn defaults to -Xss1024k

Re stack size: this is for each thread, so it can add up. However, we no longer use the default for heap, since it's too low for Jython; it's set to 512M; we may want to increase stack size by default as well to somewhat higher.

See https://github.com/jythontools/jython/blob/master/src/shell/jython.py#L211
History
Date User Action Args
2017-03-04 22:09:46zyasoftsetmessageid: <1488665386.98.0.577255155842.issue2559@psf.upfronthosting.co.za>
2017-03-04 22:09:46zyasoftsetrecipients: + zyasoft, jeff.allen, stefan.richthofer, jamesmudd
2017-03-04 22:09:46zyasoftlinkissue2559 messages
2017-03-04 22:09:46zyasoftcreate