[armedbear-ticket] [armedbear] #212: ABCL problems with cl-test-grid
armedbear
armedbear-devel at common-lisp.net
Mon Dec 3 19:40:12 UTC 2012
#212: ABCL problems with cl-test-grid
-----------------------------------------------------------------------------------------------+
Reporter: https://www.google.com/accounts/o8/id?id=aitoawmcq6mzgezjmpqv2tjhvs6isymf6t0hamw | Owner: mevenson
Type: defect | Status: closed
Priority: major | Milestone: 1.2.0
Component: other | Version: 1.0.1
Resolution: fixed | Keywords:
-----------------------------------------------------------------------------------------------+
Changes (by mevenson):
* status: assigned => closed
* resolution: => fixed
Comment:
Need to tune local JVM properties to increase the maximum used for
"permanent" objects (like JVM class definitions).
When building from source copying abcl.properties.in
{{{
cmd$ cp abcl.properties.in abcl.properties
}}}
sets the following switches: -d64 -XX:+CMSClassUnloadingEnabled
-XX:MaxPermSize=1g .
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/212#comment:9>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list